Initial Commit
This commit is contained in:
parent
ed6b0b4bee
commit
208595fc6e
227 changed files with 15641 additions and 2 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
.sass-cache
|
69
CHANGELOG.md
Normal file
69
CHANGELOG.md
Normal file
|
@ -0,0 +1,69 @@
|
|||
# v1.2.7
|
||||
## 12/29/2014
|
||||
|
||||
1. [](#bugfix)
|
||||
* Removed `Fixed` header image to resolve issues with mobile browsers
|
||||
|
||||
# v1.2.6
|
||||
## 12/21/2014
|
||||
|
||||
1. [](#new)
|
||||
* Added support for list of custom menu items in `site.yaml`
|
||||
* Updated `README.md` with some instructions on how to use some Deliver features
|
||||
1. [](#improved)
|
||||
* Removed `cache.html.twig` file that was used only for testing
|
||||
* Removed unused `color` option in `deliver.yaml`
|
||||
|
||||
# v1.2.5
|
||||
## 12/15/2014
|
||||
|
||||
1. [](#bugfix)
|
||||
* Fix for Firefox 34 Flex/Responsiveness issues
|
||||
|
||||
# v1.2.4
|
||||
## 12/12/2014
|
||||
|
||||
1. [](#new)
|
||||
* Added demo link to blueprints
|
||||
1. [](#improved)
|
||||
* Inverted Previous/Next buttons on blog item template
|
||||
|
||||
# v1.2.3
|
||||
## 12/05/2014
|
||||
|
||||
1. [](#improved)
|
||||
* Simplified Previous/Next buttons to use Page methods
|
||||
|
||||
# v1.2.2
|
||||
## 12/04/2014
|
||||
|
||||
1. [](#new)
|
||||
* Added Previous/Next buttons with Collection methods
|
||||
* Added Related posts in blog sidebar
|
||||
1. [](#bugfix)
|
||||
* Fix for DaringFireball style link
|
||||
|
||||
# v1.2.1
|
||||
## 11/30/2014
|
||||
|
||||
1. [](#improved)
|
||||
* Renamed core theme JS file
|
||||
* Removed featherlight from Deliver
|
||||
1. [](#bugfix)
|
||||
* Fixed response code in error template
|
||||
|
||||
# v1.2.0
|
||||
## 11/28/2014
|
||||
|
||||
1. [](#new)
|
||||
* Added SimpleSearch display in blog sidebar
|
||||
* Added reference to `custom.css` file in core
|
||||
1. [](#improved)
|
||||
* Added plugins checks for improved flexibility if plugins are not installed
|
||||
|
||||
|
||||
# v1.1.11
|
||||
## 11/21/2014
|
||||
|
||||
1. [](#new)
|
||||
* ChangeLog started...
|
21
LICENSE 2
Normal file
21
LICENSE 2
Normal file
|
@ -0,0 +1,21 @@
|
|||
The MIT License (MIT)
|
||||
|
||||
Copyright (c) 2014 Grav
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
86
README.md
86
README.md
|
@ -1,2 +1,84 @@
|
|||
# grav-theme-deliver
|
||||
Grav Deliver Theme
|
||||
# Deliver
|
||||
Deliver is the default [Grav][grav] theme. Simple, fast and modern.
|
||||
|
||||
## Installation
|
||||
To install this template, just download the zip version of this repository and unzip it under `/your/site/grav/user/themes`. Then, rename the folder to `deliver`.
|
||||
|
||||
You should now have all the theme files under
|
||||
|
||||
/your/site/grav/user/themes/deliver
|
||||
|
||||
[grav]: http://github.com/getgrav/grav
|
||||
[afterburner2]: http://www.rockettheme.com/joomla-templates/afterburner2
|
||||
|
||||
## Features
|
||||
|
||||
* Lightweight and minimal for optimal performance
|
||||
* Fully responsive with off-page mobile navigation
|
||||
* SCSS based CSS source files for easy customization
|
||||
* Built-in support for on-page navigation
|
||||
* Mutliple page template types
|
||||
* Fontawesome icon support
|
||||
|
||||
### Supported Page Templates
|
||||
|
||||
* Default view template
|
||||
* Blog view template
|
||||
* Error view template
|
||||
* Blog item vew template
|
||||
* Modular view templates:
|
||||
* Features Modular view template
|
||||
* Showcase Modular view template
|
||||
* Text Modular view template
|
||||
* SnipCart view template
|
||||
|
||||
### Menu Features
|
||||
|
||||
##### Dropdown Menu
|
||||
|
||||
You can enable **dropdown menu** support by enabling it in the `deliver.yaml` configuration file. As per usual, copy this file to your `user/config/themes/` folder (create if required) and edit there.
|
||||
|
||||
```
|
||||
dropdown:
|
||||
enabled: true
|
||||
```
|
||||
|
||||
This will ensure that sub-pages show up as sub-menus in the navigation.
|
||||
|
||||
##### Menu Text & Icons
|
||||
|
||||
Each page shows up in the menu using the title by default, however you can set what displays in the menu directly by setting an explicit `menu:` option in the page header:
|
||||
|
||||
```
|
||||
menu: My Menu
|
||||
```
|
||||
|
||||
You can also provide an icon to show up in front of the menu item by providing an `icon:` option. You need to use name of the FontAwesome icon without the `fa-` prefix. Check out the full [list of current FontAwesome 4.2 icons](http://fortawesome.github.io/Font-Awesome/icons/):
|
||||
|
||||
```
|
||||
icon: bar-chart-o
|
||||
```
|
||||
|
||||
#### Custom Menu Items
|
||||
|
||||
By default, Grav generates the menu from the page structure. However, there are times when you may want to add custom menu items to the end of the menu. This is now supported in Deliver by creating a menu list in your `site.yaml` file. An example of this is as follows:
|
||||
|
||||
```
|
||||
menu:
|
||||
- text: Source
|
||||
url: https://github.com/getgrav/grav
|
||||
- icon: twitter
|
||||
url: http://twitter.com/getgrav
|
||||
```
|
||||
|
||||
The `url:` option is required, but you can provide **either** or **both** `text:` and/or `icon:`
|
||||
|
||||
### Blog Features
|
||||
|
||||
##### Daring Fireball Link Pages
|
||||
|
||||
Deliver supports the ability for a page to have a `link:` header option. This will then in turn create a **link page** where the title of the page will actually be linked to the link provided and a prefexid double angle `>>` will link to the page itself. Simply provide the link in the page header:
|
||||
|
||||
```
|
||||
link: http://getgrav.org/blog
|
||||
```
|
17
blueprints.yaml
Normal file
17
blueprints.yaml
Normal file
|
@ -0,0 +1,17 @@
|
|||
name: Deliver
|
||||
version: 1.2.7
|
||||
description: "Deliver is the default theme included with **Grav**"
|
||||
icon: empire
|
||||
author:
|
||||
name: Team Grav
|
||||
email: devs@getgrav.org
|
||||
url: http://getgrav.org
|
||||
homepage: https://github.com/getgrav/grav-theme-deliver
|
||||
demo: http://demo.getgrav.org/blog-skeleton
|
||||
keywords: deliver, theme, core, modern, fast, responsive, html5, css3
|
||||
bugs: https://github.com/getgrav/grav-theme-deliver/issues
|
||||
license: MIT
|
||||
|
||||
form:
|
||||
validation: strict
|
||||
fields:
|
70
blueprints/asset/file.yaml
Normal file
70
blueprints/asset/file.yaml
Normal file
|
@ -0,0 +1,70 @@
|
|||
media:
|
||||
video:
|
||||
mp4: video/mp4
|
||||
mov: video/quicktime
|
||||
m4v: video/x-m4v
|
||||
swf: video/x-flv
|
||||
|
||||
image:
|
||||
jpg: image/jpeg
|
||||
jpeg: image/jpeg
|
||||
png: image/png
|
||||
gif: image/gif
|
||||
|
||||
file:
|
||||
txt: text/plain
|
||||
doc: application/msword
|
||||
html: text/html
|
||||
pdf: application/pdf
|
||||
zip: application/zip
|
||||
gz: application/gzip
|
||||
|
||||
form:
|
||||
key: filename
|
||||
fields:
|
||||
upload:
|
||||
type: upload
|
||||
label: Upload
|
||||
allow:
|
||||
@media.*.keys
|
||||
accept:
|
||||
@media.*.values
|
||||
|
||||
filename:
|
||||
type: text
|
||||
label: Filename
|
||||
|
||||
type:
|
||||
type: hidden
|
||||
default: video
|
||||
|
||||
name:
|
||||
type: unset
|
||||
|
||||
description:
|
||||
type: textarea
|
||||
label: Description
|
||||
|
||||
url:
|
||||
type: unset
|
||||
|
||||
path:
|
||||
type: unset
|
||||
|
||||
thumb:
|
||||
type: unset
|
||||
|
||||
width:
|
||||
type: text
|
||||
label: Width
|
||||
|
||||
height:
|
||||
type: text
|
||||
label: Height
|
||||
|
||||
mime:
|
||||
type: hidden
|
||||
default: 'application/octet-stream'
|
||||
|
||||
modified:
|
||||
type: unset
|
67
blueprints/blog.yaml
Normal file
67
blueprints/blog.yaml
Normal file
|
@ -0,0 +1,67 @@
|
|||
title: Blog
|
||||
@extends: default
|
||||
|
||||
child_type: item
|
||||
|
||||
form:
|
||||
fields:
|
||||
tabs:
|
||||
type: tabs
|
||||
active: 1
|
||||
|
||||
fields:
|
||||
blog:
|
||||
type: tab
|
||||
title: Blog List
|
||||
|
||||
fields:
|
||||
header.content.items:
|
||||
type: select
|
||||
label: Items
|
||||
default: @self.children
|
||||
options:
|
||||
@self.children: Children
|
||||
|
||||
header.content.limit:
|
||||
type: text
|
||||
label: Max Item Count
|
||||
default: 5
|
||||
validate:
|
||||
required: true
|
||||
pattern: "[1-9][0-9]*"
|
||||
validate:
|
||||
type: int
|
||||
|
||||
header.content.order.by:
|
||||
type: select
|
||||
label: Order By
|
||||
default: date
|
||||
options:
|
||||
folder: Folder
|
||||
title: Title
|
||||
date: Date
|
||||
default: Default
|
||||
|
||||
header.content.order.dir:
|
||||
type: select
|
||||
label: Order
|
||||
default: desc
|
||||
options:
|
||||
asc: Ascending
|
||||
desc: Descending
|
||||
|
||||
header.content.pagination:
|
||||
type: toggle
|
||||
label: Order
|
||||
default: 1
|
||||
options:
|
||||
1: Enabled
|
||||
0: Disabled
|
||||
|
||||
header.pagination:
|
||||
type: hidden
|
||||
default: true
|
||||
|
||||
header.blog_url:
|
||||
type: hidden
|
||||
default: ''
|
157
blueprints/default.yaml
Normal file
157
blueprints/default.yaml
Normal file
|
@ -0,0 +1,157 @@
|
|||
title: Default
|
||||
|
||||
rules:
|
||||
slug:
|
||||
pattern: "[a-z][a-z0-9_\-]+"
|
||||
min: 2
|
||||
max: 80
|
||||
|
||||
form:
|
||||
fields:
|
||||
type:
|
||||
type: hidden
|
||||
label: Page Type
|
||||
default: default
|
||||
|
||||
tabs:
|
||||
type: tabs
|
||||
active: 1
|
||||
|
||||
fields:
|
||||
content:
|
||||
type: tab
|
||||
title: Content
|
||||
|
||||
fields:
|
||||
route:
|
||||
type: select
|
||||
label: Parent
|
||||
@data-options: '\Grav\Common\Page\Pages::parents'
|
||||
@data-default: '\Grav\Plugin\admin::route'
|
||||
options:
|
||||
'': '- Root -'
|
||||
|
||||
order:
|
||||
type: text
|
||||
label: Ordering
|
||||
validate:
|
||||
type: int
|
||||
min: 0
|
||||
|
||||
folder:
|
||||
type: text
|
||||
label: Folder
|
||||
validate:
|
||||
type: slug
|
||||
# required: true
|
||||
|
||||
header.title:
|
||||
type: text
|
||||
label: Title
|
||||
validate:
|
||||
required: true
|
||||
|
||||
content:
|
||||
type: textarea
|
||||
label: Content
|
||||
|
||||
header.process:
|
||||
type: checkboxes
|
||||
label: Process
|
||||
default: [markdown: true, twig: true]
|
||||
options:
|
||||
markdown: Markdown
|
||||
twig: Twig
|
||||
use: keys
|
||||
|
||||
|
||||
meta:
|
||||
type: tab
|
||||
title: Meta
|
||||
|
||||
fields:
|
||||
header.description:
|
||||
type: textarea
|
||||
label: Description
|
||||
validate:
|
||||
max: 120
|
||||
|
||||
header.keywords:
|
||||
type: text
|
||||
label: Keywords
|
||||
validate:
|
||||
max: 120
|
||||
|
||||
header.robots:
|
||||
type: checkboxes
|
||||
label: Robots
|
||||
options:
|
||||
noindex: No index
|
||||
nofollow: No follow
|
||||
use: keys
|
||||
|
||||
overrides:
|
||||
type: tab
|
||||
title: Overrides
|
||||
|
||||
fields:
|
||||
header.menu:
|
||||
type: text
|
||||
label: Menu
|
||||
|
||||
header.slug:
|
||||
type: text
|
||||
label: Alias
|
||||
validate:
|
||||
rule: slug
|
||||
|
||||
header.cache_enable:
|
||||
type: toggle
|
||||
label: Caching
|
||||
highlight: 1
|
||||
options:
|
||||
'': Global
|
||||
1: Enabled
|
||||
0: Disabled
|
||||
validate:
|
||||
type: bool
|
||||
|
||||
header.routable:
|
||||
type: toggle
|
||||
label: Access by URL
|
||||
highlight: 1
|
||||
default: ''
|
||||
options:
|
||||
'': Global
|
||||
1: Enabled
|
||||
0: Disabled
|
||||
validate:
|
||||
type: bool
|
||||
|
||||
header.child_type:
|
||||
type: select
|
||||
label: Default Child Type
|
||||
default: default
|
||||
@data-options: '\Grav\Common\Page\Pages::types'
|
||||
|
||||
header.order_by:
|
||||
type: hidden
|
||||
|
||||
header.order_manual:
|
||||
type: hidden
|
||||
validate:
|
||||
type: commalist
|
||||
|
||||
media:
|
||||
type: tab
|
||||
title: Media
|
||||
|
||||
fields:
|
||||
files:
|
||||
type: spacer
|
||||
title: Files
|
||||
|
||||
media:
|
||||
type: list
|
||||
add: Add file
|
||||
@import: 'medium/file'
|
2
blueprints/form.yaml
Normal file
2
blueprints/form.yaml
Normal file
|
@ -0,0 +1,2 @@
|
|||
title: Nopad
|
||||
@extends: default
|
40
blueprints/item.yaml
Normal file
40
blueprints/item.yaml
Normal file
|
@ -0,0 +1,40 @@
|
|||
title: Item
|
||||
@extends: default
|
||||
|
||||
form:
|
||||
fields:
|
||||
tabs:
|
||||
|
||||
fields:
|
||||
blog:
|
||||
type: tab
|
||||
title: Blog Item
|
||||
|
||||
fields:
|
||||
header.date:
|
||||
type: datetime
|
||||
label: Date
|
||||
|
||||
header.taxonomy.category:
|
||||
type: text
|
||||
label: Category
|
||||
default: blog
|
||||
|
||||
header.taxonomy.tag:
|
||||
type: checkboxes
|
||||
label: Tags
|
||||
options:
|
||||
demo: demo
|
||||
grav: grav
|
||||
matias: matias
|
||||
apple: apple
|
||||
sample: sample
|
||||
|
||||
header.username:
|
||||
type: text
|
||||
label: Author
|
||||
|
||||
header.blog_url:
|
||||
type: text
|
||||
label: Blog URL
|
||||
default:
|
27
blueprints/modular.yaml
Normal file
27
blueprints/modular.yaml
Normal file
|
@ -0,0 +1,27 @@
|
|||
title: Modular
|
||||
@extends: default
|
||||
|
||||
form:
|
||||
fields:
|
||||
tabs:
|
||||
type: tabs
|
||||
active: 1
|
||||
|
||||
fields:
|
||||
content:
|
||||
fields:
|
||||
header.modular:
|
||||
type: select
|
||||
label: 'Modular page'
|
||||
default: 0
|
||||
options:
|
||||
0: 'False'
|
||||
1: 'True'
|
||||
validate:
|
||||
type: bool
|
||||
|
||||
header.order_manual:
|
||||
type: text
|
||||
label: Manual ordering
|
||||
validate:
|
||||
type: commalist
|
7
blueprints/modular/features.yaml
Normal file
7
blueprints/modular/features.yaml
Normal file
|
@ -0,0 +1,7 @@
|
|||
title: Features
|
||||
@extends: default
|
||||
|
||||
form:
|
||||
fields:
|
||||
tabs:
|
||||
type: tabs
|
28
composer.json
Normal file
28
composer.json
Normal file
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
"name": "getgrav/grav-theme-deliver",
|
||||
"type": "grav-theme",
|
||||
"description": "The default theme for the Grav flat-file CMS",
|
||||
"keywords": ["theme","grav"],
|
||||
"homepage": "http://getgrav.org",
|
||||
"license": "MIT",
|
||||
"support": {
|
||||
"irc": "irc://irc.freenode.org/grav"
|
||||
},
|
||||
"authors": [
|
||||
{
|
||||
"name": "Team Grav",
|
||||
"email": "devs@getgrav.org",
|
||||
"homepage": "http://getgrav.org"
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"php": ">=5.4.0",
|
||||
"composer/installers": "~1.0"
|
||||
},
|
||||
"extra": {
|
||||
"installer-name": "deliver",
|
||||
"installer-paths": {
|
||||
"user/themes/{$name}/": ["getgrav/grav-theme-deliver"]
|
||||
}
|
||||
}
|
||||
}
|
545
css-compiled/nucleus.css
Normal file
545
css-compiled/nucleus.css
Normal file
|
@ -0,0 +1,545 @@
|
|||
*, *::before, *::after {
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box; }
|
||||
|
||||
@-webkit-viewport {
|
||||
width: device-width; }
|
||||
@-moz-viewport {
|
||||
width: device-width; }
|
||||
@-ms-viewport {
|
||||
width: device-width; }
|
||||
@-o-viewport {
|
||||
width: device-width; }
|
||||
@viewport {
|
||||
width: device-width; }
|
||||
html {
|
||||
font-size: 100%;
|
||||
-ms-text-size-adjust: 100%;
|
||||
-webkit-text-size-adjust: 100%; }
|
||||
|
||||
body {
|
||||
margin: 0; }
|
||||
|
||||
article,
|
||||
aside,
|
||||
details,
|
||||
figcaption,
|
||||
figure,
|
||||
footer,
|
||||
header,
|
||||
hgroup,
|
||||
main,
|
||||
nav,
|
||||
section,
|
||||
summary {
|
||||
display: block; }
|
||||
|
||||
audio,
|
||||
canvas,
|
||||
progress,
|
||||
video {
|
||||
display: inline-block;
|
||||
vertical-align: baseline; }
|
||||
|
||||
audio:not([controls]) {
|
||||
display: none;
|
||||
height: 0; }
|
||||
|
||||
[hidden],
|
||||
template {
|
||||
display: none; }
|
||||
|
||||
a {
|
||||
background: transparent;
|
||||
text-decoration: none; }
|
||||
|
||||
a:active,
|
||||
a:hover {
|
||||
outline: 0; }
|
||||
|
||||
abbr[title] {
|
||||
border-bottom: 1px dotted; }
|
||||
|
||||
b,
|
||||
strong {
|
||||
font-weight: bold; }
|
||||
|
||||
dfn {
|
||||
font-style: italic; }
|
||||
|
||||
mark {
|
||||
background: #ff0;
|
||||
color: #000; }
|
||||
|
||||
sub,
|
||||
sup {
|
||||
font-size: 0.75rem;
|
||||
line-height: 0;
|
||||
position: relative;
|
||||
vertical-align: baseline; }
|
||||
|
||||
sup {
|
||||
top: -0.5em; }
|
||||
|
||||
sub {
|
||||
bottom: -0.25em; }
|
||||
|
||||
img {
|
||||
width: auto\9;
|
||||
height: auto;
|
||||
max-width: 100%;
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
border: 0;
|
||||
-ms-interpolation-mode: bicubic; }
|
||||
|
||||
iframe,
|
||||
svg {
|
||||
max-width: 100%; }
|
||||
|
||||
svg:not(:root) {
|
||||
overflow: hidden; }
|
||||
|
||||
figure {
|
||||
margin: 1em 40px; }
|
||||
|
||||
hr {
|
||||
height: 0; }
|
||||
|
||||
pre {
|
||||
overflow: auto; }
|
||||
|
||||
code,
|
||||
kbd,
|
||||
pre,
|
||||
samp {
|
||||
font-family: inherit;
|
||||
font-size: 1rem; }
|
||||
|
||||
button,
|
||||
input,
|
||||
optgroup,
|
||||
select,
|
||||
textarea {
|
||||
color: inherit;
|
||||
font: inherit;
|
||||
margin: 0; }
|
||||
|
||||
button {
|
||||
overflow: visible; }
|
||||
|
||||
button,
|
||||
select {
|
||||
text-transform: none; }
|
||||
|
||||
button,
|
||||
html input[type="button"],
|
||||
input[type="reset"],
|
||||
input[type="submit"] {
|
||||
-webkit-appearance: button;
|
||||
cursor: pointer; }
|
||||
|
||||
button[disabled],
|
||||
html input[disabled] {
|
||||
cursor: default; }
|
||||
|
||||
button::-moz-focus-inner,
|
||||
input::-moz-focus-inner {
|
||||
border: 0;
|
||||
padding: 0; }
|
||||
|
||||
input {
|
||||
line-height: normal; }
|
||||
|
||||
input[type="checkbox"],
|
||||
input[type="radio"] {
|
||||
padding: 0; }
|
||||
|
||||
input[type="number"]::-webkit-inner-spin-button,
|
||||
input[type="number"]::-webkit-outer-spin-button {
|
||||
height: auto; }
|
||||
|
||||
input[type="search"] {
|
||||
-webkit-appearance: textfield; }
|
||||
|
||||
input[type="search"]::-webkit-search-cancel-button,
|
||||
input[type="search"]::-webkit-search-decoration {
|
||||
-webkit-appearance: none; }
|
||||
|
||||
legend {
|
||||
border: 0;
|
||||
padding: 0; }
|
||||
|
||||
textarea {
|
||||
overflow: auto; }
|
||||
|
||||
optgroup {
|
||||
font-weight: bold; }
|
||||
|
||||
table {
|
||||
border-collapse: collapse;
|
||||
border-spacing: 0;
|
||||
table-layout: fixed;
|
||||
width: 100%; }
|
||||
|
||||
tr, td, th {
|
||||
vertical-align: middle; }
|
||||
|
||||
th, td {
|
||||
padding: 0.425rem 0; }
|
||||
|
||||
th {
|
||||
text-align: left; }
|
||||
|
||||
.g-container {
|
||||
width: 75em;
|
||||
margin: 0 auto;
|
||||
padding: 0; }
|
||||
@media only all and (min-width: 60em) and (max-width: 74.938em) {
|
||||
.g-container {
|
||||
width: 60em; } }
|
||||
@media only all and (min-width: 48em) and (max-width: 59.938em) {
|
||||
.g-container {
|
||||
width: 48em; } }
|
||||
@media only all and (min-width: 30.063em) and (max-width: 47.938em) {
|
||||
.g-container {
|
||||
width: 30em; } }
|
||||
@media only all and (max-width: 30em) {
|
||||
.g-container {
|
||||
width: 100%; } }
|
||||
|
||||
.g-grid {
|
||||
display: -webkit-box;
|
||||
display: -moz-box;
|
||||
display: box;
|
||||
display: -webkit-flex;
|
||||
display: -moz-flex;
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
-webkit-flex-flow: row wrap;
|
||||
-moz-flex-flow: row wrap;
|
||||
flex-flow: row wrap;
|
||||
list-style: none;
|
||||
margin: 0;
|
||||
padding: 0; }
|
||||
.g-grid.nowrap {
|
||||
-webkit-flex-flow: row;
|
||||
-moz-flex-flow: row;
|
||||
flex-flow: row; }
|
||||
|
||||
.g-block {
|
||||
-webkit-box-flex: 1;
|
||||
-moz-box-flex: 1;
|
||||
box-flex: 1;
|
||||
-webkit-flex: 1;
|
||||
-moz-flex: 1;
|
||||
-ms-flex: 1;
|
||||
flex: 1;
|
||||
min-width: 0;
|
||||
min-height: 0; }
|
||||
@media only all and (max-width: 47.938em) {
|
||||
.g-block {
|
||||
-webkit-box-flex: 0;
|
||||
-moz-box-flex: 0;
|
||||
box-flex: 0;
|
||||
-webkit-flex: 0 100%;
|
||||
-moz-flex: 0 100%;
|
||||
-ms-flex: 0 100%;
|
||||
flex: 0 100%; } }
|
||||
|
||||
.g-content {
|
||||
margin: 0.625rem;
|
||||
padding: 0.938rem; }
|
||||
|
||||
@media only all and (max-width: 47.938em) {
|
||||
body [class*="size-"] {
|
||||
-webkit-box-flex: 0;
|
||||
-moz-box-flex: 0;
|
||||
box-flex: 0;
|
||||
-webkit-flex: 0 100%;
|
||||
-moz-flex: 0 100%;
|
||||
-ms-flex: 0 100%;
|
||||
flex: 0 100%; } }
|
||||
|
||||
.size-1-2 {
|
||||
-webkit-box-flex: 0;
|
||||
-moz-box-flex: 0;
|
||||
box-flex: 0;
|
||||
-webkit-flex: 0 50%;
|
||||
-moz-flex: 0 50%;
|
||||
-ms-flex: 0 50%;
|
||||
flex: 0 50%; }
|
||||
|
||||
.size-1-3 {
|
||||
-webkit-box-flex: 0;
|
||||
-moz-box-flex: 0;
|
||||
box-flex: 0;
|
||||
-webkit-flex: 0 33.33333%;
|
||||
-moz-flex: 0 33.33333%;
|
||||
-ms-flex: 0 33.33333%;
|
||||
flex: 0 33.33333%; }
|
||||
|
||||
.size-1-4 {
|
||||
-webkit-box-flex: 0;
|
||||
-moz-box-flex: 0;
|
||||
box-flex: 0;
|
||||
-webkit-flex: 0 25%;
|
||||
-moz-flex: 0 25%;
|
||||
-ms-flex: 0 25%;
|
||||
flex: 0 25%; }
|
||||
|
||||
.size-1-5 {
|
||||
-webkit-box-flex: 0;
|
||||
-moz-box-flex: 0;
|
||||
box-flex: 0;
|
||||
-webkit-flex: 0 20%;
|
||||
-moz-flex: 0 20%;
|
||||
-ms-flex: 0 20%;
|
||||
flex: 0 20%; }
|
||||
|
||||
.size-1-6 {
|
||||
-webkit-box-flex: 0;
|
||||
-moz-box-flex: 0;
|
||||
box-flex: 0;
|
||||
-webkit-flex: 0 16.66667%;
|
||||
-moz-flex: 0 16.66667%;
|
||||
-ms-flex: 0 16.66667%;
|
||||
flex: 0 16.66667%; }
|
||||
|
||||
.size-1-7 {
|
||||
-webkit-box-flex: 0;
|
||||
-moz-box-flex: 0;
|
||||
box-flex: 0;
|
||||
-webkit-flex: 0 14.28571%;
|
||||
-moz-flex: 0 14.28571%;
|
||||
-ms-flex: 0 14.28571%;
|
||||
flex: 0 14.28571%; }
|
||||
|
||||
.size-1-8 {
|
||||
-webkit-box-flex: 0;
|
||||
-moz-box-flex: 0;
|
||||
box-flex: 0;
|
||||
-webkit-flex: 0 12.5%;
|
||||
-moz-flex: 0 12.5%;
|
||||
-ms-flex: 0 12.5%;
|
||||
flex: 0 12.5%; }
|
||||
|
||||
.size-1-9 {
|
||||
-webkit-box-flex: 0;
|
||||
-moz-box-flex: 0;
|
||||
box-flex: 0;
|
||||
-webkit-flex: 0 11.11111%;
|
||||
-moz-flex: 0 11.11111%;
|
||||
-ms-flex: 0 11.11111%;
|
||||
flex: 0 11.11111%; }
|
||||
|
||||
.size-1-10 {
|
||||
-webkit-box-flex: 0;
|
||||
-moz-box-flex: 0;
|
||||
box-flex: 0;
|
||||
-webkit-flex: 0 10%;
|
||||
-moz-flex: 0 10%;
|
||||
-ms-flex: 0 10%;
|
||||
flex: 0 10%; }
|
||||
|
||||
.size-1-11 {
|
||||
-webkit-box-flex: 0;
|
||||
-moz-box-flex: 0;
|
||||
box-flex: 0;
|
||||
-webkit-flex: 0 9.09091%;
|
||||
-moz-flex: 0 9.09091%;
|
||||
-ms-flex: 0 9.09091%;
|
||||
flex: 0 9.09091%; }
|
||||
|
||||
.size-1-12 {
|
||||
-webkit-box-flex: 0;
|
||||
-moz-box-flex: 0;
|
||||
box-flex: 0;
|
||||
-webkit-flex: 0 8.33333%;
|
||||
-moz-flex: 0 8.33333%;
|
||||
-ms-flex: 0 8.33333%;
|
||||
flex: 0 8.33333%; }
|
||||
|
||||
@media only all and (max-width: 47.938em) {
|
||||
@supports not (flex-wrap: wrap) {
|
||||
.g-grid {
|
||||
display: block;
|
||||
-webkit-box-lines: inherit;
|
||||
-moz-box-lines: inherit;
|
||||
box-lines: inherit;
|
||||
-webkit-flex-wrap: inherit;
|
||||
-moz-flex-wrap: inherit;
|
||||
-ms-flex-wrap: inherit;
|
||||
flex-wrap: inherit; }
|
||||
|
||||
.g-block {
|
||||
display: block;
|
||||
-webkit-box-flex: inherit;
|
||||
-moz-box-flex: inherit;
|
||||
box-flex: inherit;
|
||||
-webkit-flex: inherit;
|
||||
-moz-flex: inherit;
|
||||
-ms-flex: inherit;
|
||||
flex: inherit; } } }
|
||||
.first-block {
|
||||
-webkit-box-ordinal-group: 0;
|
||||
-webkit-order: -1;
|
||||
-ms-flex-order: -1;
|
||||
order: -1; }
|
||||
|
||||
.last-block {
|
||||
-webkit-box-ordinal-group: 2;
|
||||
-webkit-order: 1;
|
||||
-ms-flex-order: 1;
|
||||
order: 1; }
|
||||
|
||||
.fixed-blocks {
|
||||
-webkit-flex-flow: row wrap;
|
||||
-moz-flex-flow: row wrap;
|
||||
flex-flow: row wrap; }
|
||||
.fixed-blocks .g-block {
|
||||
-webkit-box-flex: inherit;
|
||||
-moz-box-flex: inherit;
|
||||
box-flex: inherit;
|
||||
-webkit-flex: inherit;
|
||||
-moz-flex: inherit;
|
||||
-ms-flex: inherit;
|
||||
flex: inherit;
|
||||
width: 25%; }
|
||||
@media only all and (min-width: 60em) and (max-width: 74.938em) {
|
||||
.fixed-blocks .g-block {
|
||||
width: 33.33333%; } }
|
||||
@media only all and (min-width: 48em) and (max-width: 59.938em) {
|
||||
.fixed-blocks .g-block {
|
||||
width: 50%; } }
|
||||
@media only all and (max-width: 47.938em) {
|
||||
.fixed-blocks .g-block {
|
||||
width: 100%; } }
|
||||
|
||||
@supports not (flex-wrap: wrap) {
|
||||
.fixed-blocks {
|
||||
display: block;
|
||||
-webkit-flex-flow: inherit;
|
||||
-moz-flex-flow: inherit;
|
||||
flex-flow: inherit; } }
|
||||
body {
|
||||
font-size: 1rem;
|
||||
line-height: 1.7; }
|
||||
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
margin: 0.85rem 0 1.7rem 0;
|
||||
text-rendering: optimizeLegibility; }
|
||||
|
||||
h1 {
|
||||
font-size: 3.2rem; }
|
||||
|
||||
h2 {
|
||||
font-size: -0.6rem; }
|
||||
|
||||
h3 {
|
||||
font-size: -0.5rem; }
|
||||
|
||||
h4 {
|
||||
font-size: 1.75rem; }
|
||||
|
||||
h5 {
|
||||
font-size: 1.35rem; }
|
||||
|
||||
h6 {
|
||||
font-size: 0.85rem; }
|
||||
|
||||
p {
|
||||
margin: 1.7rem 0; }
|
||||
|
||||
ul, ol, dl {
|
||||
margin-top: 1.7rem;
|
||||
margin-bottom: 1.7rem; }
|
||||
ul ul, ul ol, ul dl, ol ul, ol ol, ol dl, dl ul, dl ol, dl dl {
|
||||
margin-top: 0;
|
||||
margin-bottom: 0; }
|
||||
|
||||
ul, dl {
|
||||
margin-left: 1.7rem;
|
||||
padding: 0; }
|
||||
|
||||
ol {
|
||||
padding-left: 1.7rem; }
|
||||
|
||||
blockquote {
|
||||
margin: 1.7rem 0;
|
||||
padding-left: 0.85rem; }
|
||||
|
||||
cite {
|
||||
display: block;
|
||||
font-size: 0.875rem; }
|
||||
cite:before {
|
||||
content: "\2014 \0020"; }
|
||||
|
||||
pre {
|
||||
margin: 1.7rem 0;
|
||||
padding: 0.938rem; }
|
||||
|
||||
code {
|
||||
vertical-align: bottom; }
|
||||
|
||||
small {
|
||||
font-size: 0.875rem; }
|
||||
|
||||
hr {
|
||||
border-left: none;
|
||||
border-right: none;
|
||||
border-top: none;
|
||||
margin: 1.7rem 0; }
|
||||
|
||||
fieldset {
|
||||
border: 0;
|
||||
padding: 0.938rem;
|
||||
margin: 0 0 1.7rem 0; }
|
||||
|
||||
input,
|
||||
label,
|
||||
select {
|
||||
display: block; }
|
||||
|
||||
label {
|
||||
margin-bottom: 0.425rem; }
|
||||
label.required:after {
|
||||
content: "*"; }
|
||||
label abbr {
|
||||
display: none; }
|
||||
|
||||
textarea, input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"], select[multiple=multiple] {
|
||||
-webkit-transition: border-color;
|
||||
-moz-transition: border-color;
|
||||
transition: border-color;
|
||||
border-radius: 0;
|
||||
margin-bottom: 0.85rem;
|
||||
padding: 0.425rem 0.425rem; }
|
||||
textarea:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="url"]:focus, input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, select[multiple=multiple]:focus {
|
||||
outline: none; }
|
||||
|
||||
textarea {
|
||||
resize: vertical; }
|
||||
|
||||
input[type="checkbox"], input[type="radio"] {
|
||||
display: inline;
|
||||
margin-right: 0.425rem; }
|
||||
|
||||
input[type="file"] {
|
||||
width: 100%; }
|
||||
|
||||
select {
|
||||
width: auto;
|
||||
max-width: 100%;
|
||||
margin-bottom: 1.7rem; }
|
||||
|
||||
button,
|
||||
input[type="submit"] {
|
||||
cursor: pointer;
|
||||
user-select: none;
|
||||
vertical-align: middle;
|
||||
white-space: nowrap;
|
||||
border: inherit; }
|
||||
|
||||
/*# sourceMappingURL=nucleus.css.map */
|
7
css-compiled/nucleus.css.map
Normal file
7
css-compiled/nucleus.css.map
Normal file
File diff suppressed because one or more lines are too long
3
css-compiled/particles.css
Normal file
3
css-compiled/particles.css
Normal file
|
@ -0,0 +1,3 @@
|
|||
|
||||
|
||||
/*# sourceMappingURL=particles.css.map */
|
7
css-compiled/particles.css.map
Normal file
7
css-compiled/particles.css.map
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"version": 3,
|
||||
"mappings": "",
|
||||
"sources": [],
|
||||
"names": [],
|
||||
"file": "particles.css"
|
||||
}
|
989
css-compiled/template.css
Normal file
989
css-compiled/template.css
Normal file
|
@ -0,0 +1,989 @@
|
|||
@import url(//fonts.googleapis.com/css?family=Montserrat:400|Raleway:300,400,600|Inconsolata|Pacifico);
|
||||
#header #logo h3, #header #logo ul.social-icons, #header #navbar ul.navigation, #header #navbar .panel-activation, #footer p {
|
||||
position: relative;
|
||||
top: 50%;
|
||||
-webkit-transform: translateY(-50%);
|
||||
-moz-transform: translateY(-50%);
|
||||
-ms-transform: translateY(-50%);
|
||||
-o-transform: translateY(-50%);
|
||||
transform: translateY(-50%); }
|
||||
|
||||
.button, .button-secondary {
|
||||
display: inline-block;
|
||||
padding: 7px 20px; }
|
||||
.button-small.button, .button-small.button-secondary {
|
||||
padding: 3px 10px;
|
||||
font-size: 0.9rem; }
|
||||
|
||||
html, body {
|
||||
height: 100%; }
|
||||
|
||||
body {
|
||||
background: #fff;
|
||||
color: #9A9898;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale; }
|
||||
|
||||
a {
|
||||
color: #87b672; }
|
||||
a:hover {
|
||||
color: #558042; }
|
||||
|
||||
b, strong, label, th {
|
||||
font-weight: 600; }
|
||||
|
||||
#container {
|
||||
min-height: 100%;
|
||||
position: relative; }
|
||||
|
||||
.fullwidth #body {
|
||||
padding-left: 0;
|
||||
padding-right: 0; }
|
||||
|
||||
#body {
|
||||
background: #fff;
|
||||
padding-top: 15rem;
|
||||
padding-bottom: 11rem; }
|
||||
|
||||
.left {
|
||||
float: left; }
|
||||
|
||||
.right {
|
||||
float: right; }
|
||||
|
||||
@font-face {
|
||||
font-family: 'novecento_sans_widedemibold';
|
||||
src: url("../fonts/Novecentosanswide-DemiBold-webfont.eot");
|
||||
src: url("../fonts/Novecentosanswide-DemiBold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Novecentosanswide-DemiBold-webfont.woff2") format("woff2"), url("../fonts/Novecentosanswide-DemiBold-webfont.woff") format("woff"), url("../fonts/Novecentosanswide-DemiBold-webfont.ttf") format("truetype"), url("../fonts/Novecentosanswide-DemiBold-webfont.svg#novecento_sans_widedemibold") format("svg");
|
||||
font-weight: normal;
|
||||
font-style: normal; }
|
||||
@font-face {
|
||||
font-family: 'novecento_sans_widenormal';
|
||||
src: url("../fonts/Novecentosanswide-Normal-webfont.eot");
|
||||
src: url("../fonts/Novecentosanswide-Normal-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Novecentosanswide-Normal-webfont.woff2") format("woff2"), url("../fonts/Novecentosanswide-Normal-webfont.woff") format("woff"), url("../fonts/Novecentosanswide-Normal-webfont.ttf") format("truetype"), url("../fonts/Novecentosanswide-Normal-webfont.svg#novecento_sans_widenormal") format("svg");
|
||||
font-weight: normal;
|
||||
font-style: normal; }
|
||||
@font-face {
|
||||
font-family: 'novecento_sans_widemedium';
|
||||
src: url("./fonts/Novecentosanswide-Medium-webfont.eot");
|
||||
src: url("./fonts/Novecentosanswide-Medium-webfont.eot?#iefix") format("embedded-opentype"), url("./fonts/Novecentosanswide-Medium-webfont.woff2") format("woff2"), url("./fonts/Novecentosanswide-Medium-webfont.woff") format("woff"), url("./fonts/Novecentosanswide-Medium-webfont.ttf") format("truetype"), url("./fonts/Novecentosanswide-Medium-webfont.svg#novecento_sans_widemedium") format("svg");
|
||||
font-weight: normal;
|
||||
font-style: normal; }
|
||||
.default-animation, #body, #header #logo h3, #header #logo ul.social-icons li, .modular .showcase .button, .modular .slideme_container .arrow, .modular .slideme_container .pagination .numbers li, .callout .notebook .screen .screen-content-hover {
|
||||
-webkit-transition: all 0.5s ease;
|
||||
-moz-transition: all 0.5s ease;
|
||||
transition: all 0.5s ease; }
|
||||
|
||||
.padding-horiz, .fullwidth #header, .fullwidth #breadcrumbs, .fullwidth .blog-header, .fullwidth .blog-content-item, .fullwidth .content-wrapper, .fullwidth ul.pagination, .fullwidth #body > .modular-row, #body, #header, #footer {
|
||||
padding-left: 14rem;
|
||||
padding-right: 14rem; }
|
||||
@media only all and (max-width: 47.938em) {
|
||||
.padding-horiz, .fullwidth #header, .fullwidth #breadcrumbs, .fullwidth .blog-header, .fullwidth .blog-content-item, .fullwidth .content-wrapper, .fullwidth ul.pagination, .fullwidth #body > .modular-row, #body, #header, #footer {
|
||||
padding-left: 8rem;
|
||||
padding-right: 8rem; } }
|
||||
|
||||
.padding-vert {
|
||||
padding-top: 3rem;
|
||||
padding-bottom: 3rem; }
|
||||
|
||||
#header {
|
||||
position: absolute;
|
||||
z-index: 10;
|
||||
width: 100%;
|
||||
height: 12rem;
|
||||
background-color: rgba(255, 255, 255, 0.9);
|
||||
box-shadow: 0 0.05rem 1rem rgba(0, 0, 0, 0.15); }
|
||||
#header > .grid, #header #logo, #header #navbar, #header .social-navigation {
|
||||
height: 50%; }
|
||||
#header #logo {
|
||||
border-bottom: 1px solid #eaeaea; }
|
||||
#header #logo h3 {
|
||||
font-size: 2.5rem;
|
||||
font-family: "Pacifico", "monospace";
|
||||
line-height: 2rem;
|
||||
margin: 0;
|
||||
float: left; }
|
||||
#header #logo h3 a {
|
||||
color: #9A9898; }
|
||||
#header #logo ul {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
list-style: none; }
|
||||
#header #logo ul.social-icons {
|
||||
float: right;
|
||||
line-height: 2rem;
|
||||
margin: 0; }
|
||||
#header #logo ul.social-icons li {
|
||||
float: left;
|
||||
width: 2.1rem;
|
||||
height: 2.1rem;
|
||||
background: #fff;
|
||||
border-radius: 100%;
|
||||
text-align: center;
|
||||
margin-right: 0.8rem; }
|
||||
#header #logo ul.social-icons li a {
|
||||
color: #000;
|
||||
display: block;
|
||||
margin-top: 0.1rem; }
|
||||
#header #logo ul.social-icons li:hover {
|
||||
background: rgba(255, 255, 255, 0.5); }
|
||||
#header #navbar {
|
||||
font-size: 1.1rem; }
|
||||
#header #navbar ul {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
list-style: none; }
|
||||
#header #navbar ul.navigation {
|
||||
display: inline-block;
|
||||
float: left; }
|
||||
#header #navbar ul.navigation li {
|
||||
float: left;
|
||||
position: relative;
|
||||
text-transform: uppercase; }
|
||||
#header #navbar ul.navigation li a {
|
||||
font-family: "novecento_sans_widedemibold", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
|
||||
display: inline-block;
|
||||
padding: 0.3rem 0.8rem; }
|
||||
#header #navbar ul.navigation li a.active, #header #navbar ul.navigation li a:hover {
|
||||
color: #87b672; }
|
||||
#header #navbar ul.navigation li:first-child a {
|
||||
padding-left: 0; }
|
||||
#header #navbar ul.navigation li ul {
|
||||
display: none;
|
||||
padding: 0;
|
||||
box-shadow: 0 0.05rem 1rem rgba(0, 0, 0, 0.15) !important; }
|
||||
#header #navbar ul.navigation li ul ul {
|
||||
left: 100%;
|
||||
top: 0; }
|
||||
#header #navbar ul.navigation li:hover > ul {
|
||||
display: block;
|
||||
position: absolute;
|
||||
background: rgba(255, 255, 255, 0.9);
|
||||
width: 10rem; }
|
||||
#header #navbar ul.navigation li:hover li {
|
||||
float: none;
|
||||
margin: 0;
|
||||
padding: 0; }
|
||||
#header #navbar ul.navigation li:hover li a {
|
||||
padding: 0.5rem 0.8rem;
|
||||
display: block; }
|
||||
#header #navbar ul.navigation li:hover li a:before, #header #navbar ul.navigation li:hover li a:after {
|
||||
display: none; }
|
||||
#header #navbar ul.navigation li:hover li.active > a {
|
||||
background: #87b672;
|
||||
color: #fff; }
|
||||
#header #navbar .panel-activation {
|
||||
padding: 1rem;
|
||||
display: none;
|
||||
font-size: 1.8rem;
|
||||
cursor: pointer;
|
||||
float: right; }
|
||||
|
||||
.header-image.fullwidth #body {
|
||||
padding-left: 0;
|
||||
padding-right: 0; }
|
||||
.header-image.fullwidth #body > .listing-row {
|
||||
padding-left: 14rem;
|
||||
padding-right: 14rem; }
|
||||
.header-image .listing-row:last-child {
|
||||
margin-bottom: 2rem; }
|
||||
.header-image #body .flush-top {
|
||||
margin-top: -16.5rem;
|
||||
padding-top: 16rem; }
|
||||
.header-image #breadcrumbs {
|
||||
margin-top: 1rem; }
|
||||
.header-image #header {
|
||||
background-color: rgba(255, 255, 255, 0);
|
||||
box-shadow: none; }
|
||||
.header-image #header #logo h3, .header-image #header #logo a {
|
||||
color: #FFFFFF; }
|
||||
.header-image #header a, .header-image #header .menu-btn {
|
||||
color: #FFFFFF; }
|
||||
.header-image #header a:before, .header-image #header a:after {
|
||||
background-color: rgba(255, 255, 255, 0.7) !important; }
|
||||
.header-image #header #navbar ul.navigation ul li a {
|
||||
color: #87b672; }
|
||||
.header-image #header #navbar ul.navigation ul li a:hover {
|
||||
color: #558042; }
|
||||
|
||||
#footer {
|
||||
position: absolute;
|
||||
background: #333;
|
||||
height: 6rem;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
color: #999;
|
||||
text-align: center; }
|
||||
#footer a:hover {
|
||||
color: #fff; }
|
||||
#footer .totop {
|
||||
position: absolute;
|
||||
bottom: 5rem;
|
||||
text-align: center;
|
||||
left: 0;
|
||||
right: 0; }
|
||||
#footer .totop span {
|
||||
font-size: 1.7rem;
|
||||
line-height: 2.5rem;
|
||||
background: #333;
|
||||
width: 3rem;
|
||||
height: 2rem;
|
||||
border-radius: 0;
|
||||
display: inline-block;
|
||||
text-align: top; }
|
||||
#footer p {
|
||||
margin: 0; }
|
||||
#footer p .fa {
|
||||
color: #fff; }
|
||||
|
||||
body {
|
||||
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
|
||||
font-weight: 400; }
|
||||
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
font-family: "novecento_sans_widedemibold", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
|
||||
text-rendering: optimizeLegibility; }
|
||||
|
||||
h1 {
|
||||
font-size: 3.2rem; }
|
||||
@media only all and (max-width: 47.938em) {
|
||||
h1 {
|
||||
font-size: 2.5rem;
|
||||
line-height: 1.2;
|
||||
margin-bottom: 2.5rem; } }
|
||||
|
||||
h2 {
|
||||
font-weight: normal;
|
||||
text-transform: uppercase; }
|
||||
@media only all and (min-width: 48em) and (max-width: 59.938em) {
|
||||
h2 {
|
||||
font-size: -1rem; } }
|
||||
@media only all and (max-width: 47.938em) {
|
||||
h2 {
|
||||
font-size: -1.1rem; } }
|
||||
|
||||
@media only all and (min-width: 48em) and (max-width: 59.938em) {
|
||||
h3 {
|
||||
font-size: -0.9rem; } }
|
||||
@media only all and (max-width: 47.938em) {
|
||||
h3 {
|
||||
font-size: -1rem; } }
|
||||
|
||||
h4 {
|
||||
font-size: 1.2rem;
|
||||
font-weight: normal;
|
||||
text-align: center;
|
||||
text-transform: uppercase;
|
||||
color: #656161; }
|
||||
@media only all and (min-width: 48em) and (max-width: 59.938em) {
|
||||
h4 {
|
||||
font-size: 1.35rem; } }
|
||||
@media only all and (max-width: 47.938em) {
|
||||
h4 {
|
||||
font-size: 1.25rem; } }
|
||||
|
||||
h1 {
|
||||
text-align: center;
|
||||
font-weight: normal; }
|
||||
|
||||
h3 {
|
||||
letter-spacing: -1px; }
|
||||
|
||||
h1 + h2 {
|
||||
margin: -2rem 0 2rem 0;
|
||||
font-size: 1.4rem;
|
||||
line-height: 1;
|
||||
text-align: center;
|
||||
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
|
||||
font-weight: 300; }
|
||||
@media only all and (min-width: 48em) and (max-width: 59.938em) {
|
||||
h1 + h2 {
|
||||
font-size: 1.6rem; } }
|
||||
@media only all and (max-width: 47.938em) {
|
||||
h1 + h2 {
|
||||
font-size: 1.5rem; } }
|
||||
|
||||
h2 + h3 {
|
||||
margin: 0.5rem 0 2rem 0;
|
||||
font-size: 1.3rem;
|
||||
line-height: 1;
|
||||
text-align: center;
|
||||
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
|
||||
font-weight: normal; }
|
||||
@media only all and (min-width: 48em) and (max-width: 59.938em) {
|
||||
h2 + h3 {
|
||||
font-size: 1.2rem; } }
|
||||
@media only all and (max-width: 47.938em) {
|
||||
h2 + h3 {
|
||||
font-size: 1.1rem; } }
|
||||
|
||||
blockquote {
|
||||
border-left: 10px solid #F0F2F4; }
|
||||
blockquote p {
|
||||
font-size: 1.1rem;
|
||||
color: #999; }
|
||||
blockquote cite {
|
||||
display: block;
|
||||
text-align: right;
|
||||
color: #666;
|
||||
font-size: 1.2rem; }
|
||||
|
||||
blockquote > blockquote > blockquote {
|
||||
margin: 0; }
|
||||
blockquote > blockquote > blockquote p {
|
||||
padding: 15px;
|
||||
display: block;
|
||||
font-size: 1rem;
|
||||
margin-top: 0rem;
|
||||
margin-bottom: 0rem; }
|
||||
blockquote > blockquote > blockquote > p {
|
||||
margin-left: -71px;
|
||||
border-left: 10px solid #F0AD4E;
|
||||
background: #FCF8F2;
|
||||
color: #df8a13; }
|
||||
blockquote > blockquote > blockquote > blockquote > p {
|
||||
margin-left: -94px;
|
||||
border-left: 10px solid #D9534F;
|
||||
background: #FDF7F7;
|
||||
color: #b52b27; }
|
||||
blockquote > blockquote > blockquote > blockquote > blockquote > p {
|
||||
margin-left: -118px;
|
||||
border-left: 10px solid #5BC0DE;
|
||||
background: #F4F8FA;
|
||||
color: #28a1c5; }
|
||||
blockquote > blockquote > blockquote > blockquote > blockquote > blockquote > p {
|
||||
margin-left: -142px;
|
||||
border-left: 10px solid #5CB85C;
|
||||
background: #F1F9F1;
|
||||
color: #3d8b3d; }
|
||||
|
||||
code,
|
||||
kbd,
|
||||
pre,
|
||||
samp {
|
||||
font-family: "Inconsolata", monospace; }
|
||||
|
||||
code {
|
||||
background: #f9f2f4;
|
||||
color: #9c1d3d; }
|
||||
|
||||
pre {
|
||||
padding: 2rem;
|
||||
background: #f6f6f6;
|
||||
border: 1px solid #CBCBCB;
|
||||
border-radius: 3px; }
|
||||
pre code {
|
||||
color: #237794;
|
||||
background: inherit; }
|
||||
|
||||
hr {
|
||||
border-bottom: 1px solid #CBCBCB; }
|
||||
|
||||
.page-title {
|
||||
margin-top: -25px;
|
||||
padding: 25px;
|
||||
float: left;
|
||||
clear: both;
|
||||
background: #87b672;
|
||||
color: #fff; }
|
||||
|
||||
.label {
|
||||
vertical-align: middle;
|
||||
background: #87b672;
|
||||
border-radius: 100%;
|
||||
color: #fff;
|
||||
height: 1rem;
|
||||
min-width: 1rem;
|
||||
line-height: 1rem;
|
||||
display: inline-block;
|
||||
text-align: center;
|
||||
font-size: 0.7rem;
|
||||
font-family: "novecento_sans_widedemibold", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
|
||||
margin-right: 0.75rem; }
|
||||
|
||||
fieldset {
|
||||
border: 1px solid #CBCBCB; }
|
||||
|
||||
textarea, input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"], select[multiple=multiple] {
|
||||
background-color: white;
|
||||
border: 1px solid #CBCBCB;
|
||||
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06); }
|
||||
textarea:hover, input[type="email"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="url"]:hover, input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="month"]:hover, input[type="time"]:hover, input[type="week"]:hover, select[multiple=multiple]:hover {
|
||||
border-color: #b2b2b2; }
|
||||
textarea:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="url"]:focus, input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, select[multiple=multiple]:focus {
|
||||
border-color: #87b672;
|
||||
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(121, 173, 97, 0.7); }
|
||||
|
||||
.form-field .required {
|
||||
color: #F3443F;
|
||||
font-size: 3rem;
|
||||
line-height: 3rem;
|
||||
vertical-align: top;
|
||||
height: 1.5rem;
|
||||
display: inline-block; }
|
||||
|
||||
form .buttons {
|
||||
text-align: center; }
|
||||
form input {
|
||||
font-weight: 400; }
|
||||
|
||||
table {
|
||||
border: 1px solid #d8d8d8; }
|
||||
|
||||
th {
|
||||
background: #e5e5e5;
|
||||
padding: 0.5rem; }
|
||||
|
||||
td {
|
||||
padding: 0.5rem;
|
||||
border: 1px solid #d8d8d8; }
|
||||
|
||||
.button {
|
||||
background: #fff;
|
||||
color: #87b672;
|
||||
border: 1px solid #87b672;
|
||||
border-radius: 3px; }
|
||||
.button:hover {
|
||||
background: #87b672;
|
||||
color: #fff; }
|
||||
.button:active {
|
||||
box-shadow: 0 1px 0 #679b50; }
|
||||
|
||||
.button-secondary {
|
||||
background: #fff;
|
||||
color: #F6635E;
|
||||
border: 1px solid #F6635E;
|
||||
border-radius: 3px; }
|
||||
.button-secondary:hover {
|
||||
background: #F6635E;
|
||||
color: #fff; }
|
||||
.button-secondary:active {
|
||||
box-shadow: 0 1px 0 #f32b24; }
|
||||
|
||||
.bullets {
|
||||
margin: 1.7rem 0;
|
||||
margin-left: -0.85rem;
|
||||
margin-right: -0.85rem;
|
||||
overflow: auto; }
|
||||
|
||||
.bullet {
|
||||
float: left;
|
||||
padding: 0 0.85rem; }
|
||||
|
||||
.two-column-bullet {
|
||||
width: 50%; }
|
||||
@media only all and (max-width: 47.938em) {
|
||||
.two-column-bullet {
|
||||
width: 100%; } }
|
||||
|
||||
.three-column-bullet {
|
||||
width: 33.33333%; }
|
||||
@media only all and (max-width: 47.938em) {
|
||||
.three-column-bullet {
|
||||
width: 100%; } }
|
||||
|
||||
.four-column-bullet {
|
||||
width: 25%; }
|
||||
@media only all and (max-width: 47.938em) {
|
||||
.four-column-bullet {
|
||||
width: 100%; } }
|
||||
|
||||
.bullet-icon {
|
||||
float: left;
|
||||
background: #87b672;
|
||||
padding: 0.875rem;
|
||||
width: 3.5rem;
|
||||
height: 3.5rem;
|
||||
border-radius: 50%;
|
||||
color: #fff;
|
||||
font-size: 1.75rem;
|
||||
text-align: center; }
|
||||
|
||||
.bullet-icon-1 {
|
||||
background: #87b672; }
|
||||
|
||||
.bullet-icon-2 {
|
||||
background: #9eb672; }
|
||||
|
||||
.bullet-icon-3 {
|
||||
background: #b67292; }
|
||||
|
||||
.bullet-content {
|
||||
margin-left: 4.55rem; }
|
||||
|
||||
.sb-slidebar {
|
||||
background-color: #333 !important; }
|
||||
|
||||
#panel {
|
||||
padding-top: 1rem;
|
||||
color: #ddd; }
|
||||
#panel .navigation {
|
||||
list-style: none;
|
||||
padding: 0; }
|
||||
#panel .navigation li {
|
||||
border-bottom: 1px solid #3d3d3d; }
|
||||
#panel .navigation li a {
|
||||
color: #ddd;
|
||||
display: block;
|
||||
padding: 0.5rem 1rem;
|
||||
font-weight: 600; }
|
||||
#panel .navigation li a:hover {
|
||||
color: white;
|
||||
background-color: #262626; }
|
||||
#panel .navigation li a:last-child {
|
||||
border-bottom: 0; }
|
||||
#panel .navigation li.active > a {
|
||||
background: #fff;
|
||||
color: #9A9898; }
|
||||
#panel .navigation li.active > a:hover {
|
||||
color: #9A9898; }
|
||||
#panel .navigation li:first-child {
|
||||
border-top: 1px solid #3d3d3d; }
|
||||
#panel .navigation li ul {
|
||||
list-style: none;
|
||||
padding: 0; }
|
||||
#panel .navigation li ul li {
|
||||
border: 0 !important; }
|
||||
#panel .navigation li ul li a {
|
||||
color: #c4c4c4;
|
||||
padding: 0.2rem 1rem 0.2rem 2rem;
|
||||
font-size: 0.9rem; }
|
||||
#panel .navigation li ul li li a {
|
||||
padding-left: 3rem; }
|
||||
#panel .navigation li ul li li a li a {
|
||||
padding-left: 4rem; }
|
||||
#panel .navigation li ul li.active > a {
|
||||
background: #ccc; }
|
||||
|
||||
.blog-header {
|
||||
padding-top: 2rem;
|
||||
padding-bottom: 2rem; }
|
||||
.blog-header.blog-header-image {
|
||||
background-size: cover;
|
||||
background-position: center; }
|
||||
.blog-header.blog-header-image h1, .blog-header.blog-header-image h2 {
|
||||
color: #FFFFFF; }
|
||||
.blog-header h1 {
|
||||
font-size: 4rem;
|
||||
margin-top: 0; }
|
||||
@media only all and (min-width: 48em) and (max-width: 59.938em) {
|
||||
.blog-header h1 {
|
||||
font-size: 3rem; } }
|
||||
@media only all and (max-width: 47.938em) {
|
||||
.blog-header h1 {
|
||||
font-size: 2.5rem;
|
||||
line-height: 1.2;
|
||||
margin-bottom: 2.5rem; } }
|
||||
.blog-header + .blog-content {
|
||||
padding-top: 3rem; }
|
||||
|
||||
.list-item {
|
||||
border-bottom: 1px solid #EEEEEE;
|
||||
margin-bottom: 3rem; }
|
||||
.list-item:last-child {
|
||||
border-bottom: 0; }
|
||||
.list-item .list-blog-header {
|
||||
position: relative; }
|
||||
.list-item .list-blog-header h4 {
|
||||
margin-bottom: 0.5rem; }
|
||||
.list-item .list-blog-header h4 a {
|
||||
color: #9A9898; }
|
||||
.list-item .list-blog-header h4 a:hover {
|
||||
color: #87b672; }
|
||||
.list-item .list-blog-header img {
|
||||
display: block;
|
||||
margin-top: 1rem;
|
||||
border-radius: 0; }
|
||||
.list-item .list-blog-date {
|
||||
float: right;
|
||||
text-align: center; }
|
||||
.list-item .list-blog-date span {
|
||||
display: block;
|
||||
font-size: 1.75rem;
|
||||
font-weight: 600;
|
||||
line-height: 110%; }
|
||||
.list-item .list-blog-date em {
|
||||
display: block;
|
||||
border-top: 1px solid #EEEEEE;
|
||||
font-style: normal;
|
||||
text-transform: uppercase; }
|
||||
|
||||
.blog-content-item .list-blog-padding > p:nth-child(2) {
|
||||
font-size: 1.2rem; }
|
||||
|
||||
.tags a {
|
||||
display: inline-block;
|
||||
font-size: 0.8rem;
|
||||
border: 1px solid #87b672;
|
||||
border-radius: 0;
|
||||
padding: 0.1rem 0.4rem;
|
||||
margin-bottom: 0.2rem;
|
||||
text-transform: uppercase; }
|
||||
|
||||
.archives, .related-pages {
|
||||
padding: 0;
|
||||
list-style: none; }
|
||||
.archives li, .related-pages li {
|
||||
border-bottom: 1px solid #EEEEEE;
|
||||
line-height: 2rem; }
|
||||
.archives li:last-child, .related-pages li:last-child {
|
||||
border-bottom: 0; }
|
||||
|
||||
.related-pages li a {
|
||||
display: block; }
|
||||
.related-pages .score {
|
||||
display: block;
|
||||
float: right;
|
||||
color: #999;
|
||||
font-size: 85%; }
|
||||
|
||||
.syndicate a {
|
||||
margin-bottom: 1rem; }
|
||||
|
||||
div#breadcrumbs {
|
||||
padding-left: 0; }
|
||||
@media only all and (max-width: 47.938em) {
|
||||
div#breadcrumbs {
|
||||
display: none; } }
|
||||
|
||||
#sidebar {
|
||||
padding-left: 3rem; }
|
||||
@media only all and (max-width: 47.938em) {
|
||||
#sidebar {
|
||||
padding-left: 0; } }
|
||||
#sidebar .sidebar-content {
|
||||
margin-bottom: 3rem; }
|
||||
#sidebar .sidebar-content h4 {
|
||||
margin-bottom: 1rem; }
|
||||
#sidebar .sidebar-content p, #sidebar .sidebar-content ul {
|
||||
margin-top: 1rem; }
|
||||
|
||||
ul.pagination {
|
||||
margin: 0 0 3rem;
|
||||
text-align: center; }
|
||||
|
||||
.prev-next {
|
||||
margin-top: 5rem;
|
||||
text-align: center; }
|
||||
|
||||
#error {
|
||||
text-align: center;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
height: 100%;
|
||||
padding-bottom: 6rem; }
|
||||
#error h1 {
|
||||
font-size: 5rem; }
|
||||
#error p {
|
||||
margin: 1rem 0; }
|
||||
|
||||
.simplesearch h1 {
|
||||
margin-bottom: 0; }
|
||||
.simplesearch .center {
|
||||
text-align: center; }
|
||||
.simplesearch input {
|
||||
display: inline-block;
|
||||
max-width: 30rem;
|
||||
font-size: 2rem; }
|
||||
.simplesearch .search-image {
|
||||
margin-top: 1rem; }
|
||||
.simplesearch .search-image img {
|
||||
border-radius: 4px; }
|
||||
@media only all and (max-width: 47.938em) {
|
||||
.simplesearch .search-image img {
|
||||
display: none; } }
|
||||
@media only all and (max-width: 47.938em) {
|
||||
.simplesearch .search-item {
|
||||
margin-left: 0; } }
|
||||
.simplesearch .search-details {
|
||||
float: right;
|
||||
margin-top: -2.5rem;
|
||||
font-weight: bold;
|
||||
font-size: 1rem;
|
||||
color: #cdcccc; }
|
||||
@media only all and (max-width: 47.938em) {
|
||||
.simplesearch .search-details {
|
||||
float: none;
|
||||
margin-top: -0.2rem;
|
||||
margin-bottom: 1rem; } }
|
||||
.simplesearch hr {
|
||||
border-bottom: 1px solid #eee; }
|
||||
|
||||
.grav-lightslider .lSSlideOuter .lSPager.lSpg > li a {
|
||||
z-index: 1; }
|
||||
|
||||
#body > script:first-child + .grav-lightslider {
|
||||
margin-top: -3rem; }
|
||||
|
||||
.modular.header-image #header {
|
||||
background-color: rgba(255, 255, 255, 0);
|
||||
box-shadow: none; }
|
||||
.modular.header-image #header #logo h3 {
|
||||
color: #FFFFFF; }
|
||||
.modular.header-image #header #navbar a {
|
||||
color: #FFFFFF; }
|
||||
.modular .slideme {
|
||||
height: 17rem !important; }
|
||||
.modular .showcase {
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
padding-bottom: 10rem;
|
||||
background-color: #666;
|
||||
background-size: cover;
|
||||
background-position: center;
|
||||
text-align: center;
|
||||
color: #FFFFFF; }
|
||||
.modular .showcase h1 {
|
||||
font-size: 2.5rem;
|
||||
margin-top: 0; }
|
||||
@media only all and (min-width: 48em) and (max-width: 59.938em) {
|
||||
.modular .showcase h1 {
|
||||
font-size: 3rem; } }
|
||||
@media only all and (max-width: 47.938em) {
|
||||
.modular .showcase h1 {
|
||||
font-size: 2.5rem;
|
||||
line-height: 1.2;
|
||||
margin-bottom: 2.5rem; } }
|
||||
.modular .showcase h1 strong, .modular .showcase h1 label, .modular .showcase h1 th {
|
||||
color: #87b672; }
|
||||
.modular .showcase h2 {
|
||||
text-transform: none; }
|
||||
.modular .showcase .button {
|
||||
color: #FFFFFF;
|
||||
font-family: "novecento_sans_widedemibold", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
|
||||
padding: 0.3rem 1rem;
|
||||
background: rgba(255, 255, 255, 0);
|
||||
border: 2px solid #FFFFFF;
|
||||
border-radius: 0;
|
||||
box-shadow: none;
|
||||
font-size: 1rem; }
|
||||
.modular .showcase .button:hover {
|
||||
background: rgba(255, 255, 255, 0.2); }
|
||||
.modular .slideme_container .arrow {
|
||||
position: absolute;
|
||||
display: block;
|
||||
width: 3.7rem;
|
||||
height: 3.7rem;
|
||||
cursor: pointer;
|
||||
z-index: 50;
|
||||
text-align: center;
|
||||
line-height: 3.8rem;
|
||||
background: #fff;
|
||||
top: 10%;
|
||||
border-radius: 100%;
|
||||
font-size: 2.5rem;
|
||||
opacity: 0.5;
|
||||
color: #000; }
|
||||
.modular .slideme_container .arrow:hover {
|
||||
opacity: 1; }
|
||||
.modular .slideme_container .arrow.prev {
|
||||
left: 4rem; }
|
||||
.modular .slideme_container .arrow.next {
|
||||
right: 4rem; }
|
||||
.modular .slideme_container .arrow:disabled {
|
||||
opacity: 0.1; }
|
||||
.modular .slideme_container .arrow.next:before {
|
||||
content: '\f054';
|
||||
font-family: FontAwesome;
|
||||
margin-left: 0.4rem; }
|
||||
.modular .slideme_container .arrow.prev:before {
|
||||
content: '\f053';
|
||||
font-family: FontAwesome;
|
||||
margin-right: 0.5rem; }
|
||||
.modular .slideme_container .pagination {
|
||||
text-align: center;
|
||||
z-index: 10;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
right: 0;
|
||||
vertical-align: middle;
|
||||
bottom: 0; }
|
||||
.modular .slideme_container .pagination .numbers li {
|
||||
-webkit-transition-duration: 0.2s;
|
||||
-moz-transition-duration: 0.2s;
|
||||
transition-duration: 0.2s;
|
||||
background: #fff;
|
||||
width: 0.5rem;
|
||||
height: 0.5rem;
|
||||
display: inline-block;
|
||||
border-radius: 100%;
|
||||
cursor: pointer;
|
||||
margin: 0 0.2rem;
|
||||
vertical-align: middle; }
|
||||
.modular .slideme_container .pagination .numbers li.current {
|
||||
width: 1rem;
|
||||
height: 1rem; }
|
||||
|
||||
.modular .features {
|
||||
padding: 6rem 0;
|
||||
padding-bottom: 1rem;
|
||||
text-align: center; }
|
||||
.modular .features:after {
|
||||
content: "";
|
||||
display: table;
|
||||
clear: both; }
|
||||
.modular .features h2 {
|
||||
margin: 0;
|
||||
line-height: 100%;
|
||||
color: #656161; }
|
||||
.modular .features p {
|
||||
margin: 1rem 0; }
|
||||
@media only all and (max-width: 47.938em) {
|
||||
.modular .features p {
|
||||
font-size: 1rem; } }
|
||||
.modular .features .button {
|
||||
background-color: #87b672;
|
||||
color: #FFFFFF;
|
||||
font-family: "novecento_sans_widedemibold", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
|
||||
border-radius: 0;
|
||||
box-shadow: none;
|
||||
font-size: 1rem; }
|
||||
.modular .features .feature-items {
|
||||
margin-top: 2rem; }
|
||||
@supports not (flex-wrap: wrap) {
|
||||
.modular .features .feature-items {
|
||||
overflow: hidden; } }
|
||||
.modular .features .feature {
|
||||
display: block;
|
||||
float: left;
|
||||
width: 25%;
|
||||
vertical-align: top;
|
||||
margin-top: 2rem;
|
||||
margin-bottom: 1rem; }
|
||||
@media only all and (min-width: 30.063em) and (max-width: 47.938em) {
|
||||
.modular .features .feature {
|
||||
margin-top: 1rem;
|
||||
width: 50%; } }
|
||||
@media only all and (max-width: 30em) {
|
||||
.modular .features .feature {
|
||||
margin-top: 1rem;
|
||||
width: 100%; } }
|
||||
.modular .features .feature i.fa {
|
||||
font-size: 2rem; }
|
||||
.modular .features .feature h4 {
|
||||
margin: 0;
|
||||
font-size: 1.1rem; }
|
||||
.modular .features .feature p {
|
||||
display: inline-block;
|
||||
font-size: 1rem;
|
||||
margin: 0.2rem 0 1rem; }
|
||||
.modular .features.big {
|
||||
text-align: center; }
|
||||
.modular .features.big .feature {
|
||||
width: 33.33%; }
|
||||
@media only all and (max-width: 30em) {
|
||||
.modular .features.big .feature {
|
||||
margin-top: 1rem;
|
||||
width: 100%; } }
|
||||
.modular .features.big i.fa {
|
||||
font-size: 4.5rem;
|
||||
margin-bottom: 1.5rem; }
|
||||
.modular .features.big .feature-content {
|
||||
padding-right: 2rem; }
|
||||
.modular .features.big .feature-content.icon-offset {
|
||||
margin-left: 1rem; }
|
||||
.modular .features.big .feature-content h4 {
|
||||
font-size: 1.2rem; }
|
||||
.modular .features.big .feature-content p {
|
||||
padding: 0; }
|
||||
|
||||
.callout {
|
||||
background: #EEEEEE;
|
||||
padding: 2rem 0.938rem;
|
||||
padding-top: 2rem;
|
||||
padding-bottom: 0;
|
||||
text-align: center;
|
||||
overflow: hidden;
|
||||
clear: both;
|
||||
position: relative; }
|
||||
.callout .callout-line {
|
||||
background: #fff;
|
||||
width: 100%;
|
||||
height: 7rem;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
z-index: 0; }
|
||||
.callout .notebook {
|
||||
float: left;
|
||||
text-align: left;
|
||||
width: 33.33%;
|
||||
position: relative;
|
||||
z-index: 10; }
|
||||
.callout .notebook .screen:before {
|
||||
content: "";
|
||||
position: absolute;
|
||||
border-radius: 50%;
|
||||
background: #E5EBED;
|
||||
height: 0.25rem;
|
||||
width: 0.25rem;
|
||||
margin: 0.3125rem 0 0 8.625rem; }
|
||||
.callout .notebook .screen {
|
||||
background: #464C51;
|
||||
border-radius: 0.5rem 0.5rem 0 0;
|
||||
height: 11.72rem;
|
||||
width: 18.28rem;
|
||||
margin: 0 auto; }
|
||||
.callout .notebook .screen .screen-content {
|
||||
height: 10.1rem;
|
||||
width: 16.73rem;
|
||||
position: absolute;
|
||||
z-index: 1;
|
||||
margin-top: 0.8rem;
|
||||
margin-left: 0.8rem;
|
||||
background-size: cover;
|
||||
background-repeat: no-repeat; }
|
||||
.callout .notebook .screen .screen-content-hover {
|
||||
height: 10.1rem;
|
||||
width: 16.73rem;
|
||||
position: absolute;
|
||||
z-index: 2;
|
||||
opacity: 0;
|
||||
margin-top: 0.8rem;
|
||||
margin-left: 0.8rem;
|
||||
background-color: #87b672; }
|
||||
.callout .notebook .screen .screen-content-hover .fa-plus-square {
|
||||
font-size: 5rem;
|
||||
color: #464C51;
|
||||
margin-top: 2.5rem;
|
||||
margin-left: 5.9rem; }
|
||||
.callout .notebook .screen .screen-content-hover:hover {
|
||||
opacity: 0.8; }
|
||||
.callout .notebook .screen:after {
|
||||
content: "";
|
||||
position: absolute;
|
||||
background: #161B21;
|
||||
height: 10rem;
|
||||
width: 16.63rem;
|
||||
border-radius: 0.125rem;
|
||||
margin: 0.875rem 0 0 0.8125rem;
|
||||
transition: background 1s ease-in-out; }
|
||||
.callout .notebook .keyboard {
|
||||
background: #DFDCDC;
|
||||
border-radius: 0 0 0.3125rem 0.3125rem;
|
||||
height: 1.25rem;
|
||||
width: 21.88rem;
|
||||
margin: 0 auto; }
|
||||
.callout .notebook .keyboard:after {
|
||||
content: "";
|
||||
position: absolute;
|
||||
background: #757979;
|
||||
height: 0.375rem;
|
||||
width: 3.125rem;
|
||||
margin: 0 0 0 9.375rem;
|
||||
border-radius: 0 0 0.5rem 0.5rem; }
|
||||
.callout .keyboard:before {
|
||||
content: "";
|
||||
position: absolute;
|
||||
height: 0.5rem;
|
||||
width: 23.13rem;
|
||||
margin: 0.4375rem 0 0 -0.625rem;
|
||||
z-index: -1;
|
||||
border-radius: 100%; }
|
||||
|
||||
.modular .modular-row:last-child {
|
||||
margin-bottom: 2rem; }
|
||||
|
||||
/*# sourceMappingURL=template.css.map */
|
7
css-compiled/template.css.map
Normal file
7
css-compiled/template.css.map
Normal file
File diff suppressed because one or more lines are too long
4
css/font-awesome.min.css
vendored
Normal file
4
css/font-awesome.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
24
css/nucleus-ie10.css
Normal file
24
css/nucleus-ie10.css
Normal file
|
@ -0,0 +1,24 @@
|
|||
button {
|
||||
overflow: visible;
|
||||
}
|
||||
|
||||
input[type="checkbox"],
|
||||
input[type="radio"] {
|
||||
box-sizing: border-box;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.fixed-blocks {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.feature-items {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.modular .features .feature {
|
||||
margin: 1%;
|
||||
display: inline-block;
|
||||
vertical-align: top;
|
||||
float: none;
|
||||
}
|
62
css/nucleus-ie9.css
Normal file
62
css/nucleus-ie9.css
Normal file
|
@ -0,0 +1,62 @@
|
|||
/* IE9 Resets and Normalization */
|
||||
article,
|
||||
aside,
|
||||
details,
|
||||
figcaption,
|
||||
figure,
|
||||
footer,
|
||||
header,
|
||||
hgroup,
|
||||
main,
|
||||
nav,
|
||||
section,
|
||||
summary {
|
||||
display: block;
|
||||
}
|
||||
|
||||
audio,
|
||||
canvas,
|
||||
progress,
|
||||
video {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
[hidden],
|
||||
template {
|
||||
display: none;
|
||||
}
|
||||
|
||||
abbr[title] {
|
||||
border-bottom: 1px dotted;
|
||||
}
|
||||
|
||||
img {
|
||||
border: 0;
|
||||
}
|
||||
|
||||
svg:not(:root) {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
figure {
|
||||
margin: 1em 40px;
|
||||
}
|
||||
|
||||
button {
|
||||
overflow: visible;
|
||||
}
|
||||
|
||||
input[type="checkbox"],
|
||||
input[type="radio"] {
|
||||
box-sizing: border-box;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
legend {
|
||||
border: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
textarea {
|
||||
overflow: auto;
|
||||
}
|
121
css/prism.css
Normal file
121
css/prism.css
Normal file
|
@ -0,0 +1,121 @@
|
|||
/* http://prismjs.com/download.html?themes=prism&languages=markup+css+clike+javascript */
|
||||
/**
|
||||
* prism.js default theme for JavaScript, CSS and HTML
|
||||
* Based on dabblet (http://dabblet.com)
|
||||
* @author Lea Verou
|
||||
*/
|
||||
|
||||
code[class*="language-"],
|
||||
pre[class*="language-"] {
|
||||
color: black;
|
||||
text-shadow: 0 1px white;
|
||||
direction: ltr;
|
||||
text-align: left;
|
||||
white-space: pre;
|
||||
word-spacing: normal;
|
||||
word-break: normal;
|
||||
|
||||
|
||||
-moz-tab-size: 4;
|
||||
-o-tab-size: 4;
|
||||
tab-size: 4;
|
||||
|
||||
-webkit-hyphens: none;
|
||||
-moz-hyphens: none;
|
||||
-ms-hyphens: none;
|
||||
hyphens: none;
|
||||
}
|
||||
|
||||
pre[class*="language-"]::-moz-selection, pre[class*="language-"] ::-moz-selection,
|
||||
code[class*="language-"]::-moz-selection, code[class*="language-"] ::-moz-selection {
|
||||
text-shadow: none;
|
||||
background: #b3d4fc;
|
||||
}
|
||||
|
||||
pre[class*="language-"]::selection, pre[class*="language-"] ::selection,
|
||||
code[class*="language-"]::selection, code[class*="language-"] ::selection {
|
||||
text-shadow: none;
|
||||
background: #b3d4fc;
|
||||
}
|
||||
|
||||
@media print {
|
||||
code[class*="language-"],
|
||||
pre[class*="language-"] {
|
||||
text-shadow: none;
|
||||
}
|
||||
}
|
||||
|
||||
/* Code blocks */
|
||||
pre[class*="language-"] {
|
||||
padding: 1em;
|
||||
margin: .5em 0;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
/* Inline code */
|
||||
:not(pre) > code[class*="language-"] {
|
||||
padding: .1em;
|
||||
border-radius: .3em;
|
||||
}
|
||||
|
||||
.token.comment,
|
||||
.token.prolog,
|
||||
.token.doctype,
|
||||
.token.cdata {
|
||||
color: slategray;
|
||||
}
|
||||
|
||||
.token.punctuation {
|
||||
color: #999;
|
||||
}
|
||||
|
||||
.namespace {
|
||||
opacity: .7;
|
||||
}
|
||||
|
||||
.token.property,
|
||||
.token.tag,
|
||||
.token.boolean,
|
||||
.token.number,
|
||||
.token.constant,
|
||||
.token.symbol {
|
||||
color: #905;
|
||||
}
|
||||
|
||||
.token.selector,
|
||||
.token.attr-name,
|
||||
.token.string,
|
||||
.token.builtin {
|
||||
color: #690;
|
||||
}
|
||||
|
||||
.token.operator,
|
||||
.token.entity,
|
||||
.token.url,
|
||||
.language-css .token.string,
|
||||
.style .token.string,
|
||||
.token.variable {
|
||||
color: #a67f59;
|
||||
background: hsla(0,0%,100%,.5);
|
||||
}
|
||||
|
||||
.token.atrule,
|
||||
.token.attr-value,
|
||||
.token.keyword {
|
||||
color: #07a;
|
||||
}
|
||||
|
||||
|
||||
.token.regex,
|
||||
.token.important {
|
||||
color: #e90;
|
||||
}
|
||||
|
||||
.token.important {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.token.entity {
|
||||
cursor: help;
|
||||
}
|
||||
|
15
css/pure-0.5.0/grids-min.css
vendored
Normal file
15
css/pure-0.5.0/grids-min.css
vendored
Normal file
|
@ -0,0 +1,15 @@
|
|||
/*!
|
||||
Pure v0.5.0-rc-1
|
||||
Copyright 2014 Yahoo! Inc. All rights reserved.
|
||||
Licensed under the BSD License.
|
||||
https://github.com/yui/pure/blob/master/LICENSE.md
|
||||
*/
|
||||
.pure-g{letter-spacing:-.31em;*letter-spacing:normal;*word-spacing:-.43em;text-rendering:optimizespeed;font-family:FreeSans,Arimo,"Droid Sans",Helvetica,Arial,sans-serif;display:-webkit-flex;-webkit-flex-flow:row wrap;display:-ms-flexbox;-ms-flex-flow:row wrap}.opera-only :-o-prefocus,.pure-g{word-spacing:-.43em}.pure-u{display:inline-block;*display:inline;zoom:1;letter-spacing:normal;word-spacing:normal;vertical-align:top;text-rendering:auto}.pure-g [class *="pure-u"]{font-family:sans-serif}.pure-u-1,.pure-u-1-1,.pure-u-1-2,.pure-u-1-3,.pure-u-2-3,.pure-u-1-4,.pure-u-3-4,.pure-u-1-5,.pure-u-2-5,.pure-u-3-5,.pure-u-4-5,.pure-u-5-5,.pure-u-1-6,.pure-u-5-6,.pure-u-1-8,.pure-u-3-8,.pure-u-5-8,.pure-u-7-8,.pure-u-1-12,.pure-u-5-12,.pure-u-7-12,.pure-u-11-12,.pure-u-1-24,.pure-u-2-24,.pure-u-3-24,.pure-u-4-24,.pure-u-5-24,.pure-u-6-24,.pure-u-7-24,.pure-u-8-24,.pure-u-9-24,.pure-u-10-24,.pure-u-11-24,.pure-u-12-24,.pure-u-13-24,.pure-u-14-24,.pure-u-15-24,.pure-u-16-24,.pure-u-17-24,.pure-u-18-24,.pure-u-19-24,.pure-u-20-24,.pure-u-21-24,.pure-u-22-24,.pure-u-23-24,.pure-u-24-24{display:inline-block;*display:inline;zoom:1;letter-spacing:normal;word-spacing:normal;vertical-align:top;text-rendering:auto}.pure-u-1-24{width:4.1667%;*width:4.1357%}.pure-u-1-12,.pure-u-2-24{width:8.3333%;*width:8.3023%}.pure-u-1-8,.pure-u-3-24{width:12.5%;*width:12.469%}.pure-u-1-6,.pure-u-4-24{width:16.6667%;*width:16.6357%}.pure-u-1-5{width:20%;*width:19.969%}.pure-u-5-24{width:20.8333%;*width:20.8023%}.pure-u-1-4,.pure-u-6-24{width:25%;*width:24.969%}.pure-u-7-24{width:29.1667%;*width:29.1357%}.pure-u-1-3,.pure-u-8-24{width:33.3333%;*width:33.3023%}.pure-u-3-8,.pure-u-9-24{width:37.5%;*width:37.469%}.pure-u-2-5{width:40%;*width:39.969%}.pure-u-5-12,.pure-u-10-24{width:41.6667%;*width:41.6357%}.pure-u-11-24{width:45.8333%;*width:45.8023%}.pure-u-1-2,.pure-u-12-24{width:50%;*width:49.969%}.pure-u-13-24{width:54.1667%;*width:54.1357%}.pure-u-7-12,.pure-u-14-24{width:58.3333%;*width:58.3023%}.pure-u-3-5{width:60%;*width:59.969%}.pure-u-5-8,.pure-u-15-24{width:62.5%;*width:62.469%}.pure-u-2-3,.pure-u-16-24{width:66.6667%;*width:66.6357%}.pure-u-17-24{width:70.8333%;*width:70.8023%}.pure-u-3-4,.pure-u-18-24{width:75%;*width:74.969%}.pure-u-19-24{width:79.1667%;*width:79.1357%}.pure-u-4-5{width:80%;*width:79.969%}.pure-u-5-6,.pure-u-20-24{width:83.3333%;*width:83.3023%}.pure-u-7-8,.pure-u-21-24{width:87.5%;*width:87.469%}.pure-u-11-12,.pure-u-22-24{width:91.6667%;*width:91.6357%}.pure-u-23-24{width:95.8333%;*width:95.8023%}.pure-u-1,.pure-u-1-1,.pure-u-5-5,.pure-u-24-24{width:100%}
|
||||
|
||||
/* Custom */
|
||||
[class *="pure-u"] {display:inline-block;*display:inline;zoom:1;letter-spacing:normal;word-spacing:normal;vertical-align:top;text-rendering:auto;}
|
||||
.pure-u-1-7 {width: 14.285%;}.pure-u-2-7 {width: 28.571%;}.pure-u-3-7 {width: 42.857%;}.pure-u-4-7 {width: 57.142%;}.pure-u-5-7 {width: 71.428%;}.pure-u-6-7 {width: 85.714%;}
|
||||
.pure-u-1-9 {width: 11.111%;}.pure-u-2-9 {width: 22.222%;}.pure-u-3-9 {width: 33.333%;}.pure-u-4-9 {width: 44.444%;}.pure-u-5-9 {width: 55.555%;}.pure-u-6-9 {width: 66.666%;}.pure-u-7-9 {width: 77.777%;}.pure-u-8-9 {width: 88.888%;}
|
||||
.pure-u-1-10 {width: 10%;}.pure-u-2-10 {width: 20%;}.pure-u-3-10 {width: 30%;}.pure-u-4-10 {width: 40%;}.pure-u-5-10 {width: 50%;}.pure-u-6-10 {width: 60%;}.pure-u-7-10 {width: 70%;}.pure-u-8-10 {width: 80%;}.pure-u-9-10 {width: 90%;}
|
||||
|
||||
.pure-u-1-11 {width: 9.090%;}.pure-u-2-11 {width: 18.181%;}.pure-u-3-11 {width: 27.272%;}.pure-u-4-11 {width: 36.363%;}.pure-u-5-11 {width: 45.454%;}.pure-u-6-11 {width: 54.545%;}.pure-u-7-11 {width: 63.636%;}.pure-u-8-11 {width: 72.727%;}.pure-u-9-11 {width: 81.818%;}.pure-u-10-11 {width: 90.909%;}
|
2
css/slidebars.min.css
vendored
Normal file
2
css/slidebars.min.css
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
/* Slidebars 0.10.2 (http://plugins.adchsm.me/slidebars/) written by Adam Smith (http://www.adchsm.me/) released under MIT License (http://plugins.adchsm.me/slidebars/license.txt) */
|
||||
#sb-site,.sb-site-container,.sb-slidebar,body,html{margin:0;padding:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}body,html{width:100%;overflow-x:hidden}html{height:100%}body{min-height:100%;height:auto;position:relative}html.sb-scroll-lock.sb-active:not(.sb-static){overflow:hidden}#sb-site,.sb-site-container{width:100%;position:relative;z-index:1;background-color:#fff}.sb-slidebar{height:100%;overflow-y:auto;position:fixed;top:0;z-index:0;display:none;background-color:#222;-webkit-transform:translate(0px)}.sb-left{left:0}.sb-right{right:0}.sb-slidebar.sb-static,html.sb-static .sb-slidebar{position:absolute}.sb-slidebar.sb-active{display:block}.sb-style-overlay{z-index:9999}.sb-momentum-scrolling{-webkit-overflow-scrolling:touch}.sb-slidebar{width:30%}.sb-width-thin{width:15%}.sb-width-wide{width:45%}@media (max-width:480px){.sb-slidebar{width:70%}.sb-width-thin{width:55%}.sb-width-wide{width:85%}}@media (min-width:481px){.sb-slidebar{width:55%}.sb-width-thin{width:40%}.sb-width-wide{width:70%}}@media (min-width:768px){.sb-slidebar{width:40%}.sb-width-thin{width:25%}.sb-width-wide{width:55%}}@media (min-width:992px){.sb-slidebar{width:30%}.sb-width-thin{width:15%}.sb-width-wide{width:45%}}@media (min-width:1200px){.sb-slidebar{width:20%}.sb-width-thin{width:5%}.sb-width-wide{width:35%}}#sb-site,.sb-site-container,.sb-slide,.sb-slidebar{-webkit-transition:-webkit-transform 400ms ease;-moz-transition:-moz-transform 400ms ease;-o-transition:-o-transform 400ms ease;transition:transform 400ms ease;-webkit-transition-property:-webkit-transform,left,right;}.sb-hide{display:none}
|
294
css/slideme.css
Normal file
294
css/slideme.css
Normal file
|
@ -0,0 +1,294 @@
|
|||
.slideme_container {
|
||||
-webkit-touch-callout: none;
|
||||
-webkit-user-select: none;
|
||||
-khtml-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
.slideme_container ul,
|
||||
.slideme_container ol,
|
||||
.slideme {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.slideme_container li,
|
||||
.slideme > li {
|
||||
display: block;
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
.slideme_container,
|
||||
.slideme {
|
||||
position: relative;
|
||||
}
|
||||
.slideme_container ol img,
|
||||
.slideme > * img{
|
||||
display: block;
|
||||
}
|
||||
|
||||
.slideme > *:first-child {
|
||||
opacity: 1;
|
||||
position: relative;
|
||||
z-index: 5;
|
||||
}
|
||||
|
||||
.slideme > *,
|
||||
.slideme_container .slideme > * {
|
||||
left: 0;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
width: 100%;
|
||||
z-index: 0;
|
||||
}
|
||||
|
||||
.slideme > * {
|
||||
-webkit-transform: translate3d(0, 0, 0);
|
||||
-moz-transform: translate3d(0, 0, 0);
|
||||
-ms-transform: translate3d(0, 0, 0);
|
||||
-o-transform: translate3d(0, 0, 0);
|
||||
transform: translate3d(0, 0, 0);
|
||||
}
|
||||
|
||||
.slideme_container .slideme > *.current {
|
||||
opacity: 1;
|
||||
z-index: 5;
|
||||
}
|
||||
|
||||
.single button.arrow,
|
||||
.single .pagination
|
||||
{
|
||||
display: none;
|
||||
}
|
||||
|
||||
/*
|
||||
* slide
|
||||
*/
|
||||
|
||||
.slideme-slide > *,
|
||||
.slideme_container .slideme-slide > * {
|
||||
visibility: hidden;
|
||||
z-index: 0;
|
||||
}
|
||||
|
||||
.slideme-slide > .current,
|
||||
.slideme-slide > .next {
|
||||
visibility: visible;
|
||||
z-index: 5;
|
||||
}
|
||||
|
||||
.slideme-slide > .after {
|
||||
left: 100%;
|
||||
}
|
||||
|
||||
.slideme-slide > .before {
|
||||
left: -100%;
|
||||
}
|
||||
|
||||
.slideme-slide.nextClicked > .current,
|
||||
.slideme-slide.nextClicked > .next,
|
||||
.slideme-slide.prevClicked > .current,
|
||||
.slideme-slide.prevClicked > .next {
|
||||
-webkit-transition: left 0.5s cubic-bezier(0.47, 0, 0.745, 0.715);
|
||||
-moz-transition: left 0.5s cubic-bezier(0.47, 0, 0.745, 0.715);
|
||||
-ms-transition: left 0.5s cubic-bezier(0.47, 0, 0.745, 0.715);
|
||||
-o-transition: left 0.5s cubic-bezier(0.47, 0, 0.745, 0.715);
|
||||
transition: left 0.5s cubic-bezier(0.47, 0, 0.745, 0.715);
|
||||
}
|
||||
|
||||
.slideme-slide.prevClicked > .next,
|
||||
.slideme-slide.nextClicked > .next {
|
||||
left: 0;
|
||||
}
|
||||
|
||||
.slideme-slide.prevClicked > .current {
|
||||
left: 100%;
|
||||
}
|
||||
|
||||
.slideme-slide.nextClicked > .current {
|
||||
left: -100%;
|
||||
}
|
||||
|
||||
/*
|
||||
* zoom
|
||||
*/
|
||||
|
||||
.slideme-zoom > *,
|
||||
.slideme_container .slideme-zoom > * {
|
||||
opacity: 0;
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
.slideme-zoom > .current {
|
||||
visibility: visible;
|
||||
z-index: 4;
|
||||
}
|
||||
|
||||
.slideme-zoom > .next {
|
||||
visibility: visible;
|
||||
z-index: 5;
|
||||
}
|
||||
|
||||
.slideme-zoom > .before,
|
||||
.slideme-zoom.nextClicked > .current {
|
||||
-webkit-transform: scale(1.4);
|
||||
-moz-transform: scale(1.4);
|
||||
-ms-transform: scale(1.4);
|
||||
-o-transform: scale(1.4);
|
||||
transform: scale(1.4);
|
||||
}
|
||||
|
||||
.slideme-zoom > .after,
|
||||
.slideme-zoom.nextClicked > .next,
|
||||
.slideme-zoom.prevClicked > .current {
|
||||
-webkit-transform: scale(1);
|
||||
-moz-transform: scale(1);
|
||||
-ms-transform: scale(1);
|
||||
-o-transform: scale(1);
|
||||
transform: scale(1);
|
||||
z-index: 5;
|
||||
}
|
||||
|
||||
.slideme-zoom > .before {
|
||||
z-index: 6;
|
||||
}
|
||||
|
||||
.slideme-zoom.nextClicked > .current,
|
||||
.slideme-zoom.nextClicked > .next,
|
||||
.slideme-zoom.prevClicked > .current,
|
||||
.slideme-zoom.prevClicked > .next {
|
||||
-webkit-transition: opacity 0.35s cubic-bezier(0.47, 0, 0.745, 0.715), -webkit-transform 0.35s cubic-bezier(0.47, 0, 0.745, 0.715);
|
||||
-moz-transition: opacity 0.35s cubic-bezier(0.47, 0, 0.745, 0.715), -moz-transform 0.35s cubic-bezier(0.47, 0, 0.745, 0.715);
|
||||
-ms-transition: opacity 0.35s cubic-bezier(0.47, 0, 0.745, 0.715), -ms-transform 0.35s cubic-bezier(0.47, 0, 0.745, 0.715);
|
||||
-o-transition: opacity 0.35s cubic-bezier(0.47, 0, 0.745, 0.715), -o-transform 0.35s cubic-bezier(0.47, 0, 0.745, 0.715);
|
||||
transition: opacity 0.35s cubic-bezier(0.47, 0, 0.745, 0.715), transform 0.35s cubic-bezier(0.47, 0, 0.745, 0.715);
|
||||
}
|
||||
|
||||
.slideme-zoom.nextClicked > .current {
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
.slideme-zoom.nextClicked > .after {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.slideme-zoom.prevClicked > .next {
|
||||
-webkit-transform: scale(1);
|
||||
-moz-transform: scale(1);
|
||||
-ms-transform: scale(1);
|
||||
-o-transform: scale(1);
|
||||
transform: scale(1);
|
||||
opacity: 1;
|
||||
visibility: visible;
|
||||
}
|
||||
|
||||
/*
|
||||
* fade
|
||||
*/
|
||||
|
||||
.slideme-fade > *,
|
||||
.slideme_container .slideme-fade > * {
|
||||
opacity: 0;
|
||||
z-index: 0;
|
||||
}
|
||||
|
||||
.slideme-fade.nextClicked > .current,
|
||||
.slideme-fade.nextClicked > .next,
|
||||
.slideme-fade.prevClicked > .current,
|
||||
.slideme-fade.prevClicked > .next {
|
||||
-webkit-transition: opacity 0.7s cubic-bezier(0.47, 0, 0.745, 0.715);
|
||||
-moz-transition: opacity 0.7s cubic-bezier(0.47, 0, 0.745, 0.715);
|
||||
-ms-transition: opacity 0.7s cubic-bezier(0.47, 0, 0.745, 0.715);
|
||||
-o-transition: opacity 0.7s cubic-bezier(0.47, 0, 0.745, 0.715);
|
||||
transition: opacity 0.7s cubic-bezier(0.47, 0, 0.745, 0.715);
|
||||
}
|
||||
|
||||
.slideme-fade.nextClicked > .current,
|
||||
.slideme-fade.prevClicked > .current {
|
||||
opacity: 0;
|
||||
z-index: 5;
|
||||
}
|
||||
|
||||
.slideme-fade.nextClicked > .next,
|
||||
.slideme-fade.prevClicked > .next {
|
||||
opacity: 1;
|
||||
z-index: 4;
|
||||
}
|
||||
|
||||
/*
|
||||
* page
|
||||
*/
|
||||
|
||||
.slideme-page > .current {
|
||||
visibility: visible;
|
||||
z-index: 4;
|
||||
}
|
||||
|
||||
.slideme-page > .next {
|
||||
visibility: visible;
|
||||
z-index: 6;
|
||||
}
|
||||
|
||||
.slideme-page > .after {
|
||||
left: 100%;
|
||||
}
|
||||
|
||||
.slideme-page > .before {
|
||||
left: -100%;
|
||||
}
|
||||
|
||||
.slideme-page.nextClicked > .current,
|
||||
.slideme-page.prevClicked > .current {
|
||||
-webkit-transition: visibility 0.5s cubic-bezier(0.47, 0, 0.745, 0.715);
|
||||
-moz-transition: visibility 0.5s cubic-bezier(0.47, 0, 0.745, 0.715);
|
||||
-ms-transition: visibility 0.5s cubic-bezier(0.47, 0, 0.745, 0.715);
|
||||
-o-transition: visibility 0.5s cubic-bezier(0.47, 0, 0.745, 0.715);
|
||||
transition: visibility 0.5s cubic-bezier(0.47, 0, 0.745, 0.715);
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
.slideme-page.nextClicked > .next,
|
||||
.slideme-page.prevClicked > .next {
|
||||
-webkit-transition: left 0.5s cubic-bezier(0.47, 0, 0.745, 0.715);
|
||||
-moz-transition: left 0.5s cubic-bezier(0.47, 0, 0.745, 0.715);
|
||||
-ms-transition: left 0.5s cubic-bezier(0.47, 0, 0.745, 0.715);
|
||||
-o-transition: left 0.5s cubic-bezier(0.47, 0, 0.745, 0.715);
|
||||
transition: left 0.5s cubic-bezier(0.47, 0, 0.745, 0.715);
|
||||
left: 0;
|
||||
}
|
||||
|
||||
/*
|
||||
* SLIDEME TOUCH
|
||||
*/
|
||||
|
||||
.slideme-touch {
|
||||
-webkit-overflow-scrolling: touch;
|
||||
font-size: 0;
|
||||
height: 100%;
|
||||
overflow: hidden;
|
||||
overflow-y: hidden;
|
||||
overflow-x: scroll;
|
||||
white-space: nowrap;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.slideme-touch.snapping {
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
.slideme_container .slideme-touch > * {
|
||||
-webkit-transform: translateZ(0px);
|
||||
display: inline-block;
|
||||
height: 100%;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.slideme_container .slideme-touch > * img {
|
||||
display: block;
|
||||
min-height: 1px;
|
||||
min-width: 1px;
|
||||
width: 100%;
|
||||
}
|
9
deliver.php
Normal file
9
deliver.php
Normal file
|
@ -0,0 +1,9 @@
|
|||
<?php
|
||||
namespace Grav\Theme;
|
||||
|
||||
use Grav\Common\Theme;
|
||||
|
||||
class Deliver extends Theme
|
||||
{
|
||||
|
||||
}
|
10
deliver.yaml
Normal file
10
deliver.yaml
Normal file
|
@ -0,0 +1,10 @@
|
|||
enabled: true
|
||||
dropdown:
|
||||
enabled: false
|
||||
|
||||
streams:
|
||||
scheme:
|
||||
theme:
|
||||
type: ReadOnlyStream
|
||||
paths:
|
||||
- user/themes/deliver
|
BIN
fonts/FontAwesome.otf
Normal file
BIN
fonts/FontAwesome.otf
Normal file
Binary file not shown.
BIN
fonts/Novecento sans wide Medium-Webfont.zip
Normal file
BIN
fonts/Novecento sans wide Medium-Webfont.zip
Normal file
Binary file not shown.
|
@ -0,0 +1,48 @@
|
|||
Synthview/Fontspring Webfont End User License Agreement Version 2.0 - October 25, 2012
|
||||
|
||||
|
||||
By downloading and/or installing and/or embedding the licensed font software from Fontspring ("Webfont") in any HTML websites or webpages ("Websites"), the purchaser or designated licensee ("Licensee") agrees to be bound by the terms and conditions of this end user license agreement ("EULA"). This EULA, in conjunction with the receipt (“Receipt”) that accompanies each purchase from Fontspring or its distributors, constitutes the complete agreement (“Agreement”) between the Licensee and Fontspring.
|
||||
This Agreement allows for using the Webfont within Websites with the following rights, requirements and restrictions:
|
||||
|
||||
1. Rights
|
||||
Licensee may only link the Webfont to Websites using the @font-face selector in CSS files.
|
||||
|
||||
2. Requirements/Restrictions
|
||||
a. Licensee must use the provided Webfont from Fontspring. Linking to the full, CFF OpenType or TrueType font designed for desktop installation is prohibited.
|
||||
b. Licensee must include the entire commented header in the provided CSS file.
|
||||
c. Webfont may be simultaneously installed on no more than the number of website domains specified in the Receipt.
|
||||
d. Webfont may only be installed on Websites owned or directly controlled by the Licensee.
|
||||
e. Agencies freelancers or any kind of entity responsible for multiple clients’ Websites, for example web design agencies, freelance designers or hosting providers, may not share a single Webfont license across multiple clients’ Websites.
|
||||
f. Webfont may be used in a Website where visitors produce “Styled Content”, by directly or indirectly selecting a Webfont and entering or editing text using that Webfont, at the condition the Website may not enable or facilitate the Styled Content being used outside said Website, including but not limited to producing merchandise, PDF documents, image files, or personalized physical objects.
|
||||
|
||||
3. Third parties and Transferability
|
||||
Licensee may temporarily provide the Webfont to a website developer or other agent who is working on behalf of the Licensee, only if they agree to use the Font exclusively for Licensee’s work, agree to the terms of this Agreement, and retain no copies of the Font upon completion of the work.
|
||||
Licensee may not otherwise distribute the Webfont to third parties or make the Webfont publicly accessible except by embedding or linking in accordance with this EULA.
|
||||
|
||||
4. Terms
|
||||
Rights granted by this Agreement are perpetual. Fontspring will not charge additional fees post purchase, annually or otherwise.
|
||||
|
||||
|
||||
5. Other Usage
|
||||
Licenses for desktop use, computer applications and games, installable interactive books, software, mobile applications and games, Ebooks and Epubs, product creation websites, website template distribution (excepted webfonts sold 0$), website templates (excepted webfonts sold 0$), and other uses not allowed by this Agreement may be available for an additional fee. Contact Fontspring at support@fontspring.com for more information.
|
||||
|
||||
6. Modifications
|
||||
Licensee may not modify the Webfont or create derivative works based on the Webfont without prior written consent from Fontspring or the owning foundry except to generate files necessary for embedding or linking in accordance with this EULA.
|
||||
|
||||
7. Copyright
|
||||
Licensee agrees that the Font is the exclusive property of the owning foundry and is protected by copyright and intellectual property laws. Licensee may be held legally responsible for any infringements on the foundry's rights caused by failure to abide by the terms of this Agreement.
|
||||
|
||||
8. Termination
|
||||
Licensee agrees that the Agreement shall automatically terminate, without notice from Fontspring or the owning foundry, if Licensee fails to comply with any provision contained herein.
|
||||
|
||||
9. Disclaimer and Limited Warranty
|
||||
Fontspring warrants the Product to be free from defects in materials and workmanship under normal use for a period of twenty one (21) days from the date of delivery as shown on Receipt. Fontspring's entire liability and Licensee’s exclusive remedy as to a defective product shall
|
||||
be, at Fontspring's option, either return of purchase price or replacement of any such product that is returned to Fontspring with a copy of the invoice. Fontspring shall have no responsibility to replace the product or refund the purchase price if failure results from accident, abuse
|
||||
or misapplication, or if any product is lost or damaged due to theft, fire, or negligence. Any replacement product will be warranted for twenty one (21) days. This warranty gives Licensee specific legal rights. Licensee may have other rights, which vary from state to state.
|
||||
EXCEPT AS EXPRESSLY PROVIDED ABOVE, THE PRODUCT, IS PROVIDED “AS IS”. FONTSPRING MAKES NO WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
|
||||
The entire risk as to the quality and performance of the Product rests upon Licensee. Neither Fontspring nor the Foundry warrants that the functions contained in the Product will meet Licensee’s requirements or that the operation of the software will be uninterrupted or error free.
|
||||
FONTSPRING SHALL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, CONSEQUENTIAL, OR INCIDENTAL DAMAGES (INCLUDING DAMAGES FROM LOSS OF BUSINESS PROFITS, BUSINESS INTERRUPTION, LOSS OF BUSINESS INFORMATION, AND THE LIKE) ARISING OUT OF THE USE OF OR INABILITY TO USE THE PRODUCT EVEN IF Fontspring OR THE FOUNDRY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
|
||||
Because some states do not allow the exclusion or limitation of liability for consequential or incidental damages, the above limitation may not apply to Licensee.
|
||||
|
||||
10. APPLICABLE LAW AND ASSIGNMENT OF JURISDICTION
|
||||
You accept this Web EULA to be exclusively governed by French law. In the absence of an amicable settlement, any dispute that may arise due to the interpretation or execution of the present EULA shall be submitted to the competent jurisdiction of the Paris court of first instance of general jurisdiction (Tribunal de grande instance de Paris - 75).
|
230
fonts/Novecento sans wide Medium-Webfont/Reference/How_to_use_webfonts.html
Executable file
230
fonts/Novecento sans wide Medium-Webfont/Reference/How_to_use_webfonts.html
Executable file
|
@ -0,0 +1,230 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
|
||||
<link rel="stylesheet" href="stylesheet.css" type="text/css" charset="utf-8" />
|
||||
|
||||
<style type="text/css" media="screen">
|
||||
/*-- RESET ------*/
|
||||
html, body, div, span, applet, object, iframe,
|
||||
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
|
||||
a, abbr, acronym, address, big, cite, code,
|
||||
del, dfn, em, font, img, ins, kbd, q, s, samp,
|
||||
small, strike, strong, sub, sup, tt, var,
|
||||
b, u, i, center, dl, dt, dd, ol, ul, li,
|
||||
fieldset, form, label, legend, table,
|
||||
caption, tbody, tfoot, thead, tr, th, td
|
||||
{margin: 0;padding: 0;border: 0;outline: 0;
|
||||
font-size: 100%;vertical-align: baseline;
|
||||
background: transparent;}
|
||||
body {line-height: 1;}
|
||||
ol, ul {list-style: none;}
|
||||
blockquote, q {quotes: none;}
|
||||
blockquote:before, blockquote:after,
|
||||
q:before, q:after {content: ''; content: none;}
|
||||
:focus {outline: 0;}
|
||||
ins {text-decoration: none;}
|
||||
del {text-decoration: line-through;}
|
||||
table {border-collapse: collapse;border-spacing: 0;}
|
||||
|
||||
/*-- GRID -----*/
|
||||
.section {margin-bottom: 18px;
|
||||
}
|
||||
.section:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
|
||||
.section {*zoom: 1;}
|
||||
|
||||
.section .firstcolumn,
|
||||
.section .firstcol {margin-left: 0;}
|
||||
|
||||
.grid1, .grid1_2cols, .grid1_3cols, .grid1_4cols, .grid2, .grid2_3cols, .grid2_4cols, .grid3, .grid3_2cols, .grid3_4cols, .grid4, .grid4_3cols, .grid5, .grid5_2cols, .grid5_3cols, .grid5_4cols, .grid6, .grid6_4cols, .grid7, .grid7_2cols, .grid7_3cols, .grid7_4cols, .grid8, .grid8_3cols, .grid9, .grid9_2cols, .grid9_4cols, .grid10, .grid10_3cols, .grid10_4cols, .grid11, .grid11_2cols, .grid11_3cols, .grid11_4cols, .grid12
|
||||
{margin-left: 15px;float: left;display: inline; overflow: hidden;}
|
||||
.width5, .grid5, .span-5 {width: 335px;}
|
||||
.width5_2cols,.grid5_2cols {width: 160px;}
|
||||
.width5_3cols,.grid5_3cols {width: 101px;}
|
||||
.width5_4cols,.grid5_4cols {width: 72px;}
|
||||
.input_width5 {width: 329px;}
|
||||
|
||||
.width6, .grid6, .span-6 {width: 405px;}
|
||||
.width6_4cols,.grid6_4cols {width: 90px;}
|
||||
.input_width6 {width: 399px;}
|
||||
|
||||
.width7, .grid7, .span-7 {width: 475px;}
|
||||
.width7_2cols,.grid7_2cols {width: 230px;}
|
||||
.width7_3cols,.grid7_3cols {width: 148px;}
|
||||
.width7_4cols,.grid7_4cols {width: 107px;}
|
||||
.input_width7 {width: 469px;}
|
||||
|
||||
/*-- STYLES -----*/
|
||||
body {
|
||||
color: #000;
|
||||
background-color: #dcdcdc;
|
||||
font: 13px Arial, sans-serif;
|
||||
}
|
||||
|
||||
a {
|
||||
text-decoration: none;
|
||||
color: #1883ba;
|
||||
}
|
||||
|
||||
h1{
|
||||
font-size: 32px;
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
margin-bottom: 18px;
|
||||
}
|
||||
|
||||
h2{
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
#container {
|
||||
width: 865px;
|
||||
margin: 0px auto;
|
||||
}
|
||||
|
||||
|
||||
|
||||
#header {
|
||||
height:109px;
|
||||
font-size: 36px;
|
||||
background-color: #000;
|
||||
color: #fff;
|
||||
text-indent:-9999px;
|
||||
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASoAAABtCAMAAAAhztx9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADBQTFRFzen3mNLwDCc17fj8GVRwUbXlLprOrNzyesbrEjtOZb3oJXulP63iAAAA////MqfgopnD5wAABSNJREFUeNrs2u1yqyAQBmBARATU+7/bo6CRTwMp7ZnJvPurjUbrU1gWkGyIyiAgABWoQAUqUIEKASpQgQpUoAIVAlSgAhWoQAUqxJdSCbYsHFQ1MS/Lr1h9IRU7qBZQVVNpUL0PDao2K1BVJ/ZjKORdyb6SSiwLc0VDT6uvohKcMS72H/gyn0VDx7Lhq6hsM2LiyFZ6404KrSobzuawWoQ4pRhyVZnKdj7b/djMO1btX0V197m9UbHe5cJ3jYB7Wj873TwL1FUVw+CR1DEHrMT6jct+59Ke1qD6nwGqn1HpTATJQPN9rGGcR+1caC1y17oOPl/XSDoRQiiV4/2ZumMML6zKh4z/UXLUfTX+iNL93hOl6dmPVGxJwkuUevY+5yJc/WAiLQvZvTSSxnXeSNY7hul6gnUNPvaecA0PEek99/4Bvc8b4qc/vhDQ0qF0l59QiTk6osOFIvYZFQ2ffM1S7UFMnmr1RSKqdTCPVHKIb9KFSqTHeEB1TCvaqWKpItVttZatYqr42UMqmt6jjYqHoQNF96vQ0YpQbqn2RSWuS7kdlStc77NPeuaoUVHiU+3Zy8Vk//uT97w0PERKVK8vZaik07luLvebN1I9zLK8OYPDEcFvoVXaJ3W6oTLF/0qTe+jN2Hw25pqGOS6xyhLVKktUo0Wm4ajQgUokPUz7XfDqY6KV6vhzTe6GIdVmhvv3ODcPd+PJUK2qQDUlkM0jYL4KjiHOdhZR+cNgFVUxP0RUfvOLqeh9KEflD4PeV8ekTXWimjMLsF6XOxDmqOH1pZJlKlWmIiQYOzdyf5VmBsguVGmjCvi0zfjhqNiXSn1GZRMSyVGRJOf3odK5HW6vmLJU0TZcda6SP6SSD1Sun00ZqiFKYz2p2Fsqt1WiW0fAdRrfU9EyFSmndXKWBDKhMvFVPqFifvAHKnE/+Unlii/RQGWGc3ay11DKPFB5HnHJ/VAskPO/caX2m+o4c/gpVa5W59lttZTKlvTnMFhFdVY3V7EsS1Q0X1cZJW3FdeXnHJX1OU8Iqcj/pPJnOHVU8Yw1N0UxzoMUJzavDpalMvcwWKC6Z1H076i8yrSS6pxTkCG0UuWJXlkqT+Va7vQLVNVpXeSoXGWqm6iupOO3HVVePkjmuOP2TOXSGS3nql+nSkfAV7l1WDVTnY805qgGb5T0p8vRkF+gcqlOFkfA0V6LdKNaKqm2M7V/QGUfRaUrC1SV5rw0zM4lqmsYfKyraBeqqmo96JjsI6rp9deq8gzNpzJhDVukOofBx2q9E1XFHDBe6PuEirZS2T57T+XKVNaUPM4BO1FVrCzw6Oyfd8Aaqm3wTyxT3QVccWWhE1XFehWPGdupxjCtV1HJpwVjEo8ZT+tVnagqVkF53GFrqILZn927IVsbVZB0lJ+A4nqchlTJKmgvqvdr6wGVYHVUZJikm/sZ5ZbJZSuV8pY6g2opmbqQ9WFt3U2RulC93bHhaY+toIrryWlrpdq8tmgz1zAVqNwKfdolvehC9XYfkL+tWiuo6NZONXqNka7BYg3JzM2f9gE7Ub3ZXU5qCV1DJQOradw+oHL1pcmtwZPMuPEwV2/ZXY7fUUhaln1nYc69s5B9aSE9S+cmy9S+saDCfSZVeokgefHAvt9gXpOUaXqdl1xhTN5ZGF/vLJimRRgEqEAFKlCBClQIUIEKVKACFahAhQAVqEAFKlCBCgEqUIEKVKACFQJUoAIVqEAFKgSoQAUqUIEKVKBCgApUfx3/BBgAeuw63hnBp0AAAAAASUVORK5CYII=) no-repeat left center;
|
||||
background-color: #31a7e0;
|
||||
|
||||
}
|
||||
|
||||
#main_content {
|
||||
background-color: #fff;
|
||||
padding: 20px 20px 20px;
|
||||
}
|
||||
|
||||
|
||||
#footer p {
|
||||
margin: 0;
|
||||
padding-top: 10px;
|
||||
padding-bottom: 50px;
|
||||
color: #333;
|
||||
font: 10px Arial, sans-serif;
|
||||
}
|
||||
code {
|
||||
white-space: pre;
|
||||
background-color: #eee;
|
||||
display: block;
|
||||
padding: 10px;
|
||||
margin-bottom: 18px;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.box {
|
||||
padding: 18px;
|
||||
margin-bottom: 18px;
|
||||
background: #eee;
|
||||
}
|
||||
.bottom,.last {margin-bottom:0 !important; padding-bottom:0 !important;}
|
||||
|
||||
|
||||
|
||||
p{
|
||||
line-height: 1.2em;
|
||||
margin-bottom: 18px;
|
||||
font: 13px Arial, sans-serif;
|
||||
}
|
||||
|
||||
|
||||
|
||||
h3{
|
||||
font-size: 15px;
|
||||
margin-top: 18px;
|
||||
}
|
||||
|
||||
.sidebar p{
|
||||
font-size: 12px;
|
||||
line-height: 1.4em;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
||||
<title>How to Use Webfonts</title>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="container">
|
||||
<div id="header">
|
||||
Fontspring
|
||||
</div>
|
||||
<div id="main_content">
|
||||
<div class="section">
|
||||
<div class="grid7 firstcol">
|
||||
<h1>Installing Webfonts</h1>
|
||||
|
||||
<p>Webfonts are supported by all major browser platforms but not all in the same way. There are currently four different font formats that must be included in order to target all browsers. This includes TTF, WOFF, EOT and SVG.</p>
|
||||
|
||||
<h2>1. Upload your webfonts</h2>
|
||||
<p>You must upload your webfont kit to your website. They should be in or near the same directory as your CSS files.</p>
|
||||
|
||||
<h2>2. Include the webfont stylesheet</h2>
|
||||
<p>A special CSS @font-face declaration helps the various browsers select the appropriate font it needs without causing you a bunch of headaches. Learn more about this syntax by reading the <a href="http://www.fontspring.com/blog/further-hardening-of-the-bulletproof-syntax">Fontspring blog post</a> about it. The code for it is as follows:</p>
|
||||
|
||||
|
||||
<code>
|
||||
@font-face{
|
||||
font-family: 'MyWebFont';
|
||||
src: url('WebFont.eot');
|
||||
src: url('WebFont.eot?#iefix') format('embedded-opentype'),
|
||||
url('WebFont.woff') format('woff'),
|
||||
url('WebFont.ttf') format('truetype'),
|
||||
url('WebFont.svg#webfont') format('svg');
|
||||
}
|
||||
</code>
|
||||
<p>We've already gone ahead and generated the code for you. All you have to do is link to the stylesheet in your HTML, like this:</p>
|
||||
<code><link rel="stylesheet" href="stylesheet.css" type="text/css" charset="utf-8" /></code>
|
||||
|
||||
<h2>3. Modify your own stylesheet</h2>
|
||||
<p>To take advantage of your new fonts, you must tell your stylesheet to use them. Look at the original @font-face declaration above and find the property called "font-family." The name linked there will be what you use to reference the font. Prepend that webfont name to the font stack in the "font-family" property, inside the selector you want to change. For example:</p>
|
||||
<code>p { font-family: 'MyWebFont', Arial, sans-serif; }</code>
|
||||
|
||||
<h2>4. Test</h2>
|
||||
<p>Getting webfonts to work cross-browser <em>can</em> be tricky. Use the information in the sidebar to help you if you find that fonts aren't loading in a particular browser.</p>
|
||||
</div>
|
||||
|
||||
<div class="grid5 sidebar">
|
||||
<div class="box">
|
||||
<h2>Troubleshooting<br />Font-Face Problems</h2>
|
||||
<p>Having trouble getting your webfonts to load in your new website? Here are some tips to sort out what might be the problem.</p>
|
||||
|
||||
<h3>Fonts not showing in any browser</h3>
|
||||
|
||||
<p>This sounds like you need to work on the plumbing. You either did not upload the fonts to the correct directory, or you did not link the fonts properly in the CSS. If you've confirmed that all this is correct and you still have a problem, take a look at your .htaccess file and see if requests are getting intercepted.</p>
|
||||
|
||||
<h3>Fonts not loading in iPhone or iPad</h3>
|
||||
|
||||
<p>The most common problem here is that you are serving the fonts from an IIS server. IIS refuses to serve files that have unknown MIME types. If that is the case, you must set the MIME type for SVG to "image/svg+xml" in the server settings. Follow these instructions from Microsoft if you need help.</p>
|
||||
|
||||
<h3>Fonts not loading in Firefox</h3>
|
||||
|
||||
<p>The primary reason for this failure? You are still using a version Firefox older than 3.5. So upgrade already! If that isn't it, then you are very likely serving fonts from a different domain. Firefox requires that all font assets be served from the same domain. Lastly it is possible that you need to add WOFF to your list of MIME types (if you are serving via IIS.)</p>
|
||||
|
||||
<h3>Fonts not loading in IE</h3>
|
||||
|
||||
<p>Are you looking at Internet Explorer on an actual Windows machine or are you cheating by using a service like Adobe BrowserLab? Many of these screenshot services do not render @font-face for IE. Best to test it on a real machine.</p>
|
||||
|
||||
<h3>Fonts not loading in IE9</h3>
|
||||
|
||||
<p>IE9, like Firefox, requires that fonts be served from the same domain as the website. Make sure that is the case.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,521 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js" type="text/javascript" charset="utf-8"></script>
|
||||
<script src="specimen_files/easytabs.js" type="text/javascript" charset="utf-8"></script>
|
||||
<link rel="stylesheet" href="specimen_files/specimen_stylesheet.css" type="text/css" charset="utf-8" />
|
||||
<link rel="stylesheet" href="stylesheet.css" type="text/css" charset="utf-8" />
|
||||
|
||||
<style type="text/css">
|
||||
body{
|
||||
font-family: 'novecento_sans_widemedium';
|
||||
}
|
||||
</style>
|
||||
|
||||
<title>Novecento sans wide Medium Specimen</title>
|
||||
|
||||
|
||||
<script type="text/javascript" charset="utf-8">
|
||||
$(document).ready(function() {
|
||||
$('#container').easyTabs({defaultContent:1});
|
||||
});
|
||||
</script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="container">
|
||||
<div id="header">
|
||||
Novecento sans wide Medium </div>
|
||||
<ul class="tabs">
|
||||
<li><a href="#specimen">Specimen</a></li>
|
||||
<li><a href="#layout">Sample Layout</a></li>
|
||||
<li><a href="#glyphs">Glyphs & Languages</a></li>
|
||||
<li><a href="#installing">Installing Webfonts</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<div id="main_content">
|
||||
|
||||
|
||||
<div id="specimen">
|
||||
|
||||
<div class="section">
|
||||
<div class="grid12 firstcol">
|
||||
<div class="huge">AaBb</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="section">
|
||||
<div class="glyph_range">A​B​C​D​E​F​G​H​I​J​K​L​M​N​O​P​Q​R​S​T​U​V​W​X​Y​Z​a​b​c​d​e​f​g​h​i​j​k​l​m​n​o​p​q​r​s​t​u​v​w​x​y​z​1​2​3​4​5​6​7​8​9​0​&​.​,​?​!​@​(​)​#​$​%​*​+​-​=​:​;</div>
|
||||
</div>
|
||||
<div class="section">
|
||||
<div class="grid12 firstcol">
|
||||
<table class="sample_table">
|
||||
<tr><td>10</td><td class="size10">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
|
||||
<tr><td>11</td><td class="size11">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
|
||||
<tr><td>12</td><td class="size12">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
|
||||
<tr><td>13</td><td class="size13">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
|
||||
<tr><td>14</td><td class="size14">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
|
||||
<tr><td>16</td><td class="size16">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
|
||||
<tr><td>18</td><td class="size18">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
|
||||
<tr><td>20</td><td class="size20">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
|
||||
<tr><td>24</td><td class="size24">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
|
||||
<tr><td>30</td><td class="size30">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
|
||||
<tr><td>36</td><td class="size36">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
|
||||
<tr><td>48</td><td class="size48">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
|
||||
<tr><td>60</td><td class="size60">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
|
||||
<tr><td>72</td><td class="size72">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
|
||||
<tr><td>90</td><td class="size90">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
|
||||
</table>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="section" id="bodycomparison">
|
||||
|
||||
|
||||
<div id="xheight">
|
||||
<div class="fontbody">body</div><div class="arialbody">body</div><div class="verdanabody">body</div><div class="georgiabody">body</div></div>
|
||||
<div class="fontbody" style="z-index:1">
|
||||
body<span>Novecento sans wide Medium</span>
|
||||
</div>
|
||||
<div class="arialbody" style="z-index:1">
|
||||
body<span>Arial</span>
|
||||
</div>
|
||||
<div class="verdanabody" style="z-index:1">
|
||||
body<span>Verdana</span>
|
||||
</div>
|
||||
<div class="georgiabody" style="z-index:1">
|
||||
body<span>Georgia</span>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div class="section psample psample_row1" id="">
|
||||
|
||||
<div class="grid2 firstcol">
|
||||
<p class="size10"><span>10.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
|
||||
|
||||
</div>
|
||||
<div class="grid3">
|
||||
<p class="size11"><span>11.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
|
||||
|
||||
</div>
|
||||
<div class="grid3">
|
||||
<p class="size12"><span>12.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
|
||||
|
||||
</div>
|
||||
<div class="grid4">
|
||||
<p class="size13"><span>13.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
|
||||
|
||||
</div>
|
||||
<div class="white_blend"></div>
|
||||
|
||||
</div>
|
||||
<div class="section psample psample_row2" id="">
|
||||
<div class="grid3 firstcol">
|
||||
<p class="size14"><span>14.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
|
||||
|
||||
</div>
|
||||
<div class="grid4">
|
||||
<p class="size16"><span>16.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
|
||||
|
||||
</div>
|
||||
<div class="grid5">
|
||||
<p class="size18"><span>18.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="white_blend"></div>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="section psample psample_row3" id="">
|
||||
<div class="grid5 firstcol">
|
||||
<p class="size20"><span>20.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
|
||||
</div>
|
||||
<div class="grid7">
|
||||
<p class="size24"><span>24.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
|
||||
</div>
|
||||
|
||||
<div class="white_blend"></div>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="section psample psample_row4" id="">
|
||||
<div class="grid12 firstcol">
|
||||
<p class="size30"><span>30.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
|
||||
</div>
|
||||
<div class="white_blend"></div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="section psample psample_row1 fullreverse">
|
||||
<div class="grid2 firstcol">
|
||||
<p class="size10"><span>10.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
|
||||
|
||||
</div>
|
||||
<div class="grid3">
|
||||
<p class="size11"><span>11.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
|
||||
|
||||
</div>
|
||||
<div class="grid3">
|
||||
<p class="size12"><span>12.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
|
||||
|
||||
</div>
|
||||
<div class="grid4">
|
||||
<p class="size13"><span>13.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
|
||||
|
||||
</div>
|
||||
<div class="black_blend"></div>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="section psample psample_row2 fullreverse">
|
||||
<div class="grid3 firstcol">
|
||||
<p class="size14"><span>14.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
|
||||
|
||||
</div>
|
||||
<div class="grid4">
|
||||
<p class="size16"><span>16.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
|
||||
|
||||
</div>
|
||||
<div class="grid5">
|
||||
<p class="size18"><span>18.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
|
||||
|
||||
</div>
|
||||
<div class="black_blend"></div>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="section psample fullreverse psample_row3" id="">
|
||||
<div class="grid5 firstcol">
|
||||
<p class="size20"><span>20.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
|
||||
</div>
|
||||
<div class="grid7">
|
||||
<p class="size24"><span>24.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
|
||||
</div>
|
||||
|
||||
<div class="black_blend"></div>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="section psample fullreverse psample_row4" id="" style="border-bottom: 20px #000 solid;">
|
||||
<div class="grid12 firstcol">
|
||||
<p class="size30"><span>30.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
|
||||
</div>
|
||||
<div class="black_blend"></div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<div id="layout">
|
||||
|
||||
<div class="section">
|
||||
|
||||
<div class="grid12 firstcol">
|
||||
<h1>Lorem Ipsum Dolor</h1>
|
||||
<h2>Etiam porta sem malesuada magna mollis euismod</h2>
|
||||
|
||||
<p class="byline">By <a href="#link">Aenean Lacinia</a></p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="section">
|
||||
<div class="grid8 firstcol">
|
||||
<p class="large">Donec sed odio dui. Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. </p>
|
||||
|
||||
|
||||
<h3>Pellentesque ornare sem</h3>
|
||||
|
||||
<p>Maecenas sed diam eget risus varius blandit sit amet non magna. Maecenas faucibus mollis interdum. Donec ullamcorper nulla non metus auctor fringilla. Nullam id dolor id nibh ultricies vehicula ut id elit. Nullam id dolor id nibh ultricies vehicula ut id elit. </p>
|
||||
|
||||
<p>Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. </p>
|
||||
|
||||
<p>Nulla vitae elit libero, a pharetra augue. Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Aenean lacinia bibendum nulla sed consectetur. </p>
|
||||
|
||||
<p>Nullam quis risus eget urna mollis ornare vel eu leo. Nullam quis risus eget urna mollis ornare vel eu leo. Maecenas sed diam eget risus varius blandit sit amet non magna. Donec ullamcorper nulla non metus auctor fringilla. </p>
|
||||
|
||||
<h3>Cras mattis consectetur</h3>
|
||||
|
||||
<p>Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Aenean lacinia bibendum nulla sed consectetur. Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Cras mattis consectetur purus sit amet fermentum. </p>
|
||||
|
||||
<p>Nullam id dolor id nibh ultricies vehicula ut id elit. Nullam quis risus eget urna mollis ornare vel eu leo. Cras mattis consectetur purus sit amet fermentum.</p>
|
||||
</div>
|
||||
|
||||
<div class="grid4 sidebar">
|
||||
|
||||
<div class="box reverse">
|
||||
<p class="last">Nullam quis risus eget urna mollis ornare vel eu leo. Donec ullamcorper nulla non metus auctor fringilla. Cras mattis consectetur purus sit amet fermentum. Sed posuere consectetur est at lobortis. Lorem ipsum dolor sit amet, consectetur adipiscing elit. </p>
|
||||
</div>
|
||||
|
||||
<p class="caption">Maecenas sed diam eget risus varius.</p>
|
||||
|
||||
<p>Vestibulum id ligula porta felis euismod semper. Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Vestibulum id ligula porta felis euismod semper. Sed posuere consectetur est at lobortis. Maecenas sed diam eget risus varius blandit sit amet non magna. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. </p>
|
||||
|
||||
|
||||
|
||||
<p>Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Aenean lacinia bibendum nulla sed consectetur. Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Aenean lacinia bibendum nulla sed consectetur. Nullam quis risus eget urna mollis ornare vel eu leo. </p>
|
||||
|
||||
<p>Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Donec ullamcorper nulla non metus auctor fringilla. Maecenas faucibus mollis interdum. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. </p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div id="glyphs">
|
||||
<div class="section">
|
||||
<div class="grid12 firstcol">
|
||||
|
||||
<h1>Language Support</h1>
|
||||
<p>The subset of Novecento sans wide Medium in this kit supports the following languages:<br />
|
||||
|
||||
Albanian, Alsatian, Aragonese, Arapaho, Aromanian, Arrernte, Asturian, Aymara, Basque, Belarusian (Lacinka), Bislama, Bosnian, Breton, Catalan, Cebuano, Chamorro, Cheyenne, Chichewa (Nyanja), Cimbrian, Corsican, Croatian, Czech, Danish, Dutch, English, Esperanto, Estonian, Faroese, Fijian, Finnish, French, French Creole (Saint Lucia), Frisian, Friulian, Galician, Genoese, German, Gilbertese (Kiribati), Greenlandic, Haitian Creole, Hawaiian, Hiligaynon, Hmong, Hopi, Hungarian, Ibanag, Iloko (Ilokano), Indonesian, Interglossa (Glosa), Interlingua, Irish (Gaelic), Islandic, Istro-Romanian, Italian, Jèrriais, Kashubian, Kurdish (Kurmanji), Ladin, Latin Basic, Latvian, Lithuanian, Lojban, Lombard, Low Saxon, Luxembourgian, Malagasy, Maltese, Manx, Maori, Megleno-Romanian, Mohawk, Nahuatl, Norfolk/Pitcairnese, Northern Sotho (Pedi), Norwegian, Occitan, Oromo, Pangasinan, Papiamento, Piedmontese, Polish, Portuguese, Potawatomi, Quechua, Rhaeto-Romance, Romanian, Romansh (Rumantsch), Rotokas, Sami (Inari), Sami (Lule), Samoan, Sardinian (Sardu), Scots (Gaelic), Serbian, Seychellois Creole (Seselwa), Shona, Sicilian, Slovak, Slovenian (Slovene), Somali, Southern Ndebele, Southern Sotho (Sesotho), Spanish, Swahili, Swati/Swazi, Swedish, Tagalog (Filipino/Pilipino), Tahitian, Tausug, Tetum (Tetun), Tok Pisin, Tongan (Faka-Tonga), Tswana, Turkish, Turkmen, Turkmen (Latinized), Tuvaluan, ubasic, Uyghur (Latinized), Veps, Volapük, Votic (Latinized), Walloon, Warlpiri, Welsh, Xhosa, Yapese, Zulu </p>
|
||||
<h1>Glyph Chart</h1>
|
||||
<p>The subset of Novecento sans wide Medium in this kit includes all the glyphs listed below. Unicode entities are included above each glyph to help you insert individual characters into your layout.</p>
|
||||
<div id="glyph_chart">
|
||||
|
||||
<div><p>&#32;</p> </div>
|
||||
<div><p>&#33;</p>!</div>
|
||||
<div><p>&#34;</p>"</div>
|
||||
<div><p>&#35;</p>#</div>
|
||||
<div><p>&#36;</p>$</div>
|
||||
<div><p>&#37;</p>%</div>
|
||||
<div><p>&#38;</p>&</div>
|
||||
<div><p>&#39;</p>'</div>
|
||||
<div><p>&#40;</p>(</div>
|
||||
<div><p>&#41;</p>)</div>
|
||||
<div><p>&#42;</p>*</div>
|
||||
<div><p>&#43;</p>+</div>
|
||||
<div><p>&#44;</p>,</div>
|
||||
<div><p>&#45;</p>-</div>
|
||||
<div><p>&#46;</p>.</div>
|
||||
<div><p>&#47;</p>/</div>
|
||||
<div><p>&#48;</p>0</div>
|
||||
<div><p>&#49;</p>1</div>
|
||||
<div><p>&#50;</p>2</div>
|
||||
<div><p>&#51;</p>3</div>
|
||||
<div><p>&#52;</p>4</div>
|
||||
<div><p>&#53;</p>5</div>
|
||||
<div><p>&#54;</p>6</div>
|
||||
<div><p>&#55;</p>7</div>
|
||||
<div><p>&#56;</p>8</div>
|
||||
<div><p>&#57;</p>9</div>
|
||||
<div><p>&#58;</p>:</div>
|
||||
<div><p>&#59;</p>;</div>
|
||||
<div><p>&#60;</p><</div>
|
||||
<div><p>&#61;</p>=</div>
|
||||
<div><p>&#62;</p>></div>
|
||||
<div><p>&#63;</p>?</div>
|
||||
<div><p>&#64;</p>@</div>
|
||||
<div><p>&#65;</p>A</div>
|
||||
<div><p>&#66;</p>B</div>
|
||||
<div><p>&#67;</p>C</div>
|
||||
<div><p>&#68;</p>D</div>
|
||||
<div><p>&#69;</p>E</div>
|
||||
<div><p>&#70;</p>F</div>
|
||||
<div><p>&#71;</p>G</div>
|
||||
<div><p>&#72;</p>H</div>
|
||||
<div><p>&#73;</p>I</div>
|
||||
<div><p>&#74;</p>J</div>
|
||||
<div><p>&#75;</p>K</div>
|
||||
<div><p>&#76;</p>L</div>
|
||||
<div><p>&#77;</p>M</div>
|
||||
<div><p>&#78;</p>N</div>
|
||||
<div><p>&#79;</p>O</div>
|
||||
<div><p>&#80;</p>P</div>
|
||||
<div><p>&#81;</p>Q</div>
|
||||
<div><p>&#82;</p>R</div>
|
||||
<div><p>&#83;</p>S</div>
|
||||
<div><p>&#84;</p>T</div>
|
||||
<div><p>&#85;</p>U</div>
|
||||
<div><p>&#86;</p>V</div>
|
||||
<div><p>&#87;</p>W</div>
|
||||
<div><p>&#88;</p>X</div>
|
||||
<div><p>&#89;</p>Y</div>
|
||||
<div><p>&#90;</p>Z</div>
|
||||
<div><p>&#91;</p>[</div>
|
||||
<div><p>&#92;</p>\</div>
|
||||
<div><p>&#93;</p>]</div>
|
||||
<div><p>&#94;</p>^</div>
|
||||
<div><p>&#95;</p>_</div>
|
||||
<div><p>&#96;</p>`</div>
|
||||
<div><p>&#97;</p>a</div>
|
||||
<div><p>&#98;</p>b</div>
|
||||
<div><p>&#99;</p>c</div>
|
||||
<div><p>&#100;</p>d</div>
|
||||
<div><p>&#101;</p>e</div>
|
||||
<div><p>&#102;</p>f</div>
|
||||
<div><p>&#103;</p>g</div>
|
||||
<div><p>&#104;</p>h</div>
|
||||
<div><p>&#105;</p>i</div>
|
||||
<div><p>&#106;</p>j</div>
|
||||
<div><p>&#107;</p>k</div>
|
||||
<div><p>&#108;</p>l</div>
|
||||
<div><p>&#109;</p>m</div>
|
||||
<div><p>&#110;</p>n</div>
|
||||
<div><p>&#111;</p>o</div>
|
||||
<div><p>&#112;</p>p</div>
|
||||
<div><p>&#113;</p>q</div>
|
||||
<div><p>&#114;</p>r</div>
|
||||
<div><p>&#115;</p>s</div>
|
||||
<div><p>&#116;</p>t</div>
|
||||
<div><p>&#117;</p>u</div>
|
||||
<div><p>&#118;</p>v</div>
|
||||
<div><p>&#119;</p>w</div>
|
||||
<div><p>&#120;</p>x</div>
|
||||
<div><p>&#121;</p>y</div>
|
||||
<div><p>&#122;</p>z</div>
|
||||
<div><p>&#123;</p>{</div>
|
||||
<div><p>&#124;</p>|</div>
|
||||
<div><p>&#125;</p>}</div>
|
||||
<div><p>&#126;</p>~</div>
|
||||
<div><p>&#162;</p>¢</div>
|
||||
<div><p>&#163;</p>£</div>
|
||||
<div><p>&#165;</p>¥</div>
|
||||
<div><p>&#168;</p>¨</div>
|
||||
<div><p>&#169;</p>©</div>
|
||||
<div><p>&#171;</p>«</div>
|
||||
<div><p>&#174;</p>®</div>
|
||||
<div><p>&#180;</p>´</div>
|
||||
<div><p>&#184;</p>¸</div>
|
||||
<div><p>&#187;</p>»</div>
|
||||
<div><p>&#211;</p>Ó</div>
|
||||
<div><p>&#243;</p>ó</div>
|
||||
<div><p>&#260;</p>Ą</div>
|
||||
<div><p>&#261;</p>ą</div>
|
||||
<div><p>&#262;</p>Ć</div>
|
||||
<div><p>&#263;</p>ć</div>
|
||||
<div><p>&#280;</p>Ę</div>
|
||||
<div><p>&#281;</p>ę</div>
|
||||
<div><p>&#321;</p>Ł</div>
|
||||
<div><p>&#322;</p>ł</div>
|
||||
<div><p>&#323;</p>Ń</div>
|
||||
<div><p>&#324;</p>ń</div>
|
||||
<div><p>&#346;</p>Ś</div>
|
||||
<div><p>&#347;</p>ś</div>
|
||||
<div><p>&#377;</p>Ź</div>
|
||||
<div><p>&#378;</p>ź</div>
|
||||
<div><p>&#379;</p>Ż</div>
|
||||
<div><p>&#380;</p>ż</div>
|
||||
<div><p>&#710;</p>ˆ</div>
|
||||
<div><p>&#730;</p>˚</div>
|
||||
<div><p>&#732;</p>˜</div>
|
||||
<div><p>&#8211;</p>–</div>
|
||||
<div><p>&#8212;</p>—</div>
|
||||
<div><p>&#8216;</p>‘</div>
|
||||
<div><p>&#8217;</p>’</div>
|
||||
<div><p>&#8218;</p>‚</div>
|
||||
<div><p>&#8220;</p>“</div>
|
||||
<div><p>&#8221;</p>”</div>
|
||||
<div><p>&#8222;</p>„</div>
|
||||
<div><p>&#8230;</p>…</div>
|
||||
<div><p>&#8249;</p>‹</div>
|
||||
<div><p>&#8250;</p>›</div>
|
||||
<div><p>&#8364;</p>€</div>
|
||||
<div><p>&#8482;</p>™</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div id="specs">
|
||||
|
||||
</div>
|
||||
|
||||
<div id="installing">
|
||||
<div class="section">
|
||||
<div class="grid7 firstcol">
|
||||
<h1>Installing Webfonts</h1>
|
||||
|
||||
<p>Webfonts are supported by all major browser platforms but not all in the same way. There are currently four different font formats that must be included in order to target all browsers. This includes TTF, WOFF, EOT and SVG.</p>
|
||||
|
||||
<h2>1. Upload your webfonts</h2>
|
||||
<p>You must upload your webfont kit to your website. They should be in or near the same directory as your CSS files.</p>
|
||||
|
||||
<h2>2. Include the webfont stylesheet</h2>
|
||||
<p>A special CSS @font-face declaration helps the various browsers select the appropriate font it needs without causing you a bunch of headaches. Learn more about this syntax by reading the <a href="http://www.fontspring.com/blog/further-hardening-of-the-bulletproof-syntax">Fontspring blog post</a> about it. The code for it is as follows:</p>
|
||||
|
||||
|
||||
<code>
|
||||
@font-face{
|
||||
font-family: 'MyWebFont';
|
||||
src: url('WebFont.eot');
|
||||
src: url('WebFont.eot?#iefix') format('embedded-opentype'),
|
||||
url('WebFont.woff') format('woff'),
|
||||
url('WebFont.ttf') format('truetype'),
|
||||
url('WebFont.svg#webfont') format('svg');
|
||||
}
|
||||
</code>
|
||||
|
||||
<p>We've already gone ahead and generated the code for you. All you have to do is link to the stylesheet in your HTML, like this:</p>
|
||||
<code><link rel="stylesheet" href="stylesheet.css" type="text/css" charset="utf-8" /></code>
|
||||
|
||||
<h2>3. Modify your own stylesheet</h2>
|
||||
<p>To take advantage of your new fonts, you must tell your stylesheet to use them. Look at the original @font-face declaration above and find the property called "font-family." The name linked there will be what you use to reference the font. Prepend that webfont name to the font stack in the "font-family" property, inside the selector you want to change. For example:</p>
|
||||
<code>p { font-family: 'MyWebFont', Arial, sans-serif; }</code>
|
||||
|
||||
<h2>4. Test</h2>
|
||||
<p>Getting webfonts to work cross-browser <em>can</em> be tricky. Use the information in the sidebar to help you if you find that fonts aren't loading in a particular browser.</p>
|
||||
</div>
|
||||
|
||||
<div class="grid5 sidebar">
|
||||
<div class="box">
|
||||
<h2>Troubleshooting<br />Font-Face Problems</h2>
|
||||
<p>Having trouble getting your webfonts to load in your new website? Here are some tips to sort out what might be the problem.</p>
|
||||
|
||||
<h3>Fonts not showing in any browser</h3>
|
||||
|
||||
<p>This sounds like you need to work on the plumbing. You either did not upload the fonts to the correct directory, or you did not link the fonts properly in the CSS. If you've confirmed that all this is correct and you still have a problem, take a look at your .htaccess file and see if requests are getting intercepted.</p>
|
||||
|
||||
<h3>Fonts not loading in iPhone or iPad</h3>
|
||||
|
||||
<p>The most common problem here is that you are serving the fonts from an IIS server. IIS refuses to serve files that have unknown MIME types. If that is the case, you must set the MIME type for SVG to "image/svg+xml" in the server settings. Follow these instructions from Microsoft if you need help.</p>
|
||||
|
||||
<h3>Fonts not loading in Firefox</h3>
|
||||
|
||||
<p>The primary reason for this failure? You are still using a version Firefox older than 3.5. So upgrade already! If that isn't it, then you are very likely serving fonts from a different domain. Firefox requires that all font assets be served from the same domain. Lastly it is possible that you need to add WOFF to your list of MIME types (if you are serving via IIS.)</p>
|
||||
|
||||
<h3>Fonts not loading in IE</h3>
|
||||
|
||||
<p>Are you looking at Internet Explorer on an actual Windows machine or are you cheating by using a service like Adobe BrowserLab? Many of these screenshot services do not render @font-face for IE. Best to test it on a real machine.</p>
|
||||
|
||||
<h3>Fonts not loading in IE9</h3>
|
||||
|
||||
<p>IE9, like Firefox, requires that fonts be served from the same domain as the website. Make sure that is the case.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div id="footer">
|
||||
<p>©2010-2013 Font Squirrel. All rights reserved.</p>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Binary file not shown.
|
@ -0,0 +1,879 @@
|
|||
<?xml version="1.0" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
|
||||
<svg xmlns="http://www.w3.org/2000/svg">
|
||||
<metadata></metadata>
|
||||
<defs>
|
||||
<font id="novecento_sans_widemedium" horiz-adv-x="668" >
|
||||
<font-face units-per-em="1000" ascent="821" descent="-179" />
|
||||
<missing-glyph horiz-adv-x="250" />
|
||||
<glyph horiz-adv-x="0" />
|
||||
<glyph horiz-adv-x="333" />
|
||||
<glyph unicode=" " horiz-adv-x="250" />
|
||||
<glyph unicode="	" horiz-adv-x="250" />
|
||||
<glyph unicode=" " horiz-adv-x="250" />
|
||||
<glyph unicode="!" horiz-adv-x="290" d="M200 700v-526h-110v526h110zM145 -9q-30 0 -47 17t-17 43t17 42.5t47 16.5q31 0 48 -16.5t17 -42.5q0 -27 -17 -43.5t-48 -16.5z" />
|
||||
<glyph unicode=""" horiz-adv-x="374" d="M153 700l-6 -237h-91l-6 237h103zM323 700l-6 -237h-92l-6 237h104z" />
|
||||
<glyph unicode="#" horiz-adv-x="663" d="M467 191h86l-27 -96h-85l-26 -95h-91l25 95h-137l-25 -95h-91l25 95h-86l27 96h86l47 179h-85l27 96h84l26 94h91l-25 -94h136l26 94h91l-25 -94h87l-27 -96h-86zM287 370l-48 -179h136l48 179h-136z" />
|
||||
<glyph unicode="$" horiz-adv-x="483" d="M451 155q0 -70 -43.5 -112.5t-118.5 -51.5v-81h-86v81q-148 20 -171 149l96 25q6 -42 37 -68.5t84 -26.5q45 0 72 20.5t27 59.5q0 16 -4 28.5t-14 21.5t-18 15.5t-26 12.5t-28 9t-33 8.5t-32 7.5q-32 8 -54 17t-46.5 26.5t-37.5 46t-13 67.5q0 67 40 108t112 50v82h87 v-82q135 -15 164 -135l-91 -24q-18 81 -114 81q-49 0 -74 -20.5t-25 -54.5q0 -40 29.5 -57.5t98.5 -33.5q39 -9 62.5 -17t55.5 -26.5t48 -50t16 -75.5z" />
|
||||
<glyph unicode="%" horiz-adv-x="723" d="M167 221q-133 0 -133 175t133 175q132 0 132 -175t-132 -175zM490 560l-188 -560h-70l188 560h70zM167 294q31 0 46 22.5t15 79.5q0 56 -15 79t-46 23t-46 -23t-15 -79q0 -57 15 -79.5t46 -22.5zM557 -6q-133 0 -133 174q0 175 133 175q132 0 132 -175q0 -174 -132 -174z M557 66q31 0 46 23t15 79q0 57 -15 80t-46 23t-46 -23t-15 -80q0 -56 15 -79t46 -23z" />
|
||||
<glyph unicode="&" horiz-adv-x="616" d="M503 240v-59q0 -94 -59.5 -143t-171.5 -49q-110 0 -166.5 44.5t-56.5 118.5q0 54 29.5 90.5t74.5 45.5v2q-40 9 -69.5 42t-29.5 90q0 74 53 111.5t150 37.5q193 0 241 -146l-96 -26q-28 85 -136 85q-105 0 -105 -72q0 -35 27.5 -57t83.5 -22h317v-93h-86zM398 240h-130 q-113 0 -113 -82q0 -84 118 -84q64 0 94.5 26t30.5 82v58z" />
|
||||
<glyph unicode="'" horiz-adv-x="205" d="M153 700l-6 -237h-91l-6 237h103z" />
|
||||
<glyph unicode="(" horiz-adv-x="375" d="M326 795l30 -101q-101 -33 -148.5 -133.5t-47.5 -271.5q0 -340 196 -405l-30 -101q-273 95 -273 506t273 506z" />
|
||||
<glyph unicode=")" horiz-adv-x="375" d="M49 -216l-30 101q196 65 196 404q0 342 -196 406l30 100q273 -93 273 -506q0 -410 -273 -505z" />
|
||||
<glyph unicode="*" horiz-adv-x="481" d="M298 514l70 -97l-59 -43l-69 99l-68 -99l-60 42l70 98l-112 34l22 69l112 -36v119h72v-119l113 36l22 -69z" />
|
||||
<glyph unicode="+" d="M528 240h-145v-158h-97l-1 158h-146v92h146v157h97l1 -157h145v-92z" />
|
||||
<glyph unicode="," horiz-adv-x="244" d="M109 5q-22 -2 -35.5 11t-13.5 36q0 24 17 40t44 16q32 0 51.5 -20.5t19.5 -56.5q0 -41 -27 -79t-73 -53l-42 45q21 6 37 24t22 37z" />
|
||||
<glyph unicode="-" horiz-adv-x="578" d="M483 240h-389v92h389v-92z" />
|
||||
<glyph unicode="." horiz-adv-x="244" d="M122 -9q-31 0 -48 17t-17 43t17 42.5t48 16.5q30 0 47 -16.5t17 -42.5q0 -27 -17 -43.5t-47 -16.5z" />
|
||||
<glyph unicode="/" horiz-adv-x="505" d="M485 700l-350 -700h-115l352 700h113z" />
|
||||
<glyph unicode="0" horiz-adv-x="527" d="M264 571q107 0 167 -74.5t60 -216.5t-60 -216.5t-167 -74.5q-108 0 -168 74.5t-60 216.5t60 216.5t168 74.5zM264 475q-64 0 -93.5 -47.5t-29.5 -147.5t30 -147.5t93 -47.5t92.5 48t29.5 147q0 100 -29.5 147.5t-92.5 47.5z" />
|
||||
<glyph unicode="1" horiz-adv-x="360" d="M180 0v336q0 19 1 45t2 42l1 16h-2l-7 -8q-7 -8 -16.5 -18.5t-15.5 -15.5l-47 -47l-61 75l152 135h98v-560h-105z" />
|
||||
<glyph unicode="2" horiz-adv-x="497" d="M47 0v114l199 147q55 42 78 71t23 62q0 38 -26.5 63t-77.5 25q-47 0 -73 -23.5t-30 -60.5l-99 27q14 76 70.5 111t138.5 35q98 0 151 -46t53 -127q0 -64 -34.5 -106t-111.5 -95l-141 -102l1 -3l28 1q29 1 56 1h204v-94h-409z" />
|
||||
<glyph unicode="3" horiz-adv-x="499" d="M347 294v-4q50 -5 83 -40t33 -94q0 -75 -56 -121t-151 -46q-88 0 -146.5 41.5t-73.5 117.5l92 26q20 -95 125 -95q52 0 80 25.5t28 65.5t-29 61t-79 21h-59v76h55q51 0 78.5 20.5t27.5 58.5q0 37 -27 57.5t-76 20.5q-98 0 -110 -86l-95 26q29 146 215 146q96 0 145.5 -39 t49.5 -107q0 -58 -33 -91.5t-77 -39.5z" />
|
||||
<glyph unicode="4" horiz-adv-x="537" d="M415 0h-105v137h-277v93l224 330h158v-334h81v-89h-81v-137zM310 346v132h-4l-175 -250l2 -2h84h93v120z" />
|
||||
<glyph unicode="5" horiz-adv-x="506" d="M156 328l3 -2q15 15 45 27t67 12q89 0 141.5 -51t52.5 -133q0 -87 -57.5 -139.5t-153.5 -52.5q-84 0 -141 40.5t-72 107.5l91 23q9 -39 40.5 -61.5t78.5 -22.5q51 0 82.5 28.5t31.5 76.5q0 49 -31.5 77t-85.5 28q-78 0 -104 -52l-86 23l53 303h318v-98h-248l-12 -72 q-8 -46 -13 -62z" />
|
||||
<glyph unicode="6" horiz-adv-x="505" d="M177 324l3 -3q36 39 103 39q80 0 133.5 -49.5t53.5 -128.5q0 -86 -60 -139.5t-159 -53.5q-97 0 -157.5 53t-60.5 148t86 206l129 164h112zM253 78q53 0 85 29t33 78q0 48 -31.5 76t-86.5 28q-54 0 -85.5 -28t-31.5 -76q0 -49 32 -78t85 -29z" />
|
||||
<glyph unicode="7" horiz-adv-x="484" d="M462 483l-273 -483h-108l202 358q13 23 28.5 49t24.5 39l8 14l-2 3l-74 -1h-238v98h432v-77z" />
|
||||
<glyph unicode="8" horiz-adv-x="509" d="M36 153q0 60 36.5 96t87.5 45v3q-32 5 -65.5 37.5t-33.5 87.5q0 64 52.5 106.5t140.5 42.5t140.5 -42.5t52.5 -105.5q0 -55 -33.5 -88t-64.5 -38v-3q50 -9 87 -44.5t37 -96.5q0 -72 -57.5 -118.5t-159.5 -46.5t-161 45.5t-59 119.5zM152 417q0 -38 28.5 -59t73.5 -21 q47 1 74.5 22.5t27.5 57.5q0 37 -28 58.5t-74 21.5q-47 0 -74.5 -22t-27.5 -58zM136 159q0 -43 32.5 -67t85.5 -24q54 0 86 24t32 67t-32 66t-86 23t-86 -23.5t-32 -65.5z" />
|
||||
<glyph unicode="9" horiz-adv-x="512" d="M333 230l-3 3q-35 -38 -104 -38q-84 0 -136.5 51.5t-52.5 129.5q0 86 62 140.5t158 54.5q94 0 157 -53.5t63 -148.5q0 -67 -28.5 -120t-84.5 -117l-116 -132h-117zM255 481q-52 0 -85.5 -27.5t-33.5 -80.5t33 -79t86 -26q54 0 86.5 26.5t32.5 79.5t-33 80t-86 27z" />
|
||||
<glyph unicode=":" horiz-adv-x="244" d="M122 332q-31 0 -48 17t-17 43t17 42.5t48 16.5q30 0 47 -16.5t17 -42.5t-17 -43t-47 -17zM122 -9q-31 0 -48 17t-17 43t17 42.5t48 16.5q30 0 47 -16.5t17 -42.5q0 -27 -17 -43.5t-47 -16.5z" />
|
||||
<glyph unicode=";" horiz-adv-x="244" d="M122 332q-31 0 -48 17t-17 43t17 42.5t48 16.5q30 0 47 -16.5t17 -42.5t-17 -43t-47 -17zM109 6q-22 -2 -35.5 11t-13.5 36q0 24 17 39.5t44 15.5q32 0 51.5 -20.5t19.5 -56.5q0 -41 -27 -79t-73 -53l-42 45q21 7 37 25t22 37z" />
|
||||
<glyph unicode="<" d="M544 38l-451 210v76l451 210v-96l-329 -151v-3l329 -150v-96z" />
|
||||
<glyph unicode="=" d="M528 342h-389v92h389v-92zM528 142h-389v92h389v-92z" />
|
||||
<glyph unicode=">" d="M453 284v3l-329 151v96l451 -210v-76l-451 -210v96z" />
|
||||
<glyph unicode="?" horiz-adv-x="568" d="M219 174v175q114 39 158 73.5t44 79.5q0 44 -31 75.5t-100 31.5q-65 0 -100 -27.5t-51 -80.5l-104 28q22 87 90 136t170 49q114 0 176 -57.5t62 -140.5q0 -44 -17 -80.5t-48.5 -62.5t-63.5 -43.5t-73 -32.5v-123h-112zM274 -9q-31 0 -48 17t-17 43t17 42.5t48 16.5 t48 -16.5t17 -42.5t-17 -43t-48 -17z" />
|
||||
<glyph unicode="@" horiz-adv-x="790" d="M568 427v-196q0 -47 8.5 -68t36.5 -21q32 0 48 34.5t16 93.5q0 131 -75.5 210.5t-204.5 79.5t-206.5 -82t-77.5 -216q0 -149 73 -222.5t189 -73.5q21 0 41 2t36 5t29.5 7t25 9.5t20 9.5t16 10t11.5 9t8.5 7.5t5.5 4.5l61 -47q-35 -35 -104 -62t-147 -27 q-154 0 -248.5 94.5t-94.5 275.5q0 159 101.5 263.5t259.5 104.5q162 0 260.5 -103t98.5 -261q0 -92 -39.5 -149.5t-116.5 -57.5q-41 0 -73 20.5t-42 48.5h-2q-13 -30 -45 -49.5t-74 -19.5q-70 0 -118 48.5t-48 138.5t44.5 140.5t116.5 50.5q65 0 103 -49h2v37h105zM381 149 q38 0 59 26t23 67v16q0 42 -22 68t-60 26q-39 0 -60 -28t-21 -75t22 -73.5t59 -26.5z" />
|
||||
<glyph unicode="A" horiz-adv-x="740" d="M537 163h-335l-66 -163h-116l289 700h123l288 -700h-118zM497 263l-68 169q-57 142 -58 143h-3q-2 -2 -59 -143l-67 -169h255z" />
|
||||
<glyph unicode="B" horiz-adv-x="626" d="M446 377v-4q59 -12 103.5 -56t44.5 -119q0 -89 -63 -143.5t-180 -54.5h-281v700h268q94 0 152.5 -50.5t58.5 -125.5q0 -60 -31.5 -98t-71.5 -49zM180 408h143q51 0 83 26.5t32 73.5q0 45 -32.5 72t-88.5 27h-137v-199zM180 93h163q63 0 99 29.5t36 83.5q0 55 -38.5 86.5 t-97.5 31.5h-162v-231z" />
|
||||
<glyph unicode="C" horiz-adv-x="762" d="M617 229l108 -29q-40 -99 -128.5 -156t-201.5 -57q-156 0 -258 101t-102 264q0 161 102 261.5t259 100.5q115 0 199.5 -55t121.5 -140l-109 -29q-28 48 -81 84t-135 36q-110 0 -178 -70.5t-68 -188.5t69 -189t175 -71q78 0 137.5 37.5t89.5 100.5z" />
|
||||
<glyph unicode="D" horiz-adv-x="736" d="M70 700h261q162 0 266 -97t104 -256q0 -158 -103 -252.5t-263 -94.5h-265v700zM180 103h149q112 0 186.5 62t74.5 182t-75.5 185t-189.5 65h-145v-494z" />
|
||||
<glyph unicode="E" horiz-adv-x="604" d="M70 0v700h484v-103h-374v-183h287v-103h-287v-208h377v-103h-487z" />
|
||||
<glyph unicode="F" horiz-adv-x="586" d="M549 597h-369v-200h291v-103h-291v-294h-110v700h479v-103z" />
|
||||
<glyph unicode="G" horiz-adv-x="787" d="M732 0h-99q0 30 0.5 48.5t0.5 26v9.5h-2q-35 -37 -96.5 -67t-141.5 -30q-152 0 -255.5 101.5t-103.5 262.5q0 162 102.5 262.5t259.5 100.5q115 0 200 -55t120 -140l-108 -29q-25 46 -77.5 83t-138.5 37q-110 0 -178.5 -70.5t-68.5 -188.5t71.5 -189t184.5 -71 q82 0 142.5 34t84.5 74v78h-197v102h300v-379z" />
|
||||
<glyph unicode="H" horiz-adv-x="707" d="M527 0v309h-347v-309h-110v700h110v-285h347v285h110v-700h-110z" />
|
||||
<glyph unicode="I" horiz-adv-x="250" d="M70 0v700h110v-700h-110z" />
|
||||
<glyph unicode="J" horiz-adv-x="498" d="M433 700v-410q0 -146 -64.5 -224.5t-188.5 -78.5q-114 0 -180 76l63 86q45 -58 117 -58q77 0 109.5 50.5t32.5 156.5v402h111z" />
|
||||
<glyph unicode="K" d="M524 0l-234 340l-110 -117v-223h-110v700h110v-210v-137h2l101 111l215 236h132l-258 -281l281 -419h-129z" />
|
||||
<glyph unicode="L" horiz-adv-x="566" d="M70 0v700h110v-597h351v-103h-461z" />
|
||||
<glyph unicode="M" horiz-adv-x="807" d="M627 0v267v42v41t0.5 38t0.5 35.5v31t0.5 26t0.5 20v13.5v4h-2l-9 -18q-9 -17 -30 -55.5t-44 -79.5l-108 -192h-64l-108 189q-24 43 -45 82t-30 56l-9 18h-2v-4v-13.5t0.5 -20t0.5 -26v-31t0.5 -35.5t0.5 -38v-41v-42v-267h-110v700h117l217 -388h3l217 388h113v-700 h-110z" />
|
||||
<glyph unicode="N" horiz-adv-x="735" d="M553 0l-373 519h-2v-5q0 -5 0.5 -14t0.5 -21v-27.5t0.5 -32t0.5 -35.5v-37v-347h-110v700h112l372 -512h3v5q0 5 -0.5 14t-0.5 21v27t-0.5 30t-0.5 33v34v348h110v-700h-112z" />
|
||||
<glyph unicode="O" horiz-adv-x="799" d="M35 350q0 161 103.5 262.5t260.5 101.5q158 0 262 -101.5t104 -262.5q0 -160 -104 -261.5t-262 -101.5q-157 0 -260.5 101.5t-103.5 261.5zM146 350q0 -117 72 -188t181 -71q110 0 182.5 70.5t72.5 188.5t-72 189t-183 71q-110 0 -181.5 -71t-71.5 -189z" />
|
||||
<glyph unicode="P" horiz-adv-x="589" d="M70 700h228q126 0 196 -58.5t70 -167.5q0 -106 -70.5 -165.5t-195.5 -59.5h-118v-249h-110v700zM180 346h121q76 0 114.5 33t38.5 94q0 126 -153 126h-121v-253z" />
|
||||
<glyph unicode="Q" horiz-adv-x="799" d="M765 350q0 -145 -87 -243t-223 -116v-128h-112v128q-136 18 -222 116t-86 243q0 161 103.5 262.5t260.5 101.5q158 0 262 -101.5t104 -262.5zM399 91q110 0 182.5 71t72.5 188q0 118 -72.5 189t-182.5 71t-181.5 -71t-71.5 -189q0 -117 72 -188t181 -71z" />
|
||||
<glyph unicode="R" horiz-adv-x="616" d="M455 0l-150 261q-13 -1 -54 -1h-71v-260h-110v700h231q126 0 197 -59.5t71 -164.5q0 -77 -39.5 -126.5t-111.5 -68.5l169 -281h-132zM180 350h130q146 0 146 121q0 63 -39 95.5t-111 32.5h-126v-249z" />
|
||||
<glyph unicode="S" horiz-adv-x="604" d="M32 181l106 29q7 -62 55 -93.5t123 -31.5q68 0 105.5 27t37.5 79q0 24 -9 42t-20.5 28.5t-34.5 19.5t-38.5 12.5t-45.5 9.5t-43 9q-35 8 -60 16t-56.5 24t-51.5 36t-34 53t-14 74q0 95 66 147t180 52q216 0 266 -177l-105 -28q-30 107 -162 107q-66 0 -99.5 -25.5 t-33.5 -71.5q0 -20 6 -35.5t19.5 -27t26.5 -19.5t38 -15t42 -11t49 -10q37 -7 64 -14.5t60 -23.5t53.5 -37t34.5 -56t14 -79q0 -100 -66.5 -152t-188.5 -52q-49 0 -91.5 9t-83.5 29.5t-70 60t-39 95.5z" />
|
||||
<glyph unicode="T" horiz-adv-x="644" d="M609 597h-232v-597h-110v597h-232v103h574v-103z" />
|
||||
<glyph unicode="U" horiz-adv-x="701" d="M638 700v-401q0 -151 -75.5 -231.5t-212.5 -80.5t-212.5 80.5t-75.5 231.5v401h112v-400q0 -106 43.5 -157.5t133.5 -51.5q91 0 134.5 51.5t43.5 157.5v400h109z" />
|
||||
<glyph unicode="V" horiz-adv-x="703" d="M419 0h-135l-269 700h124l132 -356q23 -61 43.5 -117.5t29.5 -80.5t9 -25h2q0 1 9 24.5t29.5 79.5t42.5 115l133 360h119z" />
|
||||
<glyph unicode="W" horiz-adv-x="1004" d="M650 0l-95 307q-14 43 -26.5 88t-18.5 67l-7 23h-2l-7 -23q-6 -22 -19 -69t-27 -93l-89 -300h-123l-219 700h123l95 -322q14 -45 32 -104.5t27.5 -90t9.5 -31.5h2q3 6 58 196l78 267h131l78 -268q56 -192 57 -195h2q1 3 67 220l100 328h110l-219 -700h-118z" />
|
||||
<glyph unicode="X" horiz-adv-x="705" d="M547 0l-113 158q-22 30 -44.5 61.5t-30.5 42.5l-8 11h-1q-1 0 -85 -117l-111 -156h-134l267 363l-249 337h135l109 -151q75 -105 76 -105h1q2 0 73 106l105 150h132l-246 -338l262 -362h-138z" />
|
||||
<glyph unicode="Y" horiz-adv-x="676" d="M393 295v-295h-111v295l-267 405l128 1l140 -218q13 -21 28 -43.5t22 -33.5l7 -11h2l7 11l21 33t28 43l144 218h119z" />
|
||||
<glyph unicode="Z" horiz-adv-x="658" d="M618 594l-355 -403q-24 -27 -44.5 -48.5t-28.5 -30.5l-8 -8l1 -3h5q4 0 12.5 0.5t19.5 1t26 0.5h30h342v-103h-578v102l367 414q20 23 39 43t27 28l8 8l-2 3h-5h-12.5t-19 -0.5t-24.5 -0.5h-28h-340v103h568v-106z" />
|
||||
<glyph unicode="[" horiz-adv-x="387" d="M348 -111v-100h-255v1010h255v-99h-148v-811h148z" />
|
||||
<glyph unicode="\" horiz-adv-x="505" d="M485 0h-115l-350 700h113z" />
|
||||
<glyph unicode="]" horiz-adv-x="387" d="M39 702v100h255v-1010h-255v99h148v811h-148z" />
|
||||
<glyph unicode="^" d="M333 612l-188 -247l-81 53l222 286h95l223 -286l-82 -53z" />
|
||||
<glyph unicode="_" horiz-adv-x="732" d="M662 -87h-592v87h592v-87z" />
|
||||
<glyph unicode="`" horiz-adv-x="551" d="M266 922l107 -168h-101l-94 139z" />
|
||||
<glyph unicode="a" horiz-adv-x="605" d="M427 132h-251l-49 -132h-107l219 560h127l219 -560h-109zM394 223l-40 107q-16 42 -28.5 78t-17.5 50l-5 14h-3l-54 -148l-37 -101h185z" />
|
||||
<glyph unicode="b" horiz-adv-x="547" d="M396 300v-4q49 -11 83.5 -45.5t34.5 -91.5q0 -69 -52.5 -114t-148.5 -45h-243v560h237q75 0 124 -42t49 -101q0 -49 -24.5 -77.5t-59.5 -39.5zM175 330h112q37 0 62.5 19t25.5 53q0 31 -23 50.5t-64 19.5h-113v-142zM175 88h133q45 0 71 21t26 57q0 38 -27.5 60t-71.5 22 h-131v-160z" />
|
||||
<glyph unicode="c" horiz-adv-x="639" d="M501 179l100 -27q-36 -75 -105 -119t-162 -44q-130 0 -214.5 82t-84.5 208t84.5 209t213.5 83q90 0 161 -42.5t105 -122.5l-100 -27q-11 16 -18.5 26t-28.5 29.5t-51 30t-67 10.5q-85 0 -139 -54.5t-54 -140.5q0 -87 54 -141t138 -54q114 0 168 94z" />
|
||||
<glyph unicode="d" horiz-adv-x="621" d="M70 560h205q138 0 224.5 -76t86.5 -206t-86 -204t-222 -74h-208v560zM175 98h102q94 0 148.5 45t54.5 135t-55 137t-151 47h-99v-364z" />
|
||||
<glyph unicode="e" horiz-adv-x="531" d="M70 0v560h409v-98h-304v-128h229v-93h-229v-143h309v-98h-414z" />
|
||||
<glyph unicode="f" horiz-adv-x="501" d="M464 462h-289v-154h213v-98h-213v-210h-105v560h394v-98z" />
|
||||
<glyph unicode="g" horiz-adv-x="671" d="M616 0h-94v41v23l1 6h-2q-27 -31 -76.5 -56t-116.5 -25q-125 0 -209 82t-84 209q0 126 84 208.5t214 82.5q88 0 160.5 -41.5t106.5 -123.5l-96 -26q-21 41 -65.5 68.5t-104.5 27.5q-86 0 -139.5 -53t-53.5 -143q0 -88 56 -142t150 -54q56 0 105.5 22.5t68.5 48.5v58h-161 v93h256v-306z" />
|
||||
<glyph unicode="h" horiz-adv-x="618" d="M548 0h-105v236h-268v-236h-105v560h105v-226h268v226h105v-560z" />
|
||||
<glyph unicode="i" horiz-adv-x="244" d="M70 0v560h105v-560h-105z" />
|
||||
<glyph unicode="j" horiz-adv-x="435" d="M371 560v-323q0 -120 -55.5 -184t-161.5 -64q-99 0 -154 59l57 76q36 -39 96 -39q62 0 87.5 38t25.5 119v318h105z" />
|
||||
<glyph unicode="k" horiz-adv-x="591" d="M455 0l-183 268l-97 -102v-166h-105v560h105v-146l-1 -124h3q5 5 67 71l185 199h131l-211 -222l227 -338h-121z" />
|
||||
<glyph unicode="l" horiz-adv-x="486" d="M70 0v560h105v-462h276v-98h-381z" />
|
||||
<glyph unicode="m" horiz-adv-x="709" d="M534 0v267l1 139h-3l-144 -271h-69l-146 277h-2v-10q0 -9 0.5 -24.5t0.5 -33.5v-37.5v-33.5v-273h-102v560h128l103 -188q16 -28 30 -55.5t21 -40.5l6 -12h3q1 0 7.5 12t22 41.5t29.5 55.5l101 187h118v-560h-105z" />
|
||||
<glyph unicode="n" horiz-adv-x="639" d="M569 0h-108l-285 399h-3v-4q0 -4 0.5 -10.5t0.5 -15v-20t0.5 -23.5t0.5 -26.5v-27.5v-272h-105v560h108l285 -391h2v3v10t-0.5 14t-0.5 18.5v21v23.5v25v276h105v-560z" />
|
||||
<glyph unicode="o" horiz-adv-x="663" d="M35 280q0 126 84.5 208.5t211.5 82.5q128 0 213 -82.5t85 -208.5q0 -127 -85 -209t-213 -82q-127 0 -211.5 82t-84.5 209zM141 280q0 -86 53.5 -140.5t136.5 -54.5t137 54.5t54 140.5t-54 140.5t-137 54.5t-136.5 -54.5t-53.5 -140.5z" />
|
||||
<glyph unicode="p" horiz-adv-x="517" d="M70 560h198q106 0 165.5 -50t59.5 -134q0 -85 -59.5 -133.5t-165.5 -48.5h-93v-194h-105v560zM175 281h97q56 0 85 25t29 68q0 42 -29 67.5t-85 25.5h-97v-186z" />
|
||||
<glyph unicode="q" horiz-adv-x="661" d="M629 280q0 -113 -69 -192t-177 -96v-108h-105v109q-107 17 -175 96t-68 191q0 126 84.5 208.5t211.5 82.5q128 0 213 -82.5t85 -208.5zM331 85q83 0 137 54.5t54 140.5t-54 140.5t-137 54.5t-136.5 -54.5t-53.5 -140.5t53.5 -140.5t136.5 -54.5z" />
|
||||
<glyph unicode="r" horiz-adv-x="550" d="M407 0l-125 207q-18 -1 -58 -1h-49v-206h-105v560h201q107 0 166.5 -47t59.5 -130q0 -62 -31.5 -101.5t-83.5 -54.5l138 -227h-113zM175 288h101q114 0 114 89q0 88 -114 88h-101v-177z" />
|
||||
<glyph unicode="s" horiz-adv-x="513" d="M32 140l96 25q6 -41 41.5 -67.5t95.5 -26.5q51 0 80 20.5t29 61.5q0 16 -3.5 28t-14.5 21.5t-19 15t-29 11.5t-31 8.5t-38.5 8.5t-39.5 8q-32 7 -55 16t-48 25.5t-38.5 45t-13.5 67.5q0 80 55 121.5t154 41.5q185 0 223 -138l-93 -24q-21 79 -124 79q-51 0 -79.5 -19.5 t-28.5 -55.5q0 -17 7.5 -30t17.5 -21t31.5 -15t38.5 -11t50 -10q28 -5 47.5 -10.5t48 -18.5t46 -30t30.5 -46t13 -66q0 -84 -58.5 -125t-157.5 -41q-39 0 -73 6.5t-68.5 22t-58.5 47t-33 75.5z" />
|
||||
<glyph unicode="t" horiz-adv-x="554" d="M519 462h-189v-462h-105v462h-190v98h484v-98z" />
|
||||
<glyph unicode="u" horiz-adv-x="619" d="M557 560v-309q0 -131 -65 -196.5t-183 -65.5t-182.5 65.5t-64.5 196.5v309h107v-319q0 -156 142 -156t142 156v319h104z" />
|
||||
<glyph unicode="v" horiz-adv-x="616" d="M370 0h-124l-231 560h116l105 -256q22 -55 40.5 -102.5t25.5 -67.5l8 -20h3l7 20q8 19 26.5 66t40.5 103l103 257h112z" />
|
||||
<glyph unicode="w" horiz-adv-x="839" d="M537 0l-66 209q-14 45 -26.5 86.5t-18.5 58.5l-5 17h-2l-5 -17q-6 -16 -19.5 -60t-26.5 -86l-66 -208h-108l-177 560h112l75 -241q15 -51 29 -98t19 -65l6 -19h2l6 17q5 18 18 61t25 83l61 199h111l59 -199q13 -43 25 -84t17 -59l5 -18h2l5 19q6 19 19.5 65t30.5 98 l76 241h102l-177 -560h-108z" />
|
||||
<glyph unicode="x" horiz-adv-x="596" d="M449 0l-87 117q-20 26 -38 50.5t-25 34.5l-7 9h-1q-1 0 -69 -95l-83 -116h-119l210 287l-194 273h125l71 -100l71 -98h1q1 0 73 102l67 96h114l-196 -273l214 -287h-127z" />
|
||||
<glyph unicode="y" horiz-adv-x="558" d="M331 0h-105v218l-211 342h120l80 -129q16 -27 33.5 -56t25.5 -43l9 -15h2l9 15q9 14 26.5 43t34.5 57l78 128h110l-212 -342v-218z" />
|
||||
<glyph unicode="z" horiz-adv-x="563" d="M522 460l-244 -260q-33 -35 -59 -60.5t-34 -33.5l-8 -7l1 -2h4q4 0 11.5 0.5t17 0.5h23h27.5h261v-98h-482v100l258 270q28 29 51.5 52.5l30.5 30.5l6 7l-1 2h-76h-260v98h473v-100z" />
|
||||
<glyph unicode="{" horiz-adv-x="426" d="M245 546v-94q0 -36 -8 -65t-18.5 -45.5t-23.5 -28.5t-21 -16t-14 -5q5 -1 13.5 -5.5t21.5 -16.5t23.5 -29t18.5 -46t8 -63v-93q0 -91 38 -124.5t103 -33.5v-94q-115 0 -178.5 62t-63.5 178v102q0 110 -72 116h-2v95q28 5 41 16q33 28 33 100v102q0 116 63.5 177.5 t178.5 61.5v-95q-66 0 -103.5 -32.5t-37.5 -123.5z" />
|
||||
<glyph unicode="|" horiz-adv-x="209" d="M60 775h89v-849h-89v849z" />
|
||||
<glyph unicode="}" horiz-adv-x="426" d="M182 39v93q0 36 8 65t18 45.5t23.5 28.5t21 16t13.5 5q-5 1 -13.5 5.5t-21 17t-23.5 29.5t-18.5 45.5t-7.5 62.5v94q0 91 -38 124t-104 33v95q115 0 178.5 -62t63.5 -179v-101q0 -110 72 -117h2v-94q-31 -5 -46 -21q-28 -30 -28 -96v-101q0 -117 -63.5 -178.5 t-178.5 -61.5v95q66 0 104 33t38 124z" />
|
||||
<glyph unicode="~" d="M536 352l17 -89q-11 -15 -42 -30.5t-70 -15.5q-38 0 -102.5 21t-103.5 21q-59 0 -102 -45l-19 88q14 17 44.5 33t69.5 16q38 0 102 -21t103 -21q58 0 103 43z" />
|
||||
<glyph unicode="¢" horiz-adv-x="581" d="M298 111q102 0 145 89l98 -26q-26 -63 -79 -104t-120 -52v-100h-89v100q-96 15 -157 87t-61 179q0 104 59 174t158 84v104h90v-104q69 -10 123 -49t79 -109l-97 -27q-41 96 -146 96q-76 0 -120 -46t-44 -123q0 -79 44.5 -126t116.5 -47z" />
|
||||
<glyph unicode="£" horiz-adv-x="517" d="M477 98v-98h-441v98q35 6 46.5 24.5t11.5 56.5q0 23 -3 50h-56v83h47q-7 79 -7 99q0 73 49 116.5t137 43.5q183 0 208 -162l-97 -26q-10 52 -35.5 74.5t-71.5 22.5q-88 0 -88 -95q0 -19 6 -73h186v-83h-176q4 -27 4 -50q0 -63 -32 -80l1 -3h8q9 0 23 0.5t32 1t42.5 0.5 h48.5h157z" />
|
||||
<glyph unicode="¥" horiz-adv-x="513" d="M396 382h65v-79h-107l-25 -47h132v-79h-153v-177h-105v177h-150v79h130l-25 47h-105v79h63l-96 178h116l83 -170l9 -18l9.5 -19l8.5 -17t7 -13l3 -5h3l3 5q3 5 7 13l8.5 17l9.5 19l9 18l84 170h113z" />
|
||||
<glyph unicode="¨" horiz-adv-x="551" d="M176 771q-23 0 -39 16.5t-16 39.5t16.5 39t39.5 16q22 0 38 -16t16 -39t-16 -39.5t-39 -16.5zM373 771q-23 0 -39 16.5t-16 39.5t16 39t39 16t39.5 -16t16.5 -39t-16.5 -39.5t-39.5 -16.5z" />
|
||||
<glyph unicode="©" horiz-adv-x="797" d="M398 629q153 0 258.5 -102.5t105.5 -261.5t-105.5 -261.5t-258.5 -102.5t-258 102.5t-105 261.5q0 160 105 262t258 102zM398 571q-132 0 -217.5 -85t-85.5 -220q0 -136 85.5 -221.5t217.5 -85.5t218 85.5t86 221.5t-86 220.5t-218 84.5zM500 200l69 -23 q-22 -46 -68.5 -74.5t-107.5 -28.5q-85 0 -139 53.5t-54 136.5q0 84 55 138t140 54q61 0 107.5 -29t64.5 -82l-69 -19q-25 60 -100 60q-55 0 -89 -33t-34 -88q0 -54 33.5 -87t87.5 -33q71 0 104 55z" />
|
||||
<glyph unicode="«" horiz-adv-x="677" d="M296 514l60 -61l-177 -172v-3l178 -171l-62 -62l-235 235zM556 514l60 -61l-177 -172v-3l178 -171l-62 -62l-235 235z" />
|
||||
<glyph unicode="­" horiz-adv-x="578" d="M483 240h-389v92h389v-92z" />
|
||||
<glyph unicode="®" horiz-adv-x="797" d="M398 629q153 0 258.5 -102.5t105.5 -261.5t-105.5 -261.5t-258.5 -102.5t-258 102.5t-105 261.5q0 160 105 262t258 102zM398 571q-132 0 -217.5 -85t-85.5 -220q0 -136 85.5 -221.5t217.5 -85.5t218 85.5t86 221.5t-86 220.5t-218 84.5zM477 82l-78 140q-11 -1 -33 -1 h-29v-139h-76v369h137q72 0 112 -31.5t40 -86.5q0 -77 -76 -98l87 -153h-84zM337 279h65q70 0 70 52q0 53 -70 53h-65v-105z" />
|
||||
<glyph unicode="´" horiz-adv-x="551" d="M278 754h-100l106 168l89 -29z" />
|
||||
<glyph unicode="¸" horiz-adv-x="551" d="M392 -83q0 -91 -132 -91q-57 0 -87 14v71q24 -12 71 -12q69 0 69 33q0 38 -116 39v65h77v-28q118 -7 118 -91z" />
|
||||
<glyph unicode="»" horiz-adv-x="677" d="M122 45l-62 62l178 171v3l-177 172l60 61l236 -234zM382 45l-62 62l178 171v3l-177 172l60 61l236 -234z" />
|
||||
<glyph unicode="Ó" horiz-adv-x="799" d="M439 754h-100l107 168l88 -29zM35 350q0 161 103.5 262.5t260.5 101.5q158 0 262 -101.5t104 -262.5q0 -160 -104 -261.5t-262 -101.5q-157 0 -260.5 101.5t-103.5 261.5zM146 350q0 -117 72 -188t181 -71q110 0 182.5 70.5t72.5 188.5t-72 189t-183 71 q-110 0 -181.5 -71t-71.5 -189z" />
|
||||
<glyph unicode="ó" horiz-adv-x="663" d="M371 614h-100l106 168l88 -29zM35 280q0 126 84.5 208.5t211.5 82.5q128 0 213 -82.5t85 -208.5q0 -127 -85 -209t-213 -82q-127 0 -211.5 82t-84.5 209zM141 280q0 -86 53.5 -140.5t136.5 -54.5t137 54.5t54 140.5t-54 140.5t-137 54.5t-136.5 -54.5t-53.5 -140.5z" />
|
||||
<glyph unicode="Ą" horiz-adv-x="740" d="M527 -50q0 -41 71 -41q63 0 99 16v-81q-45 -18 -107 -18q-64 0 -108.5 29.5t-44.5 90.5q0 44 31.5 79.5t104.5 47.5l-36 90h-335l-66 -163h-116l289 700h123l288 -700h-60q-133 0 -133 -50zM497 263l-68 169q-57 142 -58 143h-3q-2 -2 -59 -143l-67 -169h255z" />
|
||||
<glyph unicode="ą" horiz-adv-x="605" d="M400 -50q0 -41 71 -41q62 0 98 16v-81q-43 -18 -107 -18q-63 0 -108 29.5t-45 90.5q0 44 32.5 80t107.5 48l-22 58h-251l-49 -132h-107l219 560h127l219 -560h-53q-132 0 -132 -50zM394 223l-40 107q-16 42 -28.5 78t-17.5 50l-5 14h-3l-54 -148l-37 -101h185z" />
|
||||
<glyph unicode="Ć" horiz-adv-x="762" d="M434 754h-100l107 168l88 -29zM617 229l108 -29q-40 -99 -128.5 -156t-201.5 -57q-156 0 -258 101t-102 264q0 161 102 261.5t259 100.5q115 0 199.5 -55t121.5 -140l-109 -29q-28 48 -81 84t-135 36q-110 0 -178 -70.5t-68 -188.5t69 -189t175 -71q78 0 137.5 37.5 t89.5 100.5z" />
|
||||
<glyph unicode="ć" horiz-adv-x="639" d="M369 614h-100l106 168l88 -29zM501 179l100 -27q-36 -75 -105 -119t-162 -44q-130 0 -214.5 82t-84.5 208t84.5 209t213.5 83q90 0 161 -42.5t105 -122.5l-100 -27q-11 16 -18.5 26t-28.5 29.5t-51 30t-67 10.5q-85 0 -139 -54.5t-54 -140.5q0 -87 54 -141t138 -54 q114 0 168 94z" />
|
||||
<glyph unicode="Ę" horiz-adv-x="604" d="M488 -93q46 0 78 17v-81q-34 -17 -87 -17q-59 0 -98 31t-39 80q0 36 20 63h-292v700h484v-103h-374v-183h287v-103h-287v-208h377v-103h-34q-92 -5 -92 -50q0 -43 57 -43z" />
|
||||
<glyph unicode="ę" horiz-adv-x="531" d="M484 0h-45q-91 -5 -91 -50q0 -43 56 -43q46 0 78 17v-81q-34 -17 -86 -17q-59 0 -98.5 31t-39.5 80q0 36 20 63h-208v560h409v-98h-304v-128h229v-93h-229v-143h309v-98z" />
|
||||
<glyph unicode="Ł" horiz-adv-x="566" d="M531 103v-103h-461v700h110v-325l262 124v-105l-262 -124v-167h351z" />
|
||||
<glyph unicode="ł" horiz-adv-x="486" d="M451 98v-98h-381v560h105v-248l194 91v-99l-194 -91v-115h276z" />
|
||||
<glyph unicode="Ń" horiz-adv-x="735" d="M409 754h-100l106 168l89 -29zM553 0l-373 519h-2v-5q0 -5 0.5 -14t0.5 -21v-27.5t0.5 -32t0.5 -35.5v-37v-347h-110v700h112l372 -512h3v5q0 5 -0.5 14t-0.5 21v27t-0.5 30t-0.5 33v34v348h110v-700h-112z" />
|
||||
<glyph unicode="ń" horiz-adv-x="639" d="M355 614h-101l107 168l88 -29zM569 0h-108l-285 399h-3v-4q0 -4 0.5 -10.5t0.5 -15v-20t0.5 -23.5t0.5 -26.5v-27.5v-272h-105v560h108l285 -391h2v3v10t-0.5 14t-0.5 18.5v21v23.5v25v276h105v-560z" />
|
||||
<glyph unicode="Ś" horiz-adv-x="604" d="M341 754h-100l106 168l89 -29zM32 181l106 29q7 -62 55 -93.5t123 -31.5q68 0 105.5 27t37.5 79q0 24 -9 42t-20.5 28.5t-34.5 19.5t-38.5 12.5t-45.5 9.5t-43 9q-35 8 -60 16t-56.5 24t-51.5 36t-34 53t-14 74q0 95 66 147t180 52q216 0 266 -177l-105 -28 q-30 107 -162 107q-66 0 -99.5 -25.5t-33.5 -71.5q0 -20 6 -35.5t19.5 -27t26.5 -19.5t38 -15t42 -11t49 -10q37 -7 64 -14.5t60 -23.5t53.5 -37t34.5 -56t14 -79q0 -100 -66.5 -152t-188.5 -52q-49 0 -91.5 9t-83.5 29.5t-70 60t-39 95.5z" />
|
||||
<glyph unicode="ś" horiz-adv-x="513" d="M297 614h-101l107 168l88 -29zM32 140l96 25q6 -41 41.5 -67.5t95.5 -26.5q51 0 80 20.5t29 61.5q0 16 -3.5 28t-14.5 21.5t-19 15t-29 11.5t-31 8.5t-38.5 8.5t-39.5 8q-32 7 -55 16t-48 25.5t-38.5 45t-13.5 67.5q0 80 55 121.5t154 41.5q185 0 223 -138l-93 -24 q-21 79 -124 79q-51 0 -79.5 -19.5t-28.5 -55.5q0 -17 7.5 -30t17.5 -21t31.5 -15t38.5 -11t50 -10q28 -5 47.5 -10.5t48 -18.5t46 -30t30.5 -46t13 -66q0 -84 -58.5 -125t-157.5 -41q-39 0 -73 6.5t-68.5 22t-58.5 47t-33 75.5z" />
|
||||
<glyph unicode="Ź" horiz-adv-x="658" d="M374 754h-100l106 168l89 -29zM618 594l-355 -403q-24 -27 -44.5 -48.5t-28.5 -30.5l-8 -8l1 -3h5q4 0 12.5 0.5t19.5 1t26 0.5h30h342v-103h-578v102l367 414q20 23 39 43t27 28l8 8l-2 3h-5h-12.5t-19 -0.5t-24.5 -0.5h-28h-340v103h568v-106z" />
|
||||
<glyph unicode="ź" horiz-adv-x="563" d="M322 614h-101l107 168l88 -29zM522 460l-244 -260q-33 -35 -59 -60.5t-34 -33.5l-8 -7l1 -2h4q4 0 11.5 0.5t17 0.5h23h27.5h261v-98h-482v100l258 270q28 29 51.5 52.5l30.5 30.5l6 7l-1 2h-76h-260v98h473v-100z" />
|
||||
<glyph unicode="Ż" horiz-adv-x="658" d="M335 771q-23 0 -39 16.5t-16 39.5t16 39t39 16t39 -16t16 -39t-16 -39.5t-39 -16.5zM618 594l-355 -403q-24 -27 -44.5 -48.5t-28.5 -30.5l-8 -8l1 -3h5q4 0 12.5 0.5t19.5 1t26 0.5h30h342v-103h-578v102l367 414q20 23 39 43t27 28l8 8l-2 3h-5h-12.5t-19 -0.5 t-24.5 -0.5h-28h-340v103h568v-106z" />
|
||||
<glyph unicode="ż" horiz-adv-x="563" d="M283 631q-23 0 -39.5 16.5t-16.5 39.5t16.5 39t39.5 16t39 -16t16 -39t-16 -39.5t-39 -16.5zM522 460l-244 -260q-33 -35 -59 -60.5t-34 -33.5l-8 -7l1 -2h4q4 0 11.5 0.5t17 0.5h23h27.5h261v-98h-482v100l258 270q28 29 51.5 52.5l30.5 30.5l6 7l-1 2h-76h-260v98h473 v-100z" />
|
||||
<glyph unicode="ˆ" horiz-adv-x="551" d="M430 809l-50 -59l-105 84l-105 -84l-50 60l155 122z" />
|
||||
<glyph unicode="˚" horiz-adv-x="551" d="M275 737q-51 0 -82.5 28t-31.5 75t31.5 75.5t82.5 28.5t83 -28t32 -76q0 -47 -31.5 -75t-83.5 -28zM275 798q20 0 32.5 11.5t12.5 30.5t-12.5 30.5t-32.5 11.5t-32.5 -11.5t-12.5 -30.5t12.5 -30.5t32.5 -11.5z" />
|
||||
<glyph unicode="˜" horiz-adv-x="551" d="M406 885l19 -81q-7 -10 -28 -20.5t-48 -10.5t-70.5 16.5t-69.5 16.5q-40 0 -66 -28l-20 80q8 11 29 22t48 11t69.5 -16t70.5 -16q40 0 66 26z" />
|
||||
<glyph unicode=" " horiz-adv-x="472" />
|
||||
<glyph unicode=" " horiz-adv-x="944" />
|
||||
<glyph unicode=" " horiz-adv-x="472" />
|
||||
<glyph unicode=" " horiz-adv-x="944" />
|
||||
<glyph unicode=" " horiz-adv-x="314" />
|
||||
<glyph unicode=" " horiz-adv-x="236" />
|
||||
<glyph unicode=" " horiz-adv-x="157" />
|
||||
<glyph unicode=" " horiz-adv-x="157" />
|
||||
<glyph unicode=" " horiz-adv-x="118" />
|
||||
<glyph unicode=" " horiz-adv-x="188" />
|
||||
<glyph unicode=" " horiz-adv-x="52" />
|
||||
<glyph unicode="‐" horiz-adv-x="578" d="M483 240h-389v92h389v-92z" />
|
||||
<glyph unicode="‑" horiz-adv-x="578" d="M483 240h-389v92h389v-92z" />
|
||||
<glyph unicode="‒" horiz-adv-x="578" d="M483 240h-389v92h389v-92z" />
|
||||
<glyph unicode="–" d="M573 240h-479v92h479v-92z" />
|
||||
<glyph unicode="—" horiz-adv-x="987" d="M892 240h-798v92h798v-92z" />
|
||||
<glyph unicode="‘" horiz-adv-x="244" d="M135 603q22 2 35.5 -11t13.5 -36q0 -24 -17 -40t-45 -16q-31 0 -50.5 21t-19.5 56q0 41 27 79.5t73 53.5l42 -48q-21 -7 -37.5 -24t-21.5 -35z" />
|
||||
<glyph unicode="’" horiz-adv-x="244" d="M109 610q-22 -2 -35.5 11t-13.5 36q0 24 17 39.5t44 15.5q32 0 51.5 -20.5t19.5 -56.5q0 -41 -27 -79.5t-73 -53.5l-42 48q20 7 37 24t22 36z" />
|
||||
<glyph unicode="‚" horiz-adv-x="244" d="M109 3q-22 -2 -35.5 11t-13.5 36q0 24 17 40t44 16q32 0 51.5 -20.5t19.5 -56.5q0 -41 -27 -79.5t-73 -53.5l-42 48q20 7 37 24t22 35z" />
|
||||
<glyph unicode="“" horiz-adv-x="443" d="M133 603q22 2 35.5 -11t13.5 -36q0 -24 -17 -40t-45 -16q-31 0 -50.5 21t-19.5 56q0 41 27 79.5t73 53.5l42 -48q-21 -7 -37.5 -24t-21.5 -35zM332 603q22 2 35.5 -11t13.5 -36q0 -24 -17 -40t-45 -16q-31 0 -50.5 21t-19.5 56q0 41 27 79.5t73 53.5l42 -48 q-21 -7 -37.5 -24t-21.5 -35z" />
|
||||
<glyph unicode="”" horiz-adv-x="443" d="M308 610q-22 -2 -35.5 11t-13.5 36q0 24 17 39.5t44 15.5q32 0 51.5 -20.5t19.5 -56.5q0 -41 -27 -79.5t-73 -53.5l-42 48q20 7 37 24t22 36zM109 610q-22 -2 -35.5 11t-13.5 36q0 24 17 39.5t44 15.5q32 0 51.5 -20.5t19.5 -56.5q0 -41 -27 -79.5t-73 -53.5l-42 48 q20 7 37 24t22 36z" />
|
||||
<glyph unicode="„" horiz-adv-x="434" d="M299 3q-22 -2 -35.5 11t-13.5 36q0 24 17 40t44 16q32 0 51.5 -20.5t19.5 -56.5q0 -41 -27 -79.5t-73 -53.5l-42 48q21 7 37.5 24t21.5 35zM109 3q-22 -2 -35.5 11t-13.5 36q0 24 17 40t44 16q32 0 51.5 -20.5t19.5 -56.5q0 -41 -27 -79.5t-73 -53.5l-42 48q20 7 37 24 t22 35z" />
|
||||
<glyph unicode="…" horiz-adv-x="721" d="M110 -11q-25 0 -39 14.5t-14 35.5t14 35t39 14t39 -14t14 -35q0 -22 -14 -36t-39 -14zM355 -11q-25 0 -39 14.5t-14 35.5t14 35t39 14t39 -14t14 -35q0 -22 -14 -36t-39 -14zM611 -11q-26 0 -40 14.5t-14 35.5t14.5 35t39.5 14t39 -14t14 -35q0 -22 -14 -36t-39 -14z" />
|
||||
<glyph unicode=" " horiz-adv-x="188" />
|
||||
<glyph unicode="‹" horiz-adv-x="417" d="M296 514l60 -61l-177 -172v-3l178 -171l-62 -62l-235 235z" />
|
||||
<glyph unicode="›" horiz-adv-x="417" d="M122 45l-62 62l178 171v3l-177 172l60 61l236 -234z" />
|
||||
<glyph unicode=" " horiz-adv-x="236" />
|
||||
<glyph unicode="€" horiz-adv-x="597" d="M456 164l103 -27q-22 -64 -79 -106t-151 -42q-200 0 -245 188h-49v79h39l-1 31v16h-38v79h47q39 189 242 189q90 0 152.5 -39.5t80.5 -120.5l-102 -28q-26 94 -130 94q-102 0 -128 -95h145v-79h-156v-16q0 -21 1 -31h155v-79h-142q30 -92 133 -92q91 0 123 79z" />
|
||||
<glyph unicode="™" horiz-adv-x="795" d="M726 375h-69v119l1 114h-1l-5 -10l-14 -28t-17 -32l-47 -90h-38l-47 90q-37 70 -39 72h-1l1 -116v-119h-67v325h82l62 -118l29 -54h1q1 1 27 53l60 119h82v-325zM321 700v-65h-108v-260h-70v260h-108v65h286z" />
|
||||
<glyph unicode="◼" horiz-adv-x="560" d="M0 560h560v-560h-560v560z" />
|
||||
<hkern u1="2" u2="7" k="-10" />
|
||||
<hkern u1="“" u2="ą" k="79" />
|
||||
<hkern u1="“" u2="Ą" k="86" />
|
||||
<hkern u1="“" u2="j" k="115" />
|
||||
<hkern u1="“" u2="a" k="79" />
|
||||
<hkern u1="“" u2="J" k="125" />
|
||||
<hkern u1="“" u2="A" k="86" />
|
||||
<hkern g1="r" g2="J" k="-20" />
|
||||
<hkern g1="r" g2="U" k="35" />
|
||||
<hkern g1="r" g2="Y" k="75" />
|
||||
<hkern g1="r" g2="j" k="-20" />
|
||||
<hkern g1="r" g2="T" k="55" />
|
||||
<hkern g1="r" g2="v,w,yen" k="15" />
|
||||
<hkern g1="r" g2="u" k="8" />
|
||||
<hkern g1="r" g2="y" k="28" />
|
||||
<hkern g1="r" g2="V,W" k="50" />
|
||||
<hkern g1="r" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="15" />
|
||||
<hkern g1="r" g2="t" k="20" />
|
||||
<hkern g1="r" g2="zero,c,g,o,q,cent,copyright,registered,oacute,cacute,Euro" k="5" />
|
||||
<hkern g1="r" g2="a,aogonek" k="-5" />
|
||||
<hkern g1="r" g2="z,zacute,zdotaccent" k="10" />
|
||||
<hkern g1="r" g2="numbersign" k="-5" />
|
||||
<hkern g1="J,U" g2="J" k="25" />
|
||||
<hkern g1="J,U" g2="j" k="50" />
|
||||
<hkern g1="J,U" g2="y" k="5" />
|
||||
<hkern g1="J,U" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="-10" />
|
||||
<hkern g1="J,U" g2="parenleft,at,C,G,O,Q,Oacute,Cacute" k="-5" />
|
||||
<hkern g1="J,U" g2="zero,c,g,o,q,cent,copyright,registered,oacute,cacute,Euro" k="10" />
|
||||
<hkern g1="J,U" g2="a,aogonek" k="60" />
|
||||
<hkern g1="J,U" g2="z,zacute,zdotaccent" k="15" />
|
||||
<hkern g1="J,U" g2="dollar,s,sacute" k="5" />
|
||||
<hkern g1="J,U" g2="A,Aogonek" k="40" />
|
||||
<hkern g1="J,U" g2="X" k="10" />
|
||||
<hkern g1="J,U" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="40" />
|
||||
<hkern g1="z,zacute,zdotaccent" g2="Y" k="30" />
|
||||
<hkern g1="z,zacute,zdotaccent" g2="j" k="-10" />
|
||||
<hkern g1="z,zacute,zdotaccent" g2="T" k="30" />
|
||||
<hkern g1="z,zacute,zdotaccent" g2="V,W" k="15" />
|
||||
<hkern g1="z,zacute,zdotaccent" g2="parenleft,at,C,G,O,Q,Oacute,Cacute" k="10" />
|
||||
<hkern g1="z,zacute,zdotaccent" g2="zero,c,g,o,q,cent,copyright,registered,oacute,cacute,Euro" k="10" />
|
||||
<hkern g1="z,zacute,zdotaccent" g2="guillemotleft,guilsinglleft" k="10" />
|
||||
<hkern g1="b" g2="Y" k="69" />
|
||||
<hkern g1="b" g2="j" k="-5" />
|
||||
<hkern g1="b" g2="T" k="74" />
|
||||
<hkern g1="b" g2="v,w,yen" k="15" />
|
||||
<hkern g1="b" g2="y" k="40" />
|
||||
<hkern g1="b" g2="V,W" k="69" />
|
||||
<hkern g1="b" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="30" />
|
||||
<hkern g1="b" g2="t" k="20" />
|
||||
<hkern g1="b" g2="x" k="15" />
|
||||
<hkern g1="E,Eogonek" g2="J" k="-5" />
|
||||
<hkern g1="E,Eogonek" g2="U" k="5" />
|
||||
<hkern g1="E,Eogonek" g2="j" k="-5" />
|
||||
<hkern g1="E,Eogonek" g2="parenleft,at,C,G,O,Q,Oacute,Cacute" k="25" />
|
||||
<hkern g1="E,Eogonek" g2="zero,c,g,o,q,cent,copyright,registered,oacute,cacute,Euro" k="10" />
|
||||
<hkern g1="E,Eogonek" g2="dollar,s,sacute" k="5" />
|
||||
<hkern g1="Z,Zacute,Zdotaccent" g2="v,w,yen" k="10" />
|
||||
<hkern g1="Z,Zacute,Zdotaccent" g2="y" k="10" />
|
||||
<hkern g1="Z,Zacute,Zdotaccent" g2="t" k="20" />
|
||||
<hkern g1="Z,Zacute,Zdotaccent" g2="parenleft,at,C,G,O,Q,Oacute,Cacute" k="15" />
|
||||
<hkern g1="Z,Zacute,Zdotaccent" g2="zero,c,g,o,q,cent,copyright,registered,oacute,cacute,Euro" k="15" />
|
||||
<hkern g1="Z,Zacute,Zdotaccent" g2="guillemotleft,guilsinglleft" k="10" />
|
||||
<hkern g1="zero,d,o,q,copyright,registered,oacute" g2="J" k="15" />
|
||||
<hkern g1="zero,d,o,q,copyright,registered,oacute" g2="U" k="10" />
|
||||
<hkern g1="zero,d,o,q,copyright,registered,oacute" g2="Y" k="100" />
|
||||
<hkern g1="zero,d,o,q,copyright,registered,oacute" g2="j" k="20" />
|
||||
<hkern g1="zero,d,o,q,copyright,registered,oacute" g2="T" k="94" />
|
||||
<hkern g1="zero,d,o,q,copyright,registered,oacute" g2="v,w,yen" k="21" />
|
||||
<hkern g1="zero,d,o,q,copyright,registered,oacute" g2="y" k="33" />
|
||||
<hkern g1="zero,d,o,q,copyright,registered,oacute" g2="V,W" k="60" />
|
||||
<hkern g1="zero,d,o,q,copyright,registered,oacute" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="50" />
|
||||
<hkern g1="zero,d,o,q,copyright,registered,oacute" g2="t" k="35" />
|
||||
<hkern g1="zero,d,o,q,copyright,registered,oacute" g2="parenleft,at,C,G,O,Q,Oacute,Cacute" k="-3" />
|
||||
<hkern g1="zero,d,o,q,copyright,registered,oacute" g2="zero,c,g,o,q,cent,copyright,registered,oacute,cacute,Euro" k="-5" />
|
||||
<hkern g1="zero,d,o,q,copyright,registered,oacute" g2="backslash" k="55" />
|
||||
<hkern g1="zero,d,o,q,copyright,registered,oacute" g2="a,aogonek" k="23" />
|
||||
<hkern g1="zero,d,o,q,copyright,registered,oacute" g2="z,zacute,zdotaccent" k="10" />
|
||||
<hkern g1="zero,d,o,q,copyright,registered,oacute" g2="A,Aogonek" k="20" />
|
||||
<hkern g1="zero,d,o,q,copyright,registered,oacute" g2="X" k="35" />
|
||||
<hkern g1="zero,d,o,q,copyright,registered,oacute" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="25" />
|
||||
<hkern g1="zero,d,o,q,copyright,registered,oacute" g2="x" k="30" />
|
||||
<hkern g1="zero,d,o,q,copyright,registered,oacute" g2="parenright" k="25" />
|
||||
<hkern g1="zero,d,o,q,copyright,registered,oacute" g2="slash" k="-5" />
|
||||
<hkern g1="zero,d,o,q,copyright,registered,oacute" g2="braceright" k="40" />
|
||||
<hkern g1="zero,d,o,q,copyright,registered,oacute" g2="bracketright" k="30" />
|
||||
<hkern g1="R" g2="J" k="-10" />
|
||||
<hkern g1="R" g2="U" k="10" />
|
||||
<hkern g1="R" g2="Y" k="40" />
|
||||
<hkern g1="R" g2="j" k="-25" />
|
||||
<hkern g1="R" g2="T" k="25" />
|
||||
<hkern g1="R" g2="u" k="5" />
|
||||
<hkern g1="R" g2="V,W" k="20" />
|
||||
<hkern g1="R" g2="parenleft,at,C,G,O,Q,Oacute,Cacute" k="5" />
|
||||
<hkern g1="R" g2="zero,c,g,o,q,cent,copyright,registered,oacute,cacute,Euro" k="10" />
|
||||
<hkern g1="R" g2="a,aogonek" k="-5" />
|
||||
<hkern g1="R" g2="numbersign" k="-20" />
|
||||
<hkern g1="R" g2="A,Aogonek" k="-8" />
|
||||
<hkern g1="R" g2="Z,Zacute,Zdotaccent" k="10" />
|
||||
<hkern g1="g" g2="Y" k="55" />
|
||||
<hkern g1="g" g2="j" k="-10" />
|
||||
<hkern g1="g" g2="T" k="69" />
|
||||
<hkern g1="g" g2="v,w,yen" k="20" />
|
||||
<hkern g1="g" g2="y" k="35" />
|
||||
<hkern g1="g" g2="V,W" k="20" />
|
||||
<hkern g1="g" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="25" />
|
||||
<hkern g1="g" g2="t" k="20" />
|
||||
<hkern g1="t" g2="J" k="86" />
|
||||
<hkern g1="t" g2="Y" k="20" />
|
||||
<hkern g1="t" g2="j" k="110" />
|
||||
<hkern g1="t" g2="T" k="25" />
|
||||
<hkern g1="t" g2="four" k="30" />
|
||||
<hkern g1="t" g2="hyphen,endash,emdash" k="44" />
|
||||
<hkern g1="t" g2="zero,c,g,o,q,cent,copyright,registered,oacute,cacute,Euro" k="35" />
|
||||
<hkern g1="t" g2="a,aogonek" k="94" />
|
||||
<hkern g1="t" g2="numbersign" k="40" />
|
||||
<hkern g1="t" g2="dollar,s,sacute" k="15" />
|
||||
<hkern g1="t" g2="A,Aogonek" k="65" />
|
||||
<hkern g1="t" g2="X" k="30" />
|
||||
<hkern g1="t" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="81" />
|
||||
<hkern g1="t" g2="guillemotleft,guilsinglleft" k="10" />
|
||||
<hkern g1="t" g2="slash" k="40" />
|
||||
<hkern g1="t" g2="ampersand" k="20" />
|
||||
<hkern g1="B" g2="J" k="-10" />
|
||||
<hkern g1="B" g2="Y" k="40" />
|
||||
<hkern g1="B" g2="T" k="40" />
|
||||
<hkern g1="B" g2="v,w,yen" k="20" />
|
||||
<hkern g1="B" g2="y" k="20" />
|
||||
<hkern g1="B" g2="V,W" k="30" />
|
||||
<hkern g1="B" g2="zero,c,g,o,q,cent,copyright,registered,oacute,cacute,Euro" k="-5" />
|
||||
<hkern g1="B" g2="X" k="15" />
|
||||
<hkern g1="B" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="5" />
|
||||
<hkern g1="l,lslash" g2="U" k="35" />
|
||||
<hkern g1="l,lslash" g2="Y" k="120" />
|
||||
<hkern g1="l,lslash" g2="j" k="-25" />
|
||||
<hkern g1="l,lslash" g2="T" k="91" />
|
||||
<hkern g1="l,lslash" g2="v,w,yen" k="80" />
|
||||
<hkern g1="l,lslash" g2="u" k="40" />
|
||||
<hkern g1="l,lslash" g2="y" k="95" />
|
||||
<hkern g1="l,lslash" g2="V,W" k="115" />
|
||||
<hkern g1="l,lslash" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="81" />
|
||||
<hkern g1="l,lslash" g2="t" k="94" />
|
||||
<hkern g1="l,lslash" g2="question" k="80" />
|
||||
<hkern g1="l,lslash" g2="parenleft,at,C,G,O,Q,Oacute,Cacute" k="20" />
|
||||
<hkern g1="l,lslash" g2="seven" k="35" />
|
||||
<hkern g1="l,lslash" g2="four" k="20" />
|
||||
<hkern g1="l,lslash" g2="hyphen,endash,emdash" k="69" />
|
||||
<hkern g1="l,lslash" g2="trademark" k="140" />
|
||||
<hkern g1="l,lslash" g2="zero,c,g,o,q,cent,copyright,registered,oacute,cacute,Euro" k="30" />
|
||||
<hkern g1="l,lslash" g2="backslash" k="100" />
|
||||
<hkern g1="l,lslash" g2="a,aogonek" k="-5" />
|
||||
<hkern g1="parenright,at,D,O,Q,Oacute" g2="J" k="30" />
|
||||
<hkern g1="parenright,at,D,O,Q,Oacute" g2="U" k="-5" />
|
||||
<hkern g1="parenright,at,D,O,Q,Oacute" g2="Y" k="50" />
|
||||
<hkern g1="parenright,at,D,O,Q,Oacute" g2="j" k="30" />
|
||||
<hkern g1="parenright,at,D,O,Q,Oacute" g2="T" k="35" />
|
||||
<hkern g1="parenright,at,D,O,Q,Oacute" g2="V,W" k="30" />
|
||||
<hkern g1="parenright,at,D,O,Q,Oacute" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="15" />
|
||||
<hkern g1="parenright,at,D,O,Q,Oacute" g2="parenleft,at,C,G,O,Q,Oacute,Cacute" k="-5" />
|
||||
<hkern g1="parenright,at,D,O,Q,Oacute" g2="zero,c,g,o,q,cent,copyright,registered,oacute,cacute,Euro" k="-3" />
|
||||
<hkern g1="parenright,at,D,O,Q,Oacute" g2="a,aogonek" k="40" />
|
||||
<hkern g1="parenright,at,D,O,Q,Oacute" g2="z,zacute,zdotaccent" k="10" />
|
||||
<hkern g1="parenright,at,D,O,Q,Oacute" g2="A,Aogonek" k="30" />
|
||||
<hkern g1="parenright,at,D,O,Q,Oacute" g2="X" k="40" />
|
||||
<hkern g1="parenright,at,D,O,Q,Oacute" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="25" />
|
||||
<hkern g1="parenright,at,D,O,Q,Oacute" g2="parenright" k="35" />
|
||||
<hkern g1="parenright,at,D,O,Q,Oacute" g2="braceright" k="15" />
|
||||
<hkern g1="parenright,at,D,O,Q,Oacute" g2="bracketright" k="20" />
|
||||
<hkern g1="parenright,at,D,O,Q,Oacute" g2="Z,Zacute,Zdotaccent" k="15" />
|
||||
<hkern g1="parenright,at,D,O,Q,Oacute" g2="one" k="5" />
|
||||
<hkern g1="y" g2="J" k="100" />
|
||||
<hkern g1="y" g2="Y" k="5" />
|
||||
<hkern g1="y" g2="j" k="105" />
|
||||
<hkern g1="y" g2="T" k="20" />
|
||||
<hkern g1="y" g2="v,w,yen" k="-10" />
|
||||
<hkern g1="y" g2="y" k="-5" />
|
||||
<hkern g1="y" g2="hyphen,endash,emdash" k="45" />
|
||||
<hkern g1="y" g2="zero,c,g,o,q,cent,copyright,registered,oacute,cacute,Euro" k="33" />
|
||||
<hkern g1="y" g2="a,aogonek" k="90" />
|
||||
<hkern g1="y" g2="numbersign" k="30" />
|
||||
<hkern g1="y" g2="dollar,s,sacute" k="10" />
|
||||
<hkern g1="y" g2="A,Aogonek" k="84" />
|
||||
<hkern g1="y" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="86" />
|
||||
<hkern g1="y" g2="guillemotleft,guilsinglleft" k="15" />
|
||||
<hkern g1="y" g2="x" k="5" />
|
||||
<hkern g1="y" g2="slash" k="25" />
|
||||
<hkern g1="G" g2="J" k="-5" />
|
||||
<hkern g1="G" g2="Y" k="25" />
|
||||
<hkern g1="G" g2="T" k="20" />
|
||||
<hkern g1="G" g2="V,W" k="20" />
|
||||
<hkern g1="G" g2="dollar,s,sacute" k="-10" />
|
||||
<hkern g1="T" g2="J" k="135" />
|
||||
<hkern g1="T" g2="j" k="120" />
|
||||
<hkern g1="T" g2="v,w,yen" k="20" />
|
||||
<hkern g1="T" g2="u" k="54" />
|
||||
<hkern g1="T" g2="y" k="20" />
|
||||
<hkern g1="T" g2="t" k="25" />
|
||||
<hkern g1="T" g2="parenleft,at,C,G,O,Q,Oacute,Cacute" k="35" />
|
||||
<hkern g1="T" g2="seven" k="20" />
|
||||
<hkern g1="T" g2="four" k="109" />
|
||||
<hkern g1="T" g2="hyphen,endash,emdash" k="79" />
|
||||
<hkern g1="T" g2="zero,c,g,o,q,cent,copyright,registered,oacute,cacute,Euro" k="94" />
|
||||
<hkern g1="T" g2="a,aogonek" k="99" />
|
||||
<hkern g1="T" g2="z,zacute,zdotaccent" k="30" />
|
||||
<hkern g1="T" g2="numbersign" k="55" />
|
||||
<hkern g1="T" g2="dollar,s,sacute" k="74" />
|
||||
<hkern g1="T" g2="A,Aogonek" k="110" />
|
||||
<hkern g1="T" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="86" />
|
||||
<hkern g1="T" g2="guillemotleft,guilsinglleft" k="80" />
|
||||
<hkern g1="T" g2="x" k="35" />
|
||||
<hkern g1="T" g2="slash" k="50" />
|
||||
<hkern g1="T" g2="ampersand" k="74" />
|
||||
<hkern g1="T" g2="one" k="40" />
|
||||
<hkern g1="T" g2="six" k="64" />
|
||||
<hkern g1="T" g2="two" k="30" />
|
||||
<hkern g1="T" g2="nine" k="49" />
|
||||
<hkern g1="T" g2="three,eight" k="49" />
|
||||
<hkern g1="T" g2="S,Sacute" k="15" />
|
||||
<hkern g1="T" g2="b,d,e,f,h,i,k,l,m,n,p,r,eogonek,lslash,nacute" k="64" />
|
||||
<hkern g1="T" g2="five" k="49" />
|
||||
<hkern g1="L,Lslash" g2="J" k="-15" />
|
||||
<hkern g1="L,Lslash" g2="U" k="30" />
|
||||
<hkern g1="L,Lslash" g2="Y" k="125" />
|
||||
<hkern g1="L,Lslash" g2="j" k="-10" />
|
||||
<hkern g1="L,Lslash" g2="T" k="125" />
|
||||
<hkern g1="L,Lslash" g2="v,w,yen" k="84" />
|
||||
<hkern g1="L,Lslash" g2="u" k="20" />
|
||||
<hkern g1="L,Lslash" g2="y" k="94" />
|
||||
<hkern g1="L,Lslash" g2="V,W" k="94" />
|
||||
<hkern g1="L,Lslash" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="80" />
|
||||
<hkern g1="L,Lslash" g2="t" k="89" />
|
||||
<hkern g1="L,Lslash" g2="question" k="80" />
|
||||
<hkern g1="L,Lslash" g2="parenleft,at,C,G,O,Q,Oacute,Cacute" k="45" />
|
||||
<hkern g1="L,Lslash" g2="hyphen,endash,emdash" k="69" />
|
||||
<hkern g1="L,Lslash" g2="trademark" k="140" />
|
||||
<hkern g1="L,Lslash" g2="zero,c,g,o,q,cent,copyright,registered,oacute,cacute,Euro" k="20" />
|
||||
<hkern g1="L,Lslash" g2="backslash" k="100" />
|
||||
<hkern g1="L,Lslash" g2="a,aogonek" k="-13" />
|
||||
<hkern g1="L,Lslash" g2="A,Aogonek" k="-5" />
|
||||
<hkern g1="L,Lslash" g2="S,Sacute" k="15" />
|
||||
<hkern g1="a,aogonek" g2="J" k="-20" />
|
||||
<hkern g1="a,aogonek" g2="U" k="60" />
|
||||
<hkern g1="a,aogonek" g2="Y" k="145" />
|
||||
<hkern g1="a,aogonek" g2="j" k="-20" />
|
||||
<hkern g1="a,aogonek" g2="T" k="115" />
|
||||
<hkern g1="a,aogonek" g2="v,w,yen" k="78" />
|
||||
<hkern g1="a,aogonek" g2="u" k="33" />
|
||||
<hkern g1="a,aogonek" g2="y" k="90" />
|
||||
<hkern g1="a,aogonek" g2="V,W" k="95" />
|
||||
<hkern g1="a,aogonek" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="79" />
|
||||
<hkern g1="a,aogonek" g2="t" k="94" />
|
||||
<hkern g1="a,aogonek" g2="parenleft,at,C,G,O,Q,Oacute,Cacute" k="40" />
|
||||
<hkern g1="a,aogonek" g2="four" k="15" />
|
||||
<hkern g1="a,aogonek" g2="hyphen,endash,emdash" k="35" />
|
||||
<hkern g1="a,aogonek" g2="trademark" k="160" />
|
||||
<hkern g1="a,aogonek" g2="zero,c,g,o,q,cent,copyright,registered,oacute,cacute,Euro" k="23" />
|
||||
<hkern g1="a,aogonek" g2="backslash" k="120" />
|
||||
<hkern g1="a,aogonek" g2="a,aogonek" k="-20" />
|
||||
<hkern g1="a,aogonek" g2="numbersign" k="-30" />
|
||||
<hkern g1="a,aogonek" g2="A,Aogonek" k="-10" />
|
||||
<hkern g1="a,aogonek" g2="X" k="-8" />
|
||||
<hkern g1="a,aogonek" g2="x" k="-10" />
|
||||
<hkern g1="a,aogonek" g2="nine" k="15" />
|
||||
<hkern g1="a,aogonek" g2="S,Sacute" k="10" />
|
||||
<hkern g1="a,aogonek" g2="asterisk" k="50" />
|
||||
<hkern g1="seven,v,w,yen" g2="J" k="80" />
|
||||
<hkern g1="seven,v,w,yen" g2="Y" k="10" />
|
||||
<hkern g1="seven,v,w,yen" g2="j" k="76" />
|
||||
<hkern g1="seven,v,w,yen" g2="T" k="20" />
|
||||
<hkern g1="seven,v,w,yen" g2="v,w,yen" k="-15" />
|
||||
<hkern g1="seven,v,w,yen" g2="y" k="-10" />
|
||||
<hkern g1="seven,v,w,yen" g2="seven" k="-5" />
|
||||
<hkern g1="seven,v,w,yen" g2="four" k="45" />
|
||||
<hkern g1="seven,v,w,yen" g2="hyphen,endash,emdash" k="25" />
|
||||
<hkern g1="seven,v,w,yen" g2="zero,c,g,o,q,cent,copyright,registered,oacute,cacute,Euro" k="21" />
|
||||
<hkern g1="seven,v,w,yen" g2="a,aogonek" k="78" />
|
||||
<hkern g1="seven,v,w,yen" g2="numbersign" k="25" />
|
||||
<hkern g1="seven,v,w,yen" g2="dollar,s,sacute" k="5" />
|
||||
<hkern g1="seven,v,w,yen" g2="A,Aogonek" k="65" />
|
||||
<hkern g1="seven,v,w,yen" g2="X" k="5" />
|
||||
<hkern g1="seven,v,w,yen" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="75" />
|
||||
<hkern g1="seven,v,w,yen" g2="guillemotleft,guilsinglleft" k="15" />
|
||||
<hkern g1="seven,v,w,yen" g2="slash" k="74" />
|
||||
<hkern g1="seven,v,w,yen" g2="six" k="35" />
|
||||
<hkern g1="seven,v,w,yen" g2="five" k="5" />
|
||||
<hkern g1="Y" g2="J" k="150" />
|
||||
<hkern g1="Y" g2="Y" k="-10" />
|
||||
<hkern g1="Y" g2="j" k="130" />
|
||||
<hkern g1="Y" g2="v,w,yen" k="10" />
|
||||
<hkern g1="Y" g2="u" k="20" />
|
||||
<hkern g1="Y" g2="y" k="5" />
|
||||
<hkern g1="Y" g2="V,W" k="-10" />
|
||||
<hkern g1="Y" g2="t" k="20" />
|
||||
<hkern g1="Y" g2="parenleft,at,C,G,O,Q,Oacute,Cacute" k="50" />
|
||||
<hkern g1="Y" g2="four" k="74" />
|
||||
<hkern g1="Y" g2="hyphen,endash,emdash" k="75" />
|
||||
<hkern g1="Y" g2="zero,c,g,o,q,cent,copyright,registered,oacute,cacute,Euro" k="100" />
|
||||
<hkern g1="Y" g2="a,aogonek" k="145" />
|
||||
<hkern g1="Y" g2="z,zacute,zdotaccent" k="30" />
|
||||
<hkern g1="Y" g2="numbersign" k="105" />
|
||||
<hkern g1="Y" g2="dollar,s,sacute" k="50" />
|
||||
<hkern g1="Y" g2="A,Aogonek" k="105" />
|
||||
<hkern g1="Y" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="91" />
|
||||
<hkern g1="Y" g2="guillemotleft,guilsinglleft" k="120" />
|
||||
<hkern g1="Y" g2="x" k="10" />
|
||||
<hkern g1="Y" g2="slash" k="100" />
|
||||
<hkern g1="Y" g2="ampersand" k="65" />
|
||||
<hkern g1="Y" g2="six" k="50" />
|
||||
<hkern g1="Y" g2="S,Sacute" k="15" />
|
||||
<hkern g1="Y" g2="b,d,e,f,h,i,k,l,m,n,p,r,eogonek,lslash,nacute" k="35" />
|
||||
<hkern g1="Y" g2="five" k="40" />
|
||||
<hkern g1="Y" g2="guillemotright,guilsinglright" k="50" />
|
||||
<hkern g1="f" g2="J" k="75" />
|
||||
<hkern g1="f" g2="Y" k="10" />
|
||||
<hkern g1="f" g2="j" k="110" />
|
||||
<hkern g1="f" g2="T" k="40" />
|
||||
<hkern g1="f" g2="V,W" k="25" />
|
||||
<hkern g1="f" g2="four" k="40" />
|
||||
<hkern g1="f" g2="zero,c,g,o,q,cent,copyright,registered,oacute,cacute,Euro" k="15" />
|
||||
<hkern g1="f" g2="a,aogonek" k="89" />
|
||||
<hkern g1="f" g2="numbersign" k="25" />
|
||||
<hkern g1="f" g2="dollar,s,sacute" k="5" />
|
||||
<hkern g1="f" g2="A,Aogonek" k="55" />
|
||||
<hkern g1="f" g2="X" k="15" />
|
||||
<hkern g1="f" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="110" />
|
||||
<hkern g1="f" g2="slash" k="55" />
|
||||
<hkern g1="f" g2="braceright" k="10" />
|
||||
<hkern g1="f" g2="bracketright" k="10" />
|
||||
<hkern g1="dollar,s,sacute" g2="J" k="-10" />
|
||||
<hkern g1="dollar,s,sacute" g2="Y" k="25" />
|
||||
<hkern g1="dollar,s,sacute" g2="j" k="-10" />
|
||||
<hkern g1="dollar,s,sacute" g2="T" k="69" />
|
||||
<hkern g1="dollar,s,sacute" g2="v,w,yen" k="5" />
|
||||
<hkern g1="dollar,s,sacute" g2="V,W" k="10" />
|
||||
<hkern g1="dollar,s,sacute" g2="t" k="15" />
|
||||
<hkern g1="dollar,s,sacute" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="10" />
|
||||
<hkern g1="dollar,s,sacute" g2="x" k="10" />
|
||||
<hkern g1="A,Aogonek" g2="J" k="-30" />
|
||||
<hkern g1="A,Aogonek" g2="U" k="40" />
|
||||
<hkern g1="A,Aogonek" g2="Y" k="105" />
|
||||
<hkern g1="A,Aogonek" g2="j" k="-10" />
|
||||
<hkern g1="A,Aogonek" g2="T" k="110" />
|
||||
<hkern g1="A,Aogonek" g2="v,w,yen" k="65" />
|
||||
<hkern g1="A,Aogonek" g2="u" k="35" />
|
||||
<hkern g1="A,Aogonek" g2="y" k="84" />
|
||||
<hkern g1="A,Aogonek" g2="V,W" k="96" />
|
||||
<hkern g1="A,Aogonek" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="70" />
|
||||
<hkern g1="A,Aogonek" g2="t" k="65" />
|
||||
<hkern g1="A,Aogonek" g2="parenleft,at,C,G,O,Q,Oacute,Cacute" k="30" />
|
||||
<hkern g1="A,Aogonek" g2="four" k="20" />
|
||||
<hkern g1="A,Aogonek" g2="hyphen,endash,emdash" k="30" />
|
||||
<hkern g1="A,Aogonek" g2="trademark" k="145" />
|
||||
<hkern g1="A,Aogonek" g2="zero,c,g,o,q,cent,copyright,registered,oacute,cacute,Euro" k="20" />
|
||||
<hkern g1="A,Aogonek" g2="backslash" k="105" />
|
||||
<hkern g1="A,Aogonek" g2="a,aogonek" k="-10" />
|
||||
<hkern g1="A,Aogonek" g2="numbersign" k="-20" />
|
||||
<hkern g1="A,Aogonek" g2="A,Aogonek" k="-15" />
|
||||
<hkern g1="A,Aogonek" g2="X" k="-15" />
|
||||
<hkern g1="A,Aogonek" g2="guillemotleft,guilsinglleft" k="40" />
|
||||
<hkern g1="A,Aogonek" g2="nine" k="45" />
|
||||
<hkern g1="A,Aogonek" g2="asterisk" k="60" />
|
||||
<hkern g1="V,W" g2="J" k="105" />
|
||||
<hkern g1="V,W" g2="Y" k="-10" />
|
||||
<hkern g1="V,W" g2="j" k="105" />
|
||||
<hkern g1="V,W" g2="u" k="10" />
|
||||
<hkern g1="V,W" g2="V,W" k="-10" />
|
||||
<hkern g1="V,W" g2="parenleft,at,C,G,O,Q,Oacute,Cacute" k="30" />
|
||||
<hkern g1="V,W" g2="seven" k="-20" />
|
||||
<hkern g1="V,W" g2="four" k="79" />
|
||||
<hkern g1="V,W" g2="hyphen,endash,emdash" k="65" />
|
||||
<hkern g1="V,W" g2="zero,c,g,o,q,cent,copyright,registered,oacute,cacute,Euro" k="60" />
|
||||
<hkern g1="V,W" g2="backslash" k="-50" />
|
||||
<hkern g1="V,W" g2="a,aogonek" k="95" />
|
||||
<hkern g1="V,W" g2="z,zacute,zdotaccent" k="15" />
|
||||
<hkern g1="V,W" g2="numbersign" k="55" />
|
||||
<hkern g1="V,W" g2="dollar,s,sacute" k="35" />
|
||||
<hkern g1="V,W" g2="A,Aogonek" k="96" />
|
||||
<hkern g1="V,W" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="86" />
|
||||
<hkern g1="V,W" g2="guillemotleft,guilsinglleft" k="100" />
|
||||
<hkern g1="V,W" g2="x" k="20" />
|
||||
<hkern g1="V,W" g2="slash" k="65" />
|
||||
<hkern g1="V,W" g2="ampersand" k="20" />
|
||||
<hkern g1="V,W" g2="six" k="45" />
|
||||
<hkern g1="V,W" g2="S,Sacute" k="5" />
|
||||
<hkern g1="V,W" g2="b,d,e,f,h,i,k,l,m,n,p,r,eogonek,lslash,nacute" k="20" />
|
||||
<hkern g1="V,W" g2="five" k="50" />
|
||||
<hkern g1="V,W" g2="guillemotright,guilsinglright" k="50" />
|
||||
<hkern g1="k" g2="U" k="10" />
|
||||
<hkern g1="k" g2="Y" k="30" />
|
||||
<hkern g1="k" g2="j" k="-20" />
|
||||
<hkern g1="k" g2="T" k="40" />
|
||||
<hkern g1="k" g2="v,w,yen" k="5" />
|
||||
<hkern g1="k" g2="u" k="10" />
|
||||
<hkern g1="k" g2="y" k="10" />
|
||||
<hkern g1="k" g2="V,W" k="10" />
|
||||
<hkern g1="k" g2="parenleft,at,C,G,O,Q,Oacute,Cacute" k="30" />
|
||||
<hkern g1="k" g2="zero,c,g,o,q,cent,copyright,registered,oacute,cacute,Euro" k="33" />
|
||||
<hkern g1="k" g2="a,aogonek" k="-20" />
|
||||
<hkern g1="k" g2="dollar,s,sacute" k="15" />
|
||||
<hkern g1="k" g2="ampersand" k="17" />
|
||||
<hkern g1="c,cacute,Euro" g2="Y" k="70" />
|
||||
<hkern g1="c,cacute,Euro" g2="T" k="25" />
|
||||
<hkern g1="c,cacute,Euro" g2="v,w,yen" k="5" />
|
||||
<hkern g1="c,cacute,Euro" g2="y" k="10" />
|
||||
<hkern g1="c,cacute,Euro" g2="V,W" k="25" />
|
||||
<hkern g1="c,cacute,Euro" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="15" />
|
||||
<hkern g1="c,cacute,Euro" g2="t" k="20" />
|
||||
<hkern g1="c,cacute,Euro" g2="a,aogonek" k="5" />
|
||||
<hkern g1="c,cacute,Euro" g2="A,Aogonek" k="10" />
|
||||
<hkern g1="c,cacute,Euro" g2="x" k="10" />
|
||||
<hkern g1="c,cacute,Euro" g2="b,d,e,f,h,i,k,l,m,n,p,r,eogonek,lslash,nacute" k="10" />
|
||||
<hkern g1="x" g2="Y" k="10" />
|
||||
<hkern g1="x" g2="j" k="-20" />
|
||||
<hkern g1="x" g2="T" k="35" />
|
||||
<hkern g1="x" g2="u" k="5" />
|
||||
<hkern g1="x" g2="y" k="5" />
|
||||
<hkern g1="x" g2="V,W" k="20" />
|
||||
<hkern g1="x" g2="zero,c,g,o,q,cent,copyright,registered,oacute,cacute,Euro" k="30" />
|
||||
<hkern g1="x" g2="a,aogonek" k="-10" />
|
||||
<hkern g1="x" g2="dollar,s,sacute" k="10" />
|
||||
<hkern g1="x" g2="x" k="-10" />
|
||||
<hkern g1="F" g2="J" k="145" />
|
||||
<hkern g1="F" g2="j" k="115" />
|
||||
<hkern g1="F" g2="v,w,yen" k="15" />
|
||||
<hkern g1="F" g2="y" k="20" />
|
||||
<hkern g1="F" g2="t" k="30" />
|
||||
<hkern g1="F" g2="parenleft,at,C,G,O,Q,Oacute,Cacute" k="23" />
|
||||
<hkern g1="F" g2="four" k="59" />
|
||||
<hkern g1="F" g2="zero,c,g,o,q,cent,copyright,registered,oacute,cacute,Euro" k="48" />
|
||||
<hkern g1="F" g2="a,aogonek" k="105" />
|
||||
<hkern g1="F" g2="z,zacute,zdotaccent" k="20" />
|
||||
<hkern g1="F" g2="numbersign" k="71" />
|
||||
<hkern g1="F" g2="dollar,s,sacute" k="25" />
|
||||
<hkern g1="F" g2="A,Aogonek" k="110" />
|
||||
<hkern g1="F" g2="X" k="5" />
|
||||
<hkern g1="F" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="130" />
|
||||
<hkern g1="F" g2="slash" k="80" />
|
||||
<hkern g1="F" g2="ampersand" k="20" />
|
||||
<hkern g1="F" g2="six" k="45" />
|
||||
<hkern g1="F" g2="S,Sacute" k="15" />
|
||||
<hkern g1="F" g2="b,d,e,f,h,i,k,l,m,n,p,r,eogonek,lslash,nacute" k="25" />
|
||||
<hkern g1="p" g2="J" k="60" />
|
||||
<hkern g1="p" g2="Y" k="60" />
|
||||
<hkern g1="p" g2="j" k="86" />
|
||||
<hkern g1="p" g2="T" k="74" />
|
||||
<hkern g1="p" g2="y" k="10" />
|
||||
<hkern g1="p" g2="V,W" k="25" />
|
||||
<hkern g1="p" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="15" />
|
||||
<hkern g1="p" g2="four" k="20" />
|
||||
<hkern g1="p" g2="zero,c,g,o,q,cent,copyright,registered,oacute,cacute,Euro" k="-5" />
|
||||
<hkern g1="p" g2="a,aogonek" k="55" />
|
||||
<hkern g1="p" g2="numbersign" k="20" />
|
||||
<hkern g1="p" g2="A,Aogonek" k="50" />
|
||||
<hkern g1="p" g2="X" k="50" />
|
||||
<hkern g1="p" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="90" />
|
||||
<hkern g1="p" g2="x" k="20" />
|
||||
<hkern g1="p" g2="parenright" k="10" />
|
||||
<hkern g1="p" g2="slash" k="50" />
|
||||
<hkern g1="p" g2="braceright" k="20" />
|
||||
<hkern g1="p" g2="bracketright" k="15" />
|
||||
<hkern g1="p" g2="Z,Zacute,Zdotaccent" k="10" />
|
||||
<hkern g1="S,Sacute" g2="J" k="-10" />
|
||||
<hkern g1="S,Sacute" g2="Y" k="15" />
|
||||
<hkern g1="S,Sacute" g2="T" k="15" />
|
||||
<hkern g1="S,Sacute" g2="X" k="8" />
|
||||
<hkern g1="S,Sacute" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="10" />
|
||||
<hkern g1="h,i,m,n,sterling,nacute" g2="Y" k="35" />
|
||||
<hkern g1="h,i,m,n,sterling,nacute" g2="j" k="-5" />
|
||||
<hkern g1="h,i,m,n,sterling,nacute" g2="T" k="64" />
|
||||
<hkern g1="h,i,m,n,sterling,nacute" g2="V,W" k="20" />
|
||||
<hkern g1="K" g2="J" k="-20" />
|
||||
<hkern g1="K" g2="U" k="20" />
|
||||
<hkern g1="K" g2="Y" k="10" />
|
||||
<hkern g1="K" g2="j" k="-15" />
|
||||
<hkern g1="K" g2="T" k="10" />
|
||||
<hkern g1="K" g2="v,w,yen" k="60" />
|
||||
<hkern g1="K" g2="u" k="45" />
|
||||
<hkern g1="K" g2="y" k="70" />
|
||||
<hkern g1="K" g2="V,W" k="10" />
|
||||
<hkern g1="K" g2="t" k="70" />
|
||||
<hkern g1="K" g2="parenleft,at,C,G,O,Q,Oacute,Cacute" k="50" />
|
||||
<hkern g1="K" g2="zero,c,g,o,q,cent,copyright,registered,oacute,cacute,Euro" k="45" />
|
||||
<hkern g1="K" g2="dollar,s,sacute" k="30" />
|
||||
<hkern g1="K" g2="A,Aogonek" k="-23" />
|
||||
<hkern g1="j,u" g2="Y" k="20" />
|
||||
<hkern g1="j,u" g2="j" k="15" />
|
||||
<hkern g1="j,u" g2="T" k="54" />
|
||||
<hkern g1="j,u" g2="V,W" k="10" />
|
||||
<hkern g1="j,u" g2="a,aogonek" k="33" />
|
||||
<hkern g1="j,u" g2="A,Aogonek" k="35" />
|
||||
<hkern g1="j,u" g2="X" k="20" />
|
||||
<hkern g1="j,u" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="40" />
|
||||
<hkern g1="j,u" g2="x" k="5" />
|
||||
<hkern g1="C,Cacute" g2="Y" k="15" />
|
||||
<hkern g1="C,Cacute" g2="T" k="22" />
|
||||
<hkern g1="C,Cacute" g2="V,W" k="10" />
|
||||
<hkern g1="C,Cacute" g2="zero,c,g,o,q,cent,copyright,registered,oacute,cacute,Euro" k="10" />
|
||||
<hkern g1="C,Cacute" g2="a,aogonek" k="30" />
|
||||
<hkern g1="C,Cacute" g2="numbersign" k="-15" />
|
||||
<hkern g1="C,Cacute" g2="A,Aogonek" k="10" />
|
||||
<hkern g1="C,Cacute" g2="X" k="15" />
|
||||
<hkern g1="X" g2="J" k="-15" />
|
||||
<hkern g1="X" g2="U" k="10" />
|
||||
<hkern g1="X" g2="v,w,yen" k="30" />
|
||||
<hkern g1="X" g2="u" k="20" />
|
||||
<hkern g1="X" g2="y" k="25" />
|
||||
<hkern g1="X" g2="t" k="30" />
|
||||
<hkern g1="X" g2="parenleft,at,C,G,O,Q,Oacute,Cacute" k="40" />
|
||||
<hkern g1="X" g2="zero,c,g,o,q,cent,copyright,registered,oacute,cacute,Euro" k="35" />
|
||||
<hkern g1="X" g2="a,aogonek" k="-8" />
|
||||
<hkern g1="X" g2="A,Aogonek" k="-15" />
|
||||
<hkern g1="X" g2="X" k="-10" />
|
||||
<hkern g1="X" g2="ampersand" k="10" />
|
||||
<hkern g1="X" g2="S,Sacute" k="8" />
|
||||
<hkern g1="P" g2="J" k="110" />
|
||||
<hkern g1="P" g2="Y" k="15" />
|
||||
<hkern g1="P" g2="j" k="105" />
|
||||
<hkern g1="P" g2="T" k="20" />
|
||||
<hkern g1="P" g2="v,w,yen" k="-5" />
|
||||
<hkern g1="P" g2="u" k="-10" />
|
||||
<hkern g1="P" g2="y" k="-10" />
|
||||
<hkern g1="P" g2="parenleft,at,C,G,O,Q,Oacute,Cacute" k="-10" />
|
||||
<hkern g1="P" g2="four" k="40" />
|
||||
<hkern g1="P" g2="a,aogonek" k="65" />
|
||||
<hkern g1="P" g2="numbersign" k="45" />
|
||||
<hkern g1="P" g2="A,Aogonek" k="79" />
|
||||
<hkern g1="P" g2="X" k="40" />
|
||||
<hkern g1="P" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="110" />
|
||||
<hkern g1="P" g2="slash" k="60" />
|
||||
<hkern g1="P" g2="Z,Zacute,Zdotaccent" k="15" />
|
||||
<hkern g1="e,eogonek" g2="Y" k="25" />
|
||||
<hkern g1="e,eogonek" g2="j" k="-5" />
|
||||
<hkern g1="e,eogonek" g2="T" k="25" />
|
||||
<hkern g1="e,eogonek" g2="u" k="5" />
|
||||
<hkern g1="e,eogonek" g2="zero,c,g,o,q,cent,copyright,registered,oacute,cacute,Euro" k="20" />
|
||||
<hkern g1="guillemotleft,guilsinglleft" g2="V,W" k="50" />
|
||||
<hkern g1="guillemotleft,guilsinglleft" g2="Y" k="50" />
|
||||
<hkern g1="guillemotleft,guilsinglleft" g2="J" k="20" />
|
||||
<hkern g1="guillemotleft,guilsinglleft" g2="T" k="15" />
|
||||
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="V,W" k="86" />
|
||||
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="Y" k="91" />
|
||||
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="J" k="-30" />
|
||||
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="T" k="86" />
|
||||
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="t" k="81" />
|
||||
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="parenleft,at,C,G,O,Q,Oacute,Cacute" k="25" />
|
||||
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="S,Sacute" k="5" />
|
||||
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="u" k="40" />
|
||||
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="four" k="41" />
|
||||
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="y" k="81" />
|
||||
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="six" k="20" />
|
||||
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="j" k="-20" />
|
||||
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="one" k="50" />
|
||||
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="nine" k="60" />
|
||||
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="v,w,yen" k="75" />
|
||||
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="zero,c,g,o,q,cent,copyright,registered,oacute,cacute,Euro" k="25" />
|
||||
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="numbersign" k="-15" />
|
||||
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="U" k="40" />
|
||||
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="dollar,s,sacute" k="5" />
|
||||
<hkern g1="four" g2="Y" k="20" />
|
||||
<hkern g1="four" g2="T" k="59" />
|
||||
<hkern g1="four" g2="backslash" k="50" />
|
||||
<hkern g1="four" g2="slash" k="-30" />
|
||||
<hkern g1="four" g2="seven" k="10" />
|
||||
<hkern g1="ampersand" g2="A,Aogonek" k="10" />
|
||||
<hkern g1="ampersand" g2="a,aogonek" k="25" />
|
||||
<hkern g1="ampersand" g2="V,W" k="30" />
|
||||
<hkern g1="ampersand" g2="Y" k="79" />
|
||||
<hkern g1="ampersand" g2="J" k="40" />
|
||||
<hkern g1="ampersand" g2="T" k="99" />
|
||||
<hkern g1="ampersand" g2="t" k="40" />
|
||||
<hkern g1="ampersand" g2="parenleft,at,C,G,O,Q,Oacute,Cacute" k="-10" />
|
||||
<hkern g1="ampersand" g2="y" k="25" />
|
||||
<hkern g1="ampersand" g2="j" k="50" />
|
||||
<hkern g1="ampersand" g2="one" k="40" />
|
||||
<hkern g1="ampersand" g2="v,w,yen" k="20" />
|
||||
<hkern g1="ampersand" g2="zero,c,g,o,q,cent,copyright,registered,oacute,cacute,Euro" k="-10" />
|
||||
<hkern g1="ampersand" g2="seven" k="55" />
|
||||
<hkern g1="ampersand" g2="x" k="20" />
|
||||
<hkern g1="ampersand" g2="two" k="35" />
|
||||
<hkern g1="ampersand" g2="X" k="35" />
|
||||
<hkern g1="ampersand" g2="z,zacute,zdotaccent" k="10" />
|
||||
<hkern g1="ampersand" g2="three,eight" k="30" />
|
||||
<hkern g1="three,eight" g2="T" k="49" />
|
||||
<hkern g1="three,eight" g2="backslash" k="55" />
|
||||
<hkern g1="three,eight" g2="slash" k="-15" />
|
||||
<hkern g1="braceleft" g2="parenleft,at,C,G,O,Q,Oacute,Cacute" k="15" />
|
||||
<hkern g1="braceleft" g2="four" k="55" />
|
||||
<hkern g1="braceleft" g2="one" k="12" />
|
||||
<hkern g1="braceleft" g2="zero,c,g,o,q,cent,copyright,registered,oacute,cacute,Euro" k="45" />
|
||||
<hkern g1="numbersign" g2="A,Aogonek" k="50" />
|
||||
<hkern g1="numbersign" g2="a,aogonek" k="55" />
|
||||
<hkern g1="numbersign" g2="V,W" k="-20" />
|
||||
<hkern g1="numbersign" g2="Y" k="10" />
|
||||
<hkern g1="numbersign" g2="T" k="-35" />
|
||||
<hkern g1="numbersign" g2="t" k="-30" />
|
||||
<hkern g1="numbersign" g2="y" k="-5" />
|
||||
<hkern g1="numbersign" g2="j" k="50" />
|
||||
<hkern g1="numbersign" g2="v,w,yen" k="-10" />
|
||||
<hkern g1="numbersign" g2="backslash" k="20" />
|
||||
<hkern g1="numbersign" g2="slash" k="50" />
|
||||
<hkern g1="numbersign" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="80" />
|
||||
<hkern g1="six" g2="V,W" k="70" />
|
||||
<hkern g1="six" g2="Y" k="60" />
|
||||
<hkern g1="six" g2="T" k="59" />
|
||||
<hkern g1="six" g2="y" k="45" />
|
||||
<hkern g1="six" g2="one" k="40" />
|
||||
<hkern g1="six" g2="v,w,yen" k="30" />
|
||||
<hkern g1="six" g2="backslash" k="64" />
|
||||
<hkern g1="six" g2="slash" k="-20" />
|
||||
<hkern g1="six" g2="seven" k="25" />
|
||||
<hkern g1="six" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="25" />
|
||||
<hkern g1="nine" g2="A,Aogonek" k="50" />
|
||||
<hkern g1="nine" g2="a,aogonek" k="35" />
|
||||
<hkern g1="nine" g2="J" k="70" />
|
||||
<hkern g1="nine" g2="T" k="49" />
|
||||
<hkern g1="nine" g2="j" k="40" />
|
||||
<hkern g1="nine" g2="backslash" k="30" />
|
||||
<hkern g1="nine" g2="slash" k="20" />
|
||||
<hkern g1="nine" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="75" />
|
||||
<hkern g1="nine" g2="five" k="5" />
|
||||
<hkern g1="slash" g2="A,Aogonek" k="105" />
|
||||
<hkern g1="slash" g2="a,aogonek" k="120" />
|
||||
<hkern g1="slash" g2="t" k="-10" />
|
||||
<hkern g1="slash" g2="parenleft,at,C,G,O,Q,Oacute,Cacute" k="10" />
|
||||
<hkern g1="slash" g2="S,Sacute" k="30" />
|
||||
<hkern g1="slash" g2="four" k="125" />
|
||||
<hkern g1="slash" g2="six" k="100" />
|
||||
<hkern g1="slash" g2="j" k="55" />
|
||||
<hkern g1="slash" g2="one" k="74" />
|
||||
<hkern g1="slash" g2="nine" k="50" />
|
||||
<hkern g1="slash" g2="zero,c,g,o,q,cent,copyright,registered,oacute,cacute,Euro" k="79" />
|
||||
<hkern g1="slash" g2="numbersign" k="115" />
|
||||
<hkern g1="slash" g2="dollar,s,sacute" k="50" />
|
||||
<hkern g1="slash" g2="two" k="60" />
|
||||
<hkern g1="slash" g2="z,zacute,zdotaccent" k="10" />
|
||||
<hkern g1="slash" g2="three,eight" k="74" />
|
||||
<hkern g1="slash" g2="five" k="60" />
|
||||
<hkern g1="two" g2="T" k="30" />
|
||||
<hkern g1="two" g2="backslash" k="45" />
|
||||
<hkern g1="two" g2="slash" k="-30" />
|
||||
<hkern g1="asterisk" g2="A,Aogonek" k="60" />
|
||||
<hkern g1="asterisk" g2="a,aogonek" k="50" />
|
||||
<hkern g1="asterisk" g2="J" k="101" />
|
||||
<hkern g1="asterisk" g2="j" k="106" />
|
||||
<hkern g1="guillemotright,guilsinglright" g2="A,Aogonek" k="40" />
|
||||
<hkern g1="guillemotright,guilsinglright" g2="V,W" k="100" />
|
||||
<hkern g1="guillemotright,guilsinglright" g2="Y" k="120" />
|
||||
<hkern g1="guillemotright,guilsinglright" g2="J" k="45" />
|
||||
<hkern g1="guillemotright,guilsinglright" g2="T" k="80" />
|
||||
<hkern g1="guillemotright,guilsinglright" g2="t" k="10" />
|
||||
<hkern g1="guillemotright,guilsinglright" g2="y" k="25" />
|
||||
<hkern g1="guillemotright,guilsinglright" g2="j" k="40" />
|
||||
<hkern g1="guillemotright,guilsinglright" g2="v,w,yen" k="25" />
|
||||
<hkern g1="guillemotright,guilsinglright" g2="z,zacute,zdotaccent" k="10" />
|
||||
<hkern g1="guillemotright,guilsinglright" g2="Z,Zacute,Zdotaccent" k="10" />
|
||||
<hkern g1="parenleft" g2="parenleft,at,C,G,O,Q,Oacute,Cacute" k="35" />
|
||||
<hkern g1="parenleft" g2="four" k="55" />
|
||||
<hkern g1="parenleft" g2="one" k="5" />
|
||||
<hkern g1="parenleft" g2="zero,c,g,o,q,cent,copyright,registered,oacute,cacute,Euro" k="30" />
|
||||
<hkern g1="backslash" g2="V,W" k="79" />
|
||||
<hkern g1="backslash" g2="Y" k="100" />
|
||||
<hkern g1="backslash" g2="T" k="50" />
|
||||
<hkern g1="backslash" g2="t" k="50" />
|
||||
<hkern g1="backslash" g2="four" k="-10" />
|
||||
<hkern g1="backslash" g2="y" k="65" />
|
||||
<hkern g1="backslash" g2="j" k="-20" />
|
||||
<hkern g1="backslash" g2="one" k="30" />
|
||||
<hkern g1="backslash" g2="nine" k="30" />
|
||||
<hkern g1="backslash" g2="v,w,yen" k="65" />
|
||||
<hkern g1="backslash" g2="zero,c,g,o,q,cent,copyright,registered,oacute,cacute,Euro" k="10" />
|
||||
<hkern g1="backslash" g2="seven" k="25" />
|
||||
<hkern g1="backslash" g2="two" k="-20" />
|
||||
<hkern g1="backslash" g2="z,zacute,zdotaccent" k="-40" />
|
||||
<hkern g1="backslash" g2="three,eight" k="5" />
|
||||
<hkern g1="backslash" g2="five" k="-5" />
|
||||
<hkern g1="one" g2="T" k="5" />
|
||||
<hkern g1="one" g2="slash" k="-25" />
|
||||
<hkern g1="five" g2="Y" k="35" />
|
||||
<hkern g1="five" g2="T" k="49" />
|
||||
<hkern g1="five" g2="one" k="10" />
|
||||
<hkern g1="five" g2="backslash" k="25" />
|
||||
<hkern g1="five" g2="slash" k="-25" />
|
||||
<hkern g1="five" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="20" />
|
||||
<hkern g1="bracketleft" g2="parenleft,at,C,G,O,Q,Oacute,Cacute" k="20" />
|
||||
<hkern g1="bracketleft" g2="four" k="55" />
|
||||
<hkern g1="bracketleft" g2="one" k="-5" />
|
||||
<hkern g1="bracketleft" g2="zero,c,g,o,q,cent,copyright,registered,oacute,cacute,Euro" k="30" />
|
||||
<hkern g1="hyphen,endash,emdash" g2="A,Aogonek" k="30" />
|
||||
<hkern g1="hyphen,endash,emdash" g2="a,aogonek" k="35" />
|
||||
<hkern g1="hyphen,endash,emdash" g2="V,W" k="65" />
|
||||
<hkern g1="hyphen,endash,emdash" g2="Y" k="75" />
|
||||
<hkern g1="hyphen,endash,emdash" g2="J" k="60" />
|
||||
<hkern g1="hyphen,endash,emdash" g2="T" k="79" />
|
||||
<hkern g1="hyphen,endash,emdash" g2="t" k="44" />
|
||||
<hkern g1="hyphen,endash,emdash" g2="y" k="45" />
|
||||
<hkern g1="hyphen,endash,emdash" g2="j" k="60" />
|
||||
<hkern g1="hyphen,endash,emdash" g2="one" k="30" />
|
||||
<hkern g1="hyphen,endash,emdash" g2="v,w,yen" k="25" />
|
||||
<hkern g1="hyphen,endash,emdash" g2="seven" k="35" />
|
||||
<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="A,Aogonek" k="100" />
|
||||
<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="a,aogonek" k="115" />
|
||||
<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="J" k="96" />
|
||||
<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="parenleft,at,C,G,O,Q,Oacute,Cacute" k="15" />
|
||||
<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="S,Sacute" k="35" />
|
||||
<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="six" k="35" />
|
||||
<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="j" k="91" />
|
||||
<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="zero,c,g,o,q,cent,copyright,registered,oacute,cacute,Euro" k="50" />
|
||||
<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="U" k="-10" />
|
||||
<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="dollar,s,sacute" k="50" />
|
||||
</font>
|
||||
</defs></svg>
|
After Width: | Height: | Size: 67 KiB |
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -0,0 +1,7 @@
|
|||
(function($){$.fn.easyTabs=function(option){var param=jQuery.extend({fadeSpeed:"fast",defaultContent:1,activeClass:'active'},option);$(this).each(function(){var thisId="#"+this.id;if(param.defaultContent==''){param.defaultContent=1;}
|
||||
if(typeof param.defaultContent=="number")
|
||||
{var defaultTab=$(thisId+" .tabs li:eq("+(param.defaultContent-1)+") a").attr('href').substr(1);}else{var defaultTab=param.defaultContent;}
|
||||
$(thisId+" .tabs li a").each(function(){var tabToHide=$(this).attr('href').substr(1);$("#"+tabToHide).addClass('easytabs-tab-content');});hideAll();changeContent(defaultTab);function hideAll(){$(thisId+" .easytabs-tab-content").hide();}
|
||||
function changeContent(tabId){hideAll();$(thisId+" .tabs li").removeClass(param.activeClass);$(thisId+" .tabs li a[href=#"+tabId+"]").closest('li').addClass(param.activeClass);if(param.fadeSpeed!="none")
|
||||
{$(thisId+" #"+tabId).fadeIn(param.fadeSpeed);}else{$(thisId+" #"+tabId).show();}}
|
||||
$(thisId+" .tabs li").click(function(){var tabId=$(this).find('a').attr('href').substr(1);changeContent(tabId);return false;});});}})(jQuery);
|
|
@ -0,0 +1,129 @@
|
|||
/*Notes about grid:
|
||||
Columns: 12
|
||||
Grid Width: 825px
|
||||
Column Width: 55px
|
||||
Gutter Width: 15px
|
||||
-------------------------------*/
|
||||
|
||||
|
||||
|
||||
.section {margin-bottom: 18px;
|
||||
}
|
||||
.section:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
|
||||
.section {*zoom: 1;}
|
||||
|
||||
.section .firstcolumn,
|
||||
.section .firstcol {margin-left: 0;}
|
||||
|
||||
|
||||
/* Border on left hand side of a column. */
|
||||
.border {
|
||||
padding-left: 7px;
|
||||
margin-left: 7px;
|
||||
border-left: 1px solid #eee;
|
||||
}
|
||||
|
||||
/* Border with more whitespace, spans one column. */
|
||||
.colborder {
|
||||
padding-left: 42px;
|
||||
margin-left: 42px;
|
||||
border-left: 1px solid #eee;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* The Grid Classes */
|
||||
.grid1, .grid1_2cols, .grid1_3cols, .grid1_4cols, .grid2, .grid2_3cols, .grid2_4cols, .grid3, .grid3_2cols, .grid3_4cols, .grid4, .grid4_3cols, .grid5, .grid5_2cols, .grid5_3cols, .grid5_4cols, .grid6, .grid6_4cols, .grid7, .grid7_2cols, .grid7_3cols, .grid7_4cols, .grid8, .grid8_3cols, .grid9, .grid9_2cols, .grid9_4cols, .grid10, .grid10_3cols, .grid10_4cols, .grid11, .grid11_2cols, .grid11_3cols, .grid11_4cols, .grid12
|
||||
{margin-left: 15px;float: left;display: inline; overflow: hidden;}
|
||||
|
||||
|
||||
.width1, .grid1, .span-1 {width: 55px;}
|
||||
.width1_2cols,.grid1_2cols {width: 20px;}
|
||||
.width1_3cols,.grid1_3cols {width: 8px;}
|
||||
.width1_4cols,.grid1_4cols {width: 2px;}
|
||||
.input_width1 {width: 49px;}
|
||||
|
||||
.width2, .grid2, .span-2 {width: 125px;}
|
||||
.width2_3cols,.grid2_3cols {width: 31px;}
|
||||
.width2_4cols,.grid2_4cols {width: 20px;}
|
||||
.input_width2 {width: 119px;}
|
||||
|
||||
.width3, .grid3, .span-3 {width: 195px;}
|
||||
.width3_2cols,.grid3_2cols {width: 90px;}
|
||||
.width3_4cols,.grid3_4cols {width: 37px;}
|
||||
.input_width3 {width: 189px;}
|
||||
|
||||
.width4, .grid4, .span-4 {width: 265px;}
|
||||
.width4_3cols,.grid4_3cols {width: 78px;}
|
||||
.input_width4 {width: 259px;}
|
||||
|
||||
.width5, .grid5, .span-5 {width: 335px;}
|
||||
.width5_2cols,.grid5_2cols {width: 160px;}
|
||||
.width5_3cols,.grid5_3cols {width: 101px;}
|
||||
.width5_4cols,.grid5_4cols {width: 72px;}
|
||||
.input_width5 {width: 329px;}
|
||||
|
||||
.width6, .grid6, .span-6 {width: 405px;}
|
||||
.width6_4cols,.grid6_4cols {width: 90px;}
|
||||
.input_width6 {width: 399px;}
|
||||
|
||||
.width7, .grid7, .span-7 {width: 475px;}
|
||||
.width7_2cols,.grid7_2cols {width: 230px;}
|
||||
.width7_3cols,.grid7_3cols {width: 148px;}
|
||||
.width7_4cols,.grid7_4cols {width: 107px;}
|
||||
.input_width7 {width: 469px;}
|
||||
|
||||
.width8, .grid8, .span-8 {width: 545px;}
|
||||
.width8_3cols,.grid8_3cols {width: 171px;}
|
||||
.input_width8 {width: 539px;}
|
||||
|
||||
.width9, .grid9, .span-9 {width: 615px;}
|
||||
.width9_2cols,.grid9_2cols {width: 300px;}
|
||||
.width9_4cols,.grid9_4cols {width: 142px;}
|
||||
.input_width9 {width: 609px;}
|
||||
|
||||
.width10, .grid10, .span-10 {width: 685px;}
|
||||
.width10_3cols,.grid10_3cols {width: 218px;}
|
||||
.width10_4cols,.grid10_4cols {width: 160px;}
|
||||
.input_width10 {width: 679px;}
|
||||
|
||||
.width11, .grid11, .span-11 {width: 755px;}
|
||||
.width11_2cols,.grid11_2cols {width: 370px;}
|
||||
.width11_3cols,.grid11_3cols {width: 241px;}
|
||||
.width11_4cols,.grid11_4cols {width: 177px;}
|
||||
.input_width11 {width: 749px;}
|
||||
|
||||
.width12, .grid12, .span-12 {width: 825px;}
|
||||
.input_width12 {width: 819px;}
|
||||
|
||||
/* Subdivided grid spaces */
|
||||
.emptycols_left1, .prepend-1 {padding-left: 70px;}
|
||||
.emptycols_right1, .append-1 {padding-right: 70px;}
|
||||
.emptycols_left2, .prepend-2 {padding-left: 140px;}
|
||||
.emptycols_right2, .append-2 {padding-right: 140px;}
|
||||
.emptycols_left3, .prepend-3 {padding-left: 210px;}
|
||||
.emptycols_right3, .append-3 {padding-right: 210px;}
|
||||
.emptycols_left4, .prepend-4 {padding-left: 280px;}
|
||||
.emptycols_right4, .append-4 {padding-right: 280px;}
|
||||
.emptycols_left5, .prepend-5 {padding-left: 350px;}
|
||||
.emptycols_right5, .append-5 {padding-right: 350px;}
|
||||
.emptycols_left6, .prepend-6 {padding-left: 420px;}
|
||||
.emptycols_right6, .append-6 {padding-right: 420px;}
|
||||
.emptycols_left7, .prepend-7 {padding-left: 490px;}
|
||||
.emptycols_right7, .append-7 {padding-right: 490px;}
|
||||
.emptycols_left8, .prepend-8 {padding-left: 560px;}
|
||||
.emptycols_right8, .append-8 {padding-right: 560px;}
|
||||
.emptycols_left9, .prepend-9 {padding-left: 630px;}
|
||||
.emptycols_right9, .append-9 {padding-right: 630px;}
|
||||
.emptycols_left10, .prepend-10 {padding-left: 700px;}
|
||||
.emptycols_right10, .append-10 {padding-right: 700px;}
|
||||
.emptycols_left11, .prepend-11 {padding-left: 770px;}
|
||||
.emptycols_right11, .append-11 {padding-right: 770px;}
|
||||
.pull-1 {margin-left: -70px;}
|
||||
.push-1 {margin-right: -70px;margin-left: 18px;float: right;}
|
||||
.pull-2 {margin-left: -140px;}
|
||||
.push-2 {margin-right: -140px;margin-left: 18px;float: right;}
|
||||
.pull-3 {margin-left: -210px;}
|
||||
.push-3 {margin-right: -210px;margin-left: 18px;float: right;}
|
||||
.pull-4 {margin-left: -280px;}
|
||||
.push-4 {margin-right: -280px;margin-left: 18px;float: right;}
|
|
@ -0,0 +1,396 @@
|
|||
@import url('grid_12-825-55-15.css');
|
||||
|
||||
/*
|
||||
CSS Reset by Eric Meyer - Released under Public Domain
|
||||
http://meyerweb.com/eric/tools/css/reset/
|
||||
*/
|
||||
html, body, div, span, applet, object, iframe,
|
||||
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
|
||||
a, abbr, acronym, address, big, cite, code,
|
||||
del, dfn, em, font, img, ins, kbd, q, s, samp,
|
||||
small, strike, strong, sub, sup, tt, var,
|
||||
b, u, i, center, dl, dt, dd, ol, ul, li,
|
||||
fieldset, form, label, legend, table,
|
||||
caption, tbody, tfoot, thead, tr, th, td
|
||||
{margin: 0;padding: 0;border: 0;outline: 0;
|
||||
font-size: 100%;vertical-align: baseline;
|
||||
background: transparent;}
|
||||
body {line-height: 1;}
|
||||
ol, ul {list-style: none;}
|
||||
blockquote, q {quotes: none;}
|
||||
blockquote:before, blockquote:after,
|
||||
q:before, q:after {content: ''; content: none;}
|
||||
:focus {outline: 0;}
|
||||
ins {text-decoration: none;}
|
||||
del {text-decoration: line-through;}
|
||||
table {border-collapse: collapse;border-spacing: 0;}
|
||||
|
||||
|
||||
|
||||
|
||||
body {
|
||||
color: #000;
|
||||
background-color: #dcdcdc;
|
||||
}
|
||||
|
||||
a {
|
||||
text-decoration: none;
|
||||
color: #1883ba;
|
||||
}
|
||||
|
||||
h1{
|
||||
font-size: 32px;
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
margin-bottom: 18px;
|
||||
}
|
||||
|
||||
h2{
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
#container {
|
||||
width: 865px;
|
||||
margin: 0px auto;
|
||||
}
|
||||
|
||||
|
||||
#header {
|
||||
padding: 20px;
|
||||
font-size: 36px;
|
||||
background-color: #000;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
#header span {
|
||||
color: #666;
|
||||
}
|
||||
#main_content {
|
||||
background-color: #fff;
|
||||
padding: 60px 20px 20px;
|
||||
}
|
||||
|
||||
|
||||
#footer p {
|
||||
margin: 0;
|
||||
padding-top: 10px;
|
||||
padding-bottom: 50px;
|
||||
color: #333;
|
||||
font: 10px Arial, sans-serif;
|
||||
}
|
||||
|
||||
.tabs {
|
||||
width: 100%;
|
||||
height: 31px;
|
||||
background-color: #444;
|
||||
}
|
||||
.tabs li {
|
||||
float: left;
|
||||
margin: 0;
|
||||
overflow: hidden;
|
||||
background-color: #444;
|
||||
}
|
||||
.tabs li a {
|
||||
display: block;
|
||||
color: #fff;
|
||||
text-decoration: none;
|
||||
font: bold 11px/11px 'Arial';
|
||||
text-transform: uppercase;
|
||||
padding: 10px 15px;
|
||||
border-right: 1px solid #fff;
|
||||
}
|
||||
|
||||
.tabs li a:hover {
|
||||
background-color: #00b3ff;
|
||||
|
||||
}
|
||||
|
||||
.tabs li.active a {
|
||||
color: #000;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
|
||||
|
||||
div.huge {
|
||||
|
||||
font-size: 300px;
|
||||
line-height: 1em;
|
||||
padding: 0;
|
||||
letter-spacing: -.02em;
|
||||
overflow: hidden;
|
||||
}
|
||||
div.glyph_range {
|
||||
font-size: 72px;
|
||||
line-height: 1.1em;
|
||||
}
|
||||
|
||||
.size10{ font-size: 10px; }
|
||||
.size11{ font-size: 11px; }
|
||||
.size12{ font-size: 12px; }
|
||||
.size13{ font-size: 13px; }
|
||||
.size14{ font-size: 14px; }
|
||||
.size16{ font-size: 16px; }
|
||||
.size18{ font-size: 18px; }
|
||||
.size20{ font-size: 20px; }
|
||||
.size24{ font-size: 24px; }
|
||||
.size30{ font-size: 30px; }
|
||||
.size36{ font-size: 36px; }
|
||||
.size48{ font-size: 48px; }
|
||||
.size60{ font-size: 60px; }
|
||||
.size72{ font-size: 72px; }
|
||||
.size90{ font-size: 90px; }
|
||||
|
||||
|
||||
.psample_row1 { height: 120px;}
|
||||
.psample_row1 { height: 120px;}
|
||||
.psample_row2 { height: 160px;}
|
||||
.psample_row3 { height: 160px;}
|
||||
.psample_row4 { height: 160px;}
|
||||
|
||||
.psample {
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
}
|
||||
.psample p {
|
||||
line-height: 1.3em;
|
||||
display: block;
|
||||
overflow: hidden;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.psample span {
|
||||
margin-right: .5em;
|
||||
}
|
||||
|
||||
.white_blend {
|
||||
width: 100%;
|
||||
height: 61px;
|
||||
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAVkAAAA9CAYAAAAH4BojAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNrs3TsKgFAMRUE/eer+NxztxMYuEWQG3ECKwwUF58ycAKixOAGAyAKILAAiCyCyACILgMgCiCyAyAIgsgAiCyCyAIgsgMgCiCwAIgsgsgAiC4DIAogsACIL0CWuZ3UGgLrIhjMA1EV2OAOAJQtgyQLwjOzmDAAiCyCyAIgsQFtkd2cAEFkAkQVAZAHaIns4A4AlC2DJAiCyACILILIAiCzAV5H1dQGAJQsgsgCILIDIAvwisl58AViyAJYsACILILIAIgvAe2T9EhxAZAFEFgCRBeiL7HAGgLrIhjMAWLIAliwAt1OAAQDwygTBulLIlQAAAABJRU5ErkJggg==);
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
}
|
||||
.black_blend {
|
||||
width: 100%;
|
||||
height: 61px;
|
||||
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAVkAAAA9CAYAAAAH4BojAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAPJJREFUeNrs3TEKhTAQRVGjibr/9QoxhY2N3Ywo50A28IrLwP9g6b1PAMSYTQAgsgAiC4DIAogsgMgCILIAIgsgsgCILIDIAogsACILILIAIguAyAKILIDIAiCyACILgMgCZCnjLWYAiFGvB0BQZJsZAFyyAC5ZAO6RXc0AILIAIguAyAKkRXYzA4DIAogsACILkBbZ3QwALlkAlywAIgsgsgAiC4DIArwVWf8uAHDJAogsACILILIAv4isH74AXLIALlkARBZAZAFEFoDnyPokOIDIAogsACILkBfZZgaAuMhWMwC4ZAE+p4x3mAEgxinAAJ+XBbPWGkwAAAAAAElFTkSuQmCC);
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
}
|
||||
.fullreverse {
|
||||
background: #000 !important;
|
||||
color: #fff !important;
|
||||
margin-left: -20px;
|
||||
padding-left: 20px;
|
||||
margin-right: -20px;
|
||||
padding-right: 20px;
|
||||
padding: 20px;
|
||||
margin-bottom:0;
|
||||
}
|
||||
|
||||
|
||||
.sample_table td {
|
||||
padding-top: 3px;
|
||||
padding-bottom:5px;
|
||||
padding-left: 5px;
|
||||
vertical-align: middle;
|
||||
line-height: 1.2em;
|
||||
}
|
||||
|
||||
.sample_table td:first-child {
|
||||
background-color: #eee;
|
||||
text-align: right;
|
||||
padding-right: 5px;
|
||||
padding-left: 0;
|
||||
padding: 5px;
|
||||
font: 11px/12px "Courier New", Courier, mono;
|
||||
}
|
||||
|
||||
code {
|
||||
white-space: pre;
|
||||
background-color: #eee;
|
||||
display: block;
|
||||
padding: 10px;
|
||||
margin-bottom: 18px;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
|
||||
.bottom,.last {margin-bottom:0 !important; padding-bottom:0 !important;}
|
||||
|
||||
.box {
|
||||
padding: 18px;
|
||||
margin-bottom: 18px;
|
||||
background: #eee;
|
||||
}
|
||||
|
||||
.reverse,.reversed { background: #000 !important;color: #fff !important; border: none !important;}
|
||||
|
||||
#bodycomparison {
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
font-size: 72px;
|
||||
height: 90px;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
#bodycomparison div{
|
||||
font-size: 72px;
|
||||
line-height: 90px;
|
||||
display: inline;
|
||||
margin: 0 15px 0 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
#bodycomparison div span{
|
||||
font: 10px Arial;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
}
|
||||
#xheight {
|
||||
float: none;
|
||||
position: absolute;
|
||||
color: #d9f3ff;
|
||||
font-size: 72px;
|
||||
line-height: 90px;
|
||||
}
|
||||
|
||||
.fontbody {
|
||||
position: relative;
|
||||
}
|
||||
.arialbody{
|
||||
font-family: Arial;
|
||||
position: relative;
|
||||
}
|
||||
.verdanabody{
|
||||
font-family: Verdana;
|
||||
position: relative;
|
||||
}
|
||||
.georgiabody{
|
||||
font-family: Georgia;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
/* @group Layout page
|
||||
*/
|
||||
|
||||
#layout h1 {
|
||||
font-size: 36px;
|
||||
line-height: 42px;
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
#layout h2 {
|
||||
font-size: 24px;
|
||||
line-height: 23px;
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
#layout h3 {
|
||||
font-size: 22px;
|
||||
line-height: 1.4em;
|
||||
margin-top: 1em;
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
|
||||
#layout p.byline {
|
||||
font-size: 12px;
|
||||
margin-top: 18px;
|
||||
line-height: 12px;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
#layout p {
|
||||
font-size: 14px;
|
||||
line-height: 21px;
|
||||
margin-bottom: .5em;
|
||||
}
|
||||
|
||||
#layout p.large{
|
||||
font-size: 18px;
|
||||
line-height: 26px;
|
||||
}
|
||||
|
||||
#layout .sidebar p{
|
||||
font-size: 12px;
|
||||
line-height: 1.4em;
|
||||
}
|
||||
|
||||
#layout p.caption {
|
||||
font-size: 10px;
|
||||
margin-top: -16px;
|
||||
margin-bottom: 18px;
|
||||
}
|
||||
|
||||
/* @end */
|
||||
|
||||
/* @group Glyphs */
|
||||
|
||||
#glyph_chart div{
|
||||
background-color: #d9f3ff;
|
||||
color: black;
|
||||
float: left;
|
||||
font-size: 36px;
|
||||
height: 1.2em;
|
||||
line-height: 1.2em;
|
||||
margin-bottom: 1px;
|
||||
margin-right: 1px;
|
||||
text-align: center;
|
||||
width: 1.2em;
|
||||
position: relative;
|
||||
padding: .6em .2em .2em;
|
||||
}
|
||||
|
||||
#glyph_chart div p {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
display: block;
|
||||
text-align: center;
|
||||
font: bold 9px Arial, sans-serif;
|
||||
background-color: #3a768f;
|
||||
width: 100%;
|
||||
color: #fff;
|
||||
padding: 2px 0;
|
||||
}
|
||||
|
||||
|
||||
#glyphs h1 {
|
||||
font-family: Arial, sans-serif;
|
||||
}
|
||||
/* @end */
|
||||
|
||||
/* @group Installing */
|
||||
|
||||
#installing {
|
||||
font: 13px Arial, sans-serif;
|
||||
}
|
||||
|
||||
#installing p,
|
||||
#glyphs p{
|
||||
line-height: 1.2em;
|
||||
margin-bottom: 18px;
|
||||
font: 13px Arial, sans-serif;
|
||||
}
|
||||
|
||||
|
||||
|
||||
#installing h3{
|
||||
font-size: 15px;
|
||||
margin-top: 18px;
|
||||
}
|
||||
|
||||
/* @end */
|
||||
|
||||
#rendering h1 {
|
||||
font-family: Arial, sans-serif;
|
||||
}
|
||||
.render_table td {
|
||||
font: 11px "Courier New", Courier, mono;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
|
|
@ -0,0 +1,37 @@
|
|||
/*
|
||||
* Web Fonts from fontspring.com
|
||||
*
|
||||
* All OpenType features and all extended glyphs have been removed.
|
||||
* Fully installable fonts can be purchased at http://www.fontspring.com
|
||||
*
|
||||
* The fonts included in this stylesheet are subject to the End User License you purchased
|
||||
* from Fontspring. The fonts are protected under domestic and international trademark and
|
||||
* copyright law. You are prohibited from modifying, reverse engineering, duplicating, or
|
||||
* distributing this font software.
|
||||
*
|
||||
* (c) 2010-2014 Fontspring
|
||||
*
|
||||
*
|
||||
*
|
||||
*
|
||||
* The fonts included are copyrighted by the vendor listed below.
|
||||
*
|
||||
* Vendor: Synthview Type Design
|
||||
* License URL: http://www.fontspring.com/licenses/synthview/webfont
|
||||
*
|
||||
*
|
||||
*/
|
||||
|
||||
@font-face {
|
||||
font-family: 'novecento_sans_widemedium';
|
||||
src: url('Novecentosanswide-Medium-webfont.eot');
|
||||
src: url('Novecentosanswide-Medium-webfont.eot?#iefix') format('embedded-opentype'),
|
||||
url('Novecentosanswide-Medium-webfont.woff2') format('woff2'),
|
||||
url('Novecentosanswide-Medium-webfont.woff') format('woff'),
|
||||
url('Novecentosanswide-Medium-webfont.ttf') format('truetype'),
|
||||
url('Novecentosanswide-Medium-webfont.svg#novecento_sans_widemedium') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
|
||||
}
|
||||
|
BIN
fonts/Novecentosanswide-DemiBold-webfont.eot
Executable file
BIN
fonts/Novecentosanswide-DemiBold-webfont.eot
Executable file
Binary file not shown.
879
fonts/Novecentosanswide-DemiBold-webfont.svg
Executable file
879
fonts/Novecentosanswide-DemiBold-webfont.svg
Executable file
|
@ -0,0 +1,879 @@
|
|||
<?xml version="1.0" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
|
||||
<svg xmlns="http://www.w3.org/2000/svg">
|
||||
<metadata></metadata>
|
||||
<defs>
|
||||
<font id="novecento_sans_widedemibold" horiz-adv-x="568" >
|
||||
<font-face units-per-em="1000" ascent="821" descent="-179" />
|
||||
<missing-glyph horiz-adv-x="250" />
|
||||
<glyph horiz-adv-x="0" />
|
||||
<glyph horiz-adv-x="333" />
|
||||
<glyph unicode=" " horiz-adv-x="250" />
|
||||
<glyph unicode="	" horiz-adv-x="250" />
|
||||
<glyph unicode=" " horiz-adv-x="250" />
|
||||
<glyph unicode="!" horiz-adv-x="319" d="M229 700v-513h-139v513h139zM160 -9q-36 0 -56 19.5t-20 49.5t20 49.5t56 19.5t55.5 -19.5t19.5 -49.5t-20 -49.5t-55 -19.5z" />
|
||||
<glyph unicode=""" horiz-adv-x="427" d="M180 700l-7 -244h-116l-7 244h130zM376 700l-8 -244h-115l-8 244h131z" />
|
||||
<glyph unicode="#" horiz-adv-x="665" d="M483 204h76l-34 -121h-76l-22 -83h-115l23 83h-113l-22 -83h-114l22 83h-77l34 121h76l41 152h-76l34 122h75l22 82h114l-22 -82h112l22 82h115l-22 -82h77l-33 -122h-77zM296 356l-40 -152h111l41 152h-112z" />
|
||||
<glyph unicode="$" horiz-adv-x="493" d="M463 160q0 -71 -43.5 -114t-118.5 -54v-82h-99v82q-149 19 -172 148l119 32q5 -35 31.5 -59t73.5 -24q37 0 58.5 16.5t21.5 47.5q0 16 -6.5 28t-14 19.5t-25 14.5t-28.5 10t-36 9t-36 9q-68 18 -108.5 53t-40.5 109q0 70 40.5 111.5t114.5 51.5v82h99v-83 q134 -18 164 -135l-114 -31q-15 71 -100 71q-41 0 -61 -17t-20 -44q0 -24 16 -39.5t36 -22t67 -18.5q32 -8 50 -13.5t47 -19.5t44.5 -30t28 -44t12.5 -64z" />
|
||||
<glyph unicode="%" horiz-adv-x="736" d="M171 224q-138 0 -138 173q0 174 138 174q137 0 137 -174q0 -173 -137 -173zM503 560l-188 -560h-84l188 560h84zM171 313q25 0 37 17.5t12 66.5t-12 66.5t-37 17.5q-26 0 -38 -17.5t-12 -66.5t12 -66.5t38 -17.5zM566 -6q-138 0 -138 174q0 173 138 173q136 0 136 -173 q0 -174 -136 -174zM565 83q25 0 37 18t12 67t-12 66.5t-37 17.5t-37 -17.5t-12 -66.5t11.5 -67t37.5 -18z" />
|
||||
<glyph unicode="&" horiz-adv-x="620" d="M510 226v-45q0 -94 -61 -143t-177 -49q-113 0 -170.5 44.5t-57.5 119.5q0 52 26.5 87.5t68.5 46.5v2q-37 9 -64 42t-27 88q0 77 55 114.5t154 37.5q191 0 248 -144l-121 -33q-26 69 -114 69q-87 0 -87 -58q0 -63 94 -63h317v-116h-84zM378 226h-107q-93 0 -93 -65 q0 -66 96 -66q55 0 79.5 20t24.5 66v45z" />
|
||||
<glyph unicode="'" horiz-adv-x="232" d="M180 700l-7 -244h-116l-7 244h130z" />
|
||||
<glyph unicode="(" horiz-adv-x="394" d="M337 795l36 -128q-188 -60 -188 -379q0 -321 188 -380l-36 -128q-286 98 -286 508q0 409 286 507z" />
|
||||
<glyph unicode=")" horiz-adv-x="394" d="M57 -219l-35 128q187 59 187 379q0 158 -44.5 253.5t-142.5 126.5l35 127q286 -95 286 -507q0 -409 -286 -507z" />
|
||||
<glyph unicode="*" horiz-adv-x="472" d="M305 509l66 -88l-72 -52l-63 90l-63 -90l-72 52l65 88l-103 31l27 84l102 -33l-1 109h89v-109l102 33l27 -84z" />
|
||||
<glyph unicode="+" horiz-adv-x="668" d="M533 226h-138v-151h-121v151h-139v114h139l-1 150h121l1 -150h138v-114z" />
|
||||
<glyph unicode="," horiz-adv-x="264" d="M110 10q-23 -2 -37.5 13t-14.5 41q0 27 20 45t51 18q37 0 60 -23.5t23 -65.5q0 -45 -29.5 -84t-80.5 -54l-52 56q46 13 60 54z" />
|
||||
<glyph unicode="-" horiz-adv-x="574" d="M486 226h-398v114h398v-114z" />
|
||||
<glyph unicode="." horiz-adv-x="264" d="M132 -9q-36 0 -56 19.5t-20 49.5t20 49.5t56 19.5t55.5 -19.5t19.5 -49.5t-20 -49.5t-55 -19.5z" />
|
||||
<glyph unicode="/" horiz-adv-x="525" d="M508 700l-347 -700h-145l351 700h141z" />
|
||||
<glyph unicode="0" horiz-adv-x="534" d="M267 571q108 0 170 -74t62 -217t-62 -217t-170 -74q-109 0 -170.5 74t-61.5 217t61.5 217t170.5 74zM267 450q-53 0 -77 -40t-24 -130t24 -130.5t77 -40.5q52 0 76.5 40.5t24.5 130.5t-24.5 130t-76.5 40z" />
|
||||
<glyph unicode="1" horiz-adv-x="378" d="M177 0v297q0 19 1 47.5t2 45.5l1 18h-3l-6 -8q-6 -7 -15 -17t-15 -15l-36 -35l-76 95l156 132h123v-560h-132z" />
|
||||
<glyph unicode="2" horiz-adv-x="505" d="M46 0v143l194 137q50 37 70.5 60.5t20.5 50.5q0 30 -21.5 49.5t-62.5 19.5q-74 0 -85 -67l-124 33q16 76 74 110.5t143 34.5q101 0 155 -45.5t54 -127.5q0 -68 -35.5 -109t-110.5 -88l-123 -83l1 -4q36 3 85 3h186v-117h-421z" />
|
||||
<glyph unicode="3" horiz-adv-x="509" d="M359 294v-4q49 -5 82 -39.5t33 -93.5q0 -77 -57 -122.5t-156 -45.5q-89 0 -149 40.5t-77 117.5l115 32q19 -78 106 -78q43 0 66.5 20.5t23.5 53.5t-23.5 50t-64.5 17h-62v93h57q41 0 64 17.5t23 48.5q0 30 -22.5 47t-61.5 17q-83 0 -92 -70l-118 31q31 145 221 145 q99 0 150.5 -38.5t51.5 -107.5q0 -61 -34 -93.5t-76 -37.5z" />
|
||||
<glyph unicode="4" horiz-adv-x="549" d="M431 0h-132v128h-266v116l198 316h200v-321h81v-111h-81v-128zM299 239v86v27.5v27.5t0.5 25.5t0.5 22v17v11.5v5h-5l-141 -219l3 -3h76h66z" />
|
||||
<glyph unicode="5" horiz-adv-x="509" d="M178 340l3 -2q36 27 96 27q91 0 142.5 -50.5t51.5 -131.5q0 -87 -58.5 -140.5t-157.5 -53.5q-86 0 -143.5 40t-73.5 103l113 28q9 -27 35 -44.5t65 -17.5q44 0 70 23t26 62q0 40 -26.5 62.5t-72.5 22.5q-61 0 -86 -39l-107 28l55 303h325v-123h-239l-9 -51l-4 -22 t-3.5 -17t-1.5 -7z" />
|
||||
<glyph unicode="6" horiz-adv-x="511" d="M206 332l3 -3q32 30 88 30q77 0 130 -49t53 -128q0 -87 -61.5 -140t-163.5 -53q-100 0 -162.5 53t-62.5 150q0 55 23 106.5t71 112.5l118 149h139zM257 100q45 0 71.5 23.5t26.5 63.5q1 40 -25.5 62.5t-72.5 22.5q-45 0 -71.5 -23t-26.5 -63t26.5 -63t71.5 -23z" />
|
||||
<glyph unicode="7" horiz-adv-x="499" d="M477 465l-262 -465h-135l178 315q16 27 34 57.5t28 46.5l9 16l-2 3l-76 -1h-221v123h447v-95z" />
|
||||
<glyph unicode="8" horiz-adv-x="515" d="M35 154q0 59 34 94.5t83 46.5v2q-31 6 -62 38.5t-31 86.5q0 63 54 106t144 43t144 -43t54 -106q0 -54 -31 -86.5t-61 -38.5v-2q47 -11 82.5 -46t35.5 -95q0 -72 -57.5 -119t-164.5 -47q-105 0 -164.5 46.5t-59.5 119.5zM173 414q0 -32 23.5 -49t60.5 -16q39 0 62 17.5 t23 48.5t-23.5 48t-61.5 17t-61 -17.5t-23 -48.5zM160 163q0 -37 26.5 -56.5t70.5 -19.5q45 0 71 20t26 56t-26.5 55t-70.5 19t-70.5 -19.5t-26.5 -54.5z" />
|
||||
<glyph unicode="9" horiz-adv-x="517" d="M311 222l-3 3q-29 -29 -88 -29q-83 0 -134 51t-51 129q0 86 63.5 140.5t161.5 54.5q96 0 161 -54t65 -150q0 -51 -19 -98.5t-39 -74t-54 -64.5l-114 -130h-147zM258 459q-44 0 -72 -22.5t-28 -64.5q0 -44 27.5 -65.5t72.5 -21.5t72 22t27 66q0 42 -27 64t-72 22z" />
|
||||
<glyph unicode=":" horiz-adv-x="264" d="M132 326q-36 0 -56 19.5t-20 50.5q0 30 20 49t56 19t55.5 -19t19.5 -49t-19.5 -50t-55.5 -20zM132 -9q-36 0 -56 19.5t-20 49.5t20 49.5t56 19.5t55.5 -19.5t19.5 -49.5t-20 -49.5t-55 -19.5z" />
|
||||
<glyph unicode=";" horiz-adv-x="264" d="M132 326q-36 0 -56 19.5t-20 50.5q0 30 20 49t56 19t55.5 -19t19.5 -49t-19.5 -50t-55.5 -20zM110 11q-23 -2 -37.5 13t-14.5 41q0 27 20 45t51 18q37 0 60 -24t23 -65q0 -44 -29.5 -83.5t-80.5 -55.5l-52 57q46 13 60 54z" />
|
||||
<glyph unicode="<" horiz-adv-x="668" d="M546 35l-451 202v92l451 202v-119l-296 -128v-3l296 -127v-119z" />
|
||||
<glyph unicode="=" horiz-adv-x="668" d="M533 336h-398v115h398v-115zM533 121h-398v114h398v-114z" />
|
||||
<glyph unicode=">" horiz-adv-x="668" d="M418 281v3l-296 128v119l451 -202v-92l-451 -202v119z" />
|
||||
<glyph unicode="?" horiz-adv-x="572" d="M209 187v173q109 35 150 65t41 68q0 37 -25.5 63t-83.5 26q-54 0 -83.5 -22.5t-44.5 -66.5l-132 36q23 86 92.5 135.5t172.5 49.5q115 0 180 -58t65 -144q0 -146 -192 -216v-109h-140zM279 -9q-36 0 -56 19.5t-20 49.5t20 49.5t56 19.5t55.5 -19.5t19.5 -49.5t-20 -49.5 t-55 -19.5z" />
|
||||
<glyph unicode="@" horiz-adv-x="792" d="M579 429v-184v-13q0 -22 0.5 -32t3.5 -22.5t11 -17.5t21 -5q50 0 50 116q0 127 -69.5 201t-195.5 74q-127 0 -200 -77.5t-73 -207.5q0 -150 69 -216.5t177 -66.5q29 0 55 4t43 9t32.5 12.5t23 12.5t16 12.5t9.5 7.5l74 -57q-31 -31 -97 -60t-152 -29q-155 0 -250.5 91.5 t-95.5 282.5q0 160 103 265t263 105q167 0 265.5 -103t98.5 -263q0 -93 -41 -153t-124 -60q-42 0 -75.5 19t-46.5 43h-2q-12 -26 -42.5 -44t-70.5 -18q-72 0 -120 48.5t-48 141.5q0 95 44.5 145t116.5 50q55 0 93 -38h2v27h132zM383 164q60 0 64 79v10q0 36 -17 57t-47 21 q-63 0 -63 -84q0 -39 17 -61t46 -22z" />
|
||||
<glyph unicode="A" horiz-adv-x="749" d="M531 140h-315l-53 -140h-147l280 700h157l280 -700h-149zM482 266l-58 154q-9 24 -22 56.5t-20 49.5l-7 17h-3q-1 -1 -49 -123l-59 -154h218z" />
|
||||
<glyph unicode="B" horiz-adv-x="629" d="M464 377v-4q57 -15 97 -58t40 -114q0 -88 -63.5 -144.5t-183.5 -56.5h-291v700h285q93 0 152.5 -52t59.5 -127q0 -57 -29.5 -94t-66.5 -50zM202 416h122q43 0 69.5 22.5t26.5 61.5q0 37 -26.5 60.5t-72.5 23.5h-119v-168zM202 116h140q53 0 83 25.5t30 70.5 q0 46 -31.5 72.5t-81.5 26.5h-140v-195z" />
|
||||
<glyph unicode="C" horiz-adv-x="756" d="M588 240l137 -36q-40 -101 -129 -159t-203 -58q-157 0 -259.5 101.5t-102.5 263.5q0 160 102.5 261t259.5 101q117 0 202.5 -55.5t121.5 -142.5l-138 -38q-62 105 -192 105q-97 0 -156.5 -63.5t-59.5 -168.5q0 -106 60.5 -169.5t154.5 -63.5q71 0 123.5 33.5t78.5 88.5z " />
|
||||
<glyph unicode="D" horiz-adv-x="744" d="M63 700h280q160 0 264.5 -97.5t104.5 -255.5q0 -157 -104 -252t-263 -95h-282v700zM202 129h135q100 0 167.5 55t67.5 163t-68.5 166t-168.5 58h-133v-442z" />
|
||||
<glyph unicode="E" horiz-adv-x="609" d="M63 0v700h497v-129h-358v-147h269v-130h-269v-165h362v-129h-501z" />
|
||||
<glyph unicode="F" horiz-adv-x="590" d="M553 571h-351v-167h275v-130h-275v-274h-139v700h490v-129z" />
|
||||
<glyph unicode="G" horiz-adv-x="783" d="M734 0h-124v38t0.5 21t0.5 8h-3q-32 -32 -90 -56t-127 -24q-151 0 -255.5 101.5t-104.5 262.5t103 262t260 101q115 0 201.5 -56t121.5 -142l-137 -38q-24 42 -71 73.5t-121 31.5q-98 0 -157.5 -63.5t-59.5 -168.5q0 -106 64 -169.5t167 -63.5q73 0 127 28t75 62v55h-186 v130h316v-393z" />
|
||||
<glyph unicode="H" horiz-adv-x="712" d="M510 0v292h-308v-292h-139v700h139v-274h308v274h139v-700h-139z" />
|
||||
<glyph unicode="I" horiz-adv-x="265" d="M63 0v700h139v-700h-139z" />
|
||||
<glyph unicode="J" horiz-adv-x="507" d="M450 700v-399q0 -152 -67.5 -233t-198.5 -81q-118 0 -184 72l80 108q39 -49 103 -49q73 0 100 46t27 148v388h140z" />
|
||||
<glyph unicode="K" horiz-adv-x="686" d="M511 0l-212 318l-97 -106v-212h-139v700h139v-202v-122h3l88 100l196 224h166l-253 -282l271 -418h-162z" />
|
||||
<glyph unicode="L" horiz-adv-x="567" d="M63 0v700h139v-571h332v-129h-471z" />
|
||||
<glyph unicode="M" horiz-adv-x="812" d="M610 0v219v46.5v43.5t0.5 39t0.5 35v29.5t0.5 23.5t0.5 17.5v11.5v4h-2l-10 -17q-9 -18 -28 -53t-38 -69l-88 -157h-79l-88 155q-20 35 -39 70.5t-28 53.5l-9 17h-3v-4v-11.5t0.5 -17.5t0.5 -23.5v-29.5t0.5 -35t0.5 -39v-43.5v-46.5v-219h-139v700h148l196 -351h3 l197 351h142v-700h-139z" />
|
||||
<glyph unicode="N" horiz-adv-x="742" d="M538 0l-335 468h-3v-5q0 -5 0.5 -14.5t0.5 -21.5v-27.5t0.5 -32t0.5 -36v-37.5v-294h-139v700h141l335 -461h3v5q0 6 -0.5 15t-0.5 21v27t-0.5 30.5t-0.5 33v33.5v296h139v-700h-141z" />
|
||||
<glyph unicode="O" horiz-adv-x="797" d="M31 350q0 161 104 262.5t263 101.5t263 -101.5t104 -262.5q0 -160 -104 -261.5t-263 -101.5t-263 101.5t-104 261.5zM171 350q0 -105 64 -168.5t163 -63.5t163 63.5t64 168.5t-64 169t-163 64t-163 -64t-64 -169z" />
|
||||
<glyph unicode="P" horiz-adv-x="602" d="M63 700h245q127 0 198.5 -61.5t71.5 -172.5q0 -108 -72 -170.5t-198 -62.5h-106v-233h-139v700zM202 355h110q63 0 95 28.5t32 80.5q0 109 -127 109h-110v-218z" />
|
||||
<glyph unicode="Q" horiz-adv-x="797" d="M765 350q0 -141 -82 -238.5t-215 -119.5v-131h-140v131q-132 22 -214.5 119.5t-82.5 238.5q0 161 104 262.5t263 101.5t263 -101.5t104 -262.5zM398 118q99 0 163 63.5t64 168.5q0 106 -64 169.5t-163 63.5t-163 -64t-64 -169t64 -168.5t163 -63.5z" />
|
||||
<glyph unicode="R" horiz-adv-x="631" d="M443 0l-141 246h-45h-55v-246h-139v700h248q129 0 201.5 -61.5t72.5 -168.5q0 -75 -37 -125.5t-105 -71.5l165 -273h-165zM202 358h119q122 0 122 105q0 54 -32 82t-92 28h-117v-215z" />
|
||||
<glyph unicode="S" horiz-adv-x="615" d="M30 178l133 36q8 -51 50 -78t108 -27q58 0 90.5 22t32.5 65q0 20 -8 35t-19 24t-31.5 16t-36.5 10.5t-43 8.5t-43 9q-43 10 -74.5 22t-66.5 35t-54 61.5t-19 90.5q0 100 69 153t187 53q221 0 275 -180l-133 -35q-28 92 -145 92q-111 0 -111 -79q0 -17 5 -30t19 -23.5 t24 -16.5t37 -13t39 -10t48 -10q46 -9 79.5 -21t69 -35t54.5 -62.5t19 -94.5q0 -103 -69 -156t-195 -53q-49 0 -92 8.5t-85 28.5t-72 59.5t-42 94.5z" />
|
||||
<glyph unicode="T" horiz-adv-x="651" d="M618 571h-223v-571h-139v571h-223v129h585v-129z" />
|
||||
<glyph unicode="U" horiz-adv-x="705" d="M649 700v-395q0 -153 -79 -235.5t-217 -82.5q-140 0 -218.5 82.5t-78.5 235.5v395h141v-391q0 -98 39 -144.5t118 -46.5t118 46.5t39 144.5v391h138z" />
|
||||
<glyph unicode="V" horiz-adv-x="720" d="M447 0h-175l-259 700h157l120 -344q21 -58 39 -110t25.5 -73t7.5 -22h3q0 1 7 21.5t24.5 71.5t38.5 109l121 347h150z" />
|
||||
<glyph unicode="W" horiz-adv-x="1035" d="M656 0l-91 298q-13 42 -24 83.5t-17 61.5l-5 20h-4l-5 -20q-5 -20 -16.5 -63.5t-24.5 -88.5l-84 -291h-157l-211 700h154l87 -310q13 -43 28 -96t22.5 -78.5t7.5 -26.5h3q0 1 7 25.5t19 68.5t22 78l74 264h168l73 -265l48 -171h3q0 1 7.5 26.5t21.5 75t27 93.5l91 316 h138l-211 -700h-151z" />
|
||||
<glyph unicode="X" horiz-adv-x="731" d="M537 0l-99 140q-73 107 -74 107h-1l-78 -108l-97 -139h-168l264 362l-249 338h169l95 -134q18 -24 37 -51t28 -39l8 -11h1q2 0 69 102l90 133h167l-246 -339l258 -361h-174z" />
|
||||
<glyph unicode="Y" horiz-adv-x="694" d="M417 285v-285h-140v285l-264 415l161 1l124 -204q12 -20 25.5 -42t20.5 -33l6 -11h3l7 11q6 11 18.5 32.5t25.5 41.5l128 204h149z" />
|
||||
<glyph unicode="Z" horiz-adv-x="662" d="M623 566l-325 -353q-22 -23 -42.5 -43.5l-29.5 -29.5l-9 -8l2 -4h3h7h11t14.5 0.5t18 0.5h21h23.5h306v-129h-584v129l341 367q19 21 37 39t26 25l8 8l-2 4h-5h-15t-20 -0.5t-25.5 -0.5h-27.5h-307v129h574v-134z" />
|
||||
<glyph unicode="[" horiz-adv-x="410" d="M372 -87v-124h-280v1011h280v-124h-146v-763h146z" />
|
||||
<glyph unicode="\" horiz-adv-x="525" d="M508 0h-144l-348 700h142z" />
|
||||
<glyph unicode="]" horiz-adv-x="410" d="M38 679v124h280v-1011h-280v124h147v763h-147z" />
|
||||
<glyph unicode="^" horiz-adv-x="668" d="M333 587l-168 -222l-101 67l210 271h118l212 -271l-102 -67z" />
|
||||
<glyph unicode="_" horiz-adv-x="735" d="M672 -110h-609v110h609v-110z" />
|
||||
<glyph unicode="`" d="M284 929l109 -175h-124l-94 139z" />
|
||||
<glyph unicode="a" horiz-adv-x="614" d="M421 115h-231l-39 -115h-135l209 560h163l209 -560h-136zM383 228l-31 89q-14 40 -25 74t-15 47l-5 14h-3l-48 -141l-28 -83h155z" />
|
||||
<glyph unicode="b" horiz-adv-x="551" d="M413 300v-4q47 -13 78.5 -47.5t31.5 -86.5q0 -69 -53.5 -115.5t-154.5 -46.5h-252v560h251q77 0 127.5 -44t50.5 -103q0 -45 -24 -73.5t-55 -39.5zM195 338h94q32 0 51 15t19 42q0 24 -18 40t-52 16h-94v-113zM195 109h113q37 0 57.5 17t20.5 46q0 30 -21.5 47.5 t-57.5 17.5h-112v-128z" />
|
||||
<glyph unicode="c" horiz-adv-x="633" d="M475 186l126 -34q-36 -75 -104.5 -119t-162.5 -44q-133 0 -218 82t-85 208q0 127 85 209.5t217 82.5q92 0 163 -43t104 -122l-125 -34q-54 78 -142 78q-76 0 -122 -47t-46 -123q0 -77 46.5 -124t121.5 -47q96 0 142 77z" />
|
||||
<glyph unicode="d" horiz-adv-x="624" d="M63 560h217q137 0 225 -76t88 -206t-87 -204t-224 -74h-219v560zM195 123h85q179 0 179 155q0 80 -47 119.5t-133 39.5h-84v-314z" />
|
||||
<glyph unicode="e" horiz-adv-x="537" d="M63 0v560h425v-123h-293v-93h215v-117h-215v-104h298v-123h-430z" />
|
||||
<glyph unicode="f" horiz-adv-x="504" d="M467 437h-272v-126h199v-123h-199v-188h-132v560h404v-123z" />
|
||||
<glyph unicode="g" horiz-adv-x="670" d="M620 0h-117q0 21 0.5 34t0.5 18v6h-3q-26 -27 -71.5 -48t-105.5 -21q-124 0 -208.5 82t-84.5 209q0 126 85 208.5t217 82.5q91 0 163 -42t106 -123l-121 -32q-19 34 -58 56t-89 22q-77 0 -123 -46t-46 -126q0 -78 49.5 -124.5t135.5 -46.5q45 0 89 16t62 35v44h-152v116 h271v-320z" />
|
||||
<glyph unicode="h" horiz-adv-x="620" d="M557 0h-132v221h-230v-221h-132v560h132v-216h230v216h132v-560z" />
|
||||
<glyph unicode="i" horiz-adv-x="257" d="M63 0v560h132v-560h-132z" />
|
||||
<glyph unicode="j" horiz-adv-x="447" d="M389 560v-313q0 -126 -58.5 -192t-172.5 -66q-102 0 -158 57l72 95q32 -32 85 -32q59 0 80 34t21 112v305h131z" />
|
||||
<glyph unicode="k" horiz-adv-x="611" d="M447 0l-163 250l-89 -96v-154h-132v560h132v-132l-1 -119h3q3 3 59 65l166 186h164l-206 -221l218 -339h-151z" />
|
||||
<glyph unicode="l" horiz-adv-x="489" d="M63 0v560h132v-437h261v-123h-393z" />
|
||||
<glyph unicode="m" horiz-adv-x="717" d="M522 0v251v115h-3l-119 -231h-85l-122 238h-3v-115v-258h-127v560h160l89 -164q13 -24 26.5 -49.5t19.5 -37.5l6 -12h3q1 0 7 11.5t20 38.5t26 50l87 163h147v-560h-132z" />
|
||||
<glyph unicode="n" horiz-adv-x="648" d="M585 0h-137l-252 357h-3v-4q0 -4 0.5 -10.5t0.5 -15v-20t0.5 -23t0.5 -25.5v-27v-232h-132v560h136l252 -347h3v3v9.5v13t-0.5 17.5t-0.5 20.5v22.5v24v237h132v-560z" />
|
||||
<glyph unicode="o" horiz-adv-x="662" d="M31 280q0 127 85 209t215 82t215 -82t85 -209t-85 -209t-215 -82t-215 82t-85 209zM165 280q0 -76 46 -123.5t120 -47.5q73 0 119.5 47.5t46.5 123.5q0 75 -46.5 122.5t-119.5 47.5q-74 0 -120 -47t-46 -123z" />
|
||||
<glyph unicode="p" horiz-adv-x="531" d="M63 560h214q108 0 169.5 -52.5t61.5 -139.5q0 -88 -61 -139t-170 -51h-82v-178h-132v560zM195 285h87q45 0 68.5 21.5t23.5 58.5q0 35 -23 57t-69 22h-87v-159z" />
|
||||
<glyph unicode="q" horiz-adv-x="660" d="M631 280q0 -110 -65 -187.5t-170 -97.5v-111h-132v111q-104 20 -168.5 98t-64.5 187q0 127 85 209t215 82t215 -82t85 -209zM331 109q73 0 119.5 47.5t46.5 123.5q0 75 -46.5 122.5t-119.5 47.5q-74 0 -120 -47t-46 -123t46 -123.5t120 -47.5z" />
|
||||
<glyph unicode="r" horiz-adv-x="565" d="M400 0l-115 192q-13 -1 -54 -1h-36v-191h-132v560h218q110 0 171.5 -49.5t61.5 -135.5q0 -61 -29 -100.5t-76 -56.5l133 -218h-142zM195 293h94q91 0 91 74t-91 74h-94v-148z" />
|
||||
<glyph unicode="s" horiz-adv-x="527" d="M30 140l119 32q6 -34 36.5 -57.5t85.5 -23.5q91 0 91 66q0 13 -3.5 23.5t-12.5 18t-17.5 12.5t-26.5 10t-30 7.5t-37 7.5t-41 9q-70 16 -112 49.5t-42 107.5q0 83 57.5 126t160.5 43q193 0 233 -139l-115 -31q-20 68 -110 68q-43 0 -66.5 -16t-23.5 -45q0 -36 45 -52 q21 -8 93 -22q35 -7 61 -16t57 -27.5t48 -51.5t17 -79q0 -87 -61.5 -129t-164.5 -42q-210 0 -241 151z" />
|
||||
<glyph unicode="t" horiz-adv-x="566" d="M533 437h-184v-437h-132v437h-184v123h500v-123z" />
|
||||
<glyph unicode="u" horiz-adv-x="627" d="M571 560v-299q0 -137 -68.5 -204.5t-189.5 -67.5t-189 67.5t-68 204.5v299h134v-311q0 -140 125 -140t125 140v311h131z" />
|
||||
<glyph unicode="v" horiz-adv-x="630" d="M395 0h-160l-222 560h147l91 -238q50 -130 67 -181h3l66 180l90 239h140z" />
|
||||
<glyph unicode="w" horiz-adv-x="866" d="M542 0l-62 200q-45 149 -46 150h-2l-4 -15q-5 -15 -17 -54.5t-25 -81.5l-62 -199h-137l-170 560h140l65 -224q14 -48 26 -89.5t16 -58.5l5 -17h3l4 15q5 16 16 54.5t22 77.5l56 188h141l54 -188q11 -40 21 -77.5t14 -53.5l4 -16h3l5 17q4 16 16 58t26 90l67 224h128 l-170 -560h-137z" />
|
||||
<glyph unicode="x" horiz-adv-x="615" d="M436 0l-74 103q-17 23 -32.5 45t-21.5 32l-7 9h-1q-1 0 -61 -87l-70 -102h-149l203 286l-188 274h157l61 -91q61 -90 62 -90h1q1 0 64 94l56 87h143l-190 -274l206 -286h-159z" />
|
||||
<glyph unicode="y" horiz-adv-x="574" d="M352 0h-131v204l-208 356h151l69 -121q14 -25 29 -53t23 -42l8 -14h3l8 14q7 14 22.5 42.5t29.5 53.5l69 120h136l-209 -356v-204z" />
|
||||
<glyph unicode="z" d="M529 433l-220 -217q-30 -29 -55 -52t-34 -31l-10 -8l2 -3q38 1 89 1h228v-123h-490v127l236 228q26 25 47 45.5t28 27.5l7 6l-1 3h-79h-229v123h481v-127z" />
|
||||
<glyph unicode="{" horiz-adv-x="449" d="M266 525v-73q0 -36 -8.5 -65t-20 -45.5t-25.5 -28.5t-23 -16t-14 -5q5 -1 14 -6t23 -17.5t25.5 -29.5t20 -45t8.5 -62v-74q0 -90 38.5 -122.5t105.5 -32.5v-118q-128 0 -199 67.5t-71 187.5v85q0 102 -75 108h-2v118q35 5 52 24q25 28 25 84v85q0 119 71 186t199 67v-118 q-67 0 -105.5 -32t-38.5 -122z" />
|
||||
<glyph unicode="|" horiz-adv-x="230" d="M60 775h110v-849h-110v849z" />
|
||||
<glyph unicode="}" horiz-adv-x="449" d="M183 58v73q0 36 8.5 65t20 45.5t25.5 28.5t23 16t14 5q-5 1 -14 6t-23 17.5t-25.5 29.5t-20 45.5t-8.5 62.5v73q0 90 -38.5 122.5t-104.5 32.5v118q128 0 198.5 -67.5t70.5 -186.5v-86q0 -16 2 -29.5t5.5 -23t8 -18t9.5 -13.5t11 -9.5t11 -6.5t10.5 -3.5t8.5 -2t7 -0.5 l4 -1v-119q-32 -5 -47 -18q-30 -28 -30 -90v-85q0 -119 -70.5 -186t-198.5 -67v118q67 0 105 32t38 122z" />
|
||||
<glyph unicode="~" horiz-adv-x="668" d="M538 358l21 -110q-11 -15 -43 -31t-71 -16t-104.5 20.5t-105.5 20.5q-62 0 -104 -44l-23 110q13 16 45 32t71 16q38 0 103.5 -20.5t105.5 -20.5q57 0 105 43z" />
|
||||
<glyph unicode="¢" horiz-adv-x="578" d="M298 133q87 0 125 76l122 -33q-25 -62 -76 -103.5t-117 -54.5v-99h-112v99q-92 18 -150.5 90.5t-58.5 177.5q0 102 57 171t152 86v104h112v-104q67 -11 119 -50t76 -107l-122 -34q-37 82 -125 82q-67 0 -103.5 -40t-36.5 -109q0 -70 37.5 -111t100.5 -41z" />
|
||||
<glyph unicode="£" horiz-adv-x="524" d="M36 0v123q31 5 41.5 19.5t10.5 46.5l-1 26h-52v97h42q-8 68 -8 92q0 79 50 123t145 44q191 0 217 -166l-122 -33q-11 48 -32 68t-56 20q-37 0 -55.5 -18t-18.5 -61q0 -30 6 -69h173v-97h-161q2 -22 2 -30q0 -45 -24 -61l2 -3q55 2 136 2h155v-123h-450z" />
|
||||
<glyph unicode="¥" horiz-adv-x="528" d="M419 384h58v-83h-100l-21 -42h121v-84h-148v-175h-132v175h-144v84h117l-21 42h-96v83h55l-88 176h145l67 -156q6 -14 14 -32.5t13 -29.5l5 -12h3q5 5 32 74l67 156h142z" />
|
||||
<glyph unicode="¨" d="M181 767q-27 0 -45.5 18.5t-18.5 45.5q0 26 19 45t46 19q26 0 44.5 -19t18.5 -45q0 -27 -18.5 -45.5t-45.5 -18.5zM386 767q-27 0 -45.5 18.5t-18.5 45.5q0 26 18.5 45t45.5 19t46 -19t19 -45q0 -27 -19 -45.5t-46 -18.5z" />
|
||||
<glyph unicode="©" horiz-adv-x="790" d="M394 629q154 0 259 -102t105 -262q0 -159 -105.5 -261.5t-258.5 -102.5t-258 102.5t-105 261.5q0 160 105 262t258 102zM394 560q-127 0 -209 -82t-82 -212q0 -131 82 -213.5t209 -82.5q128 0 210.5 82.5t82.5 213.5q0 130 -82.5 212t-210.5 82zM482 204l84 -28 q-22 -46 -68 -74t-107 -28q-86 0 -139.5 53t-53.5 137t54.5 138t139.5 54q62 0 107 -29.5t64 -81.5l-83 -22q-25 47 -85 47q-48 0 -77 -28.5t-29 -76.5t29 -76.5t77 -28.5q59 0 87 44z" />
|
||||
<glyph unicode="«" horiz-adv-x="707" d="M296 514l75 -75l-163 -157v-3l164 -157l-77 -76l-235 234zM571 514l75 -75l-163 -157v-3l164 -157l-77 -76l-235 234z" />
|
||||
<glyph unicode="­" horiz-adv-x="574" d="M486 226h-398v114h398v-114z" />
|
||||
<glyph unicode="®" horiz-adv-x="790" d="M394 629q154 0 259 -102t105 -262q0 -159 -105.5 -261.5t-258.5 -102.5t-258 102.5t-105 261.5q0 160 105 262t258 102zM394 560q-127 0 -209 -82t-82 -212q0 -131 82 -213.5t209 -82.5q128 0 210.5 82.5t82.5 213.5q0 130 -82.5 212t-210.5 82zM462 82l-71 132 q-8 -1 -29 -1h-21v-131h-93v369h149q74 0 115 -33t41 -90q0 -74 -70 -97l82 -149h-103zM341 282h61q56 0 56 44t-56 44h-61v-88z" />
|
||||
<glyph unicode="´" d="M299 754h-124l109 175l109 -36z" />
|
||||
<glyph unicode="¸" d="M405 -78q0 -98 -143 -98q-57 0 -89 13v87q24 -11 68 -11q68 0 68 28q0 35 -121 34v73h94v-29q123 -7 123 -97z" />
|
||||
<glyph unicode="»" horiz-adv-x="707" d="M137 46l-77 76l164 157v3l-163 157l75 75l236 -234zM412 46l-77 76l164 157v3l-163 157l75 75l236 -234z" />
|
||||
<glyph unicode="Ó" horiz-adv-x="797" d="M454 754h-124l109 175l109 -36zM31 350q0 161 104 262.5t263 101.5t263 -101.5t104 -262.5q0 -160 -104 -261.5t-263 -101.5t-263 101.5t-104 261.5zM171 350q0 -105 64 -168.5t163 -63.5t163 63.5t64 168.5t-64 169t-163 64t-163 -64t-64 -169z" />
|
||||
<glyph unicode="ó" horiz-adv-x="662" d="M386 614h-125l109 175l110 -36zM31 280q0 127 85 209t215 82t215 -82t85 -209t-85 -209t-215 -82t-215 82t-85 209zM165 280q0 -76 46 -123.5t120 -47.5q73 0 119.5 47.5t46.5 123.5q0 75 -46.5 122.5t-119.5 47.5q-74 0 -120 -47t-46 -123z" />
|
||||
<glyph unicode="Ą" horiz-adv-x="749" d="M648 -82q53 0 93 16v-92q-43 -18 -108 -18q-66 0 -105.5 29.5t-39.5 78.5q0 71 78 114l-35 94h-315l-53 -140h-147l280 700h157l280 -700h-23q-54 0 -82.5 -14t-28.5 -37q0 -31 49 -31zM482 266l-58 154q-9 24 -22 56.5t-20 49.5l-7 17h-3q-1 -1 -49 -123l-59 -154h218z " />
|
||||
<glyph unicode="ą" horiz-adv-x="614" d="M520 -82q52 0 94 16v-92q-45 -18 -108 -18q-66 0 -105.5 29.5t-39.5 78.5q0 74 83 116l-23 67h-231l-39 -115h-135l209 560h163l209 -560h-14q-54 0 -82.5 -14t-28.5 -37q0 -31 48 -31zM383 228l-31 89q-14 40 -25 74t-15 47l-5 14h-3l-48 -141l-28 -83h155z" />
|
||||
<glyph unicode="Ć" horiz-adv-x="756" d="M448 754h-125l109 175l110 -36zM588 240l137 -36q-40 -101 -129 -159t-203 -58q-157 0 -259.5 101.5t-102.5 263.5q0 160 102.5 261t259.5 101q117 0 202.5 -55.5t121.5 -142.5l-138 -38q-62 105 -192 105q-97 0 -156.5 -63.5t-59.5 -168.5q0 -106 60.5 -169.5 t154.5 -63.5q71 0 123.5 33.5t78.5 88.5z" />
|
||||
<glyph unicode="ć" horiz-adv-x="633" d="M383 614h-125l109 175l110 -36zM475 186l126 -34q-36 -75 -104.5 -119t-162.5 -44q-133 0 -218 82t-85 208q0 127 85 209.5t217 82.5q92 0 163 -43t104 -122l-125 -34q-54 78 -142 78q-76 0 -122 -47t-46 -123q0 -77 46.5 -124t121.5 -47q96 0 142 77z" />
|
||||
<glyph unicode="Ę" horiz-adv-x="609" d="M500 -82q35 0 69 16v-92q-36 -18 -90 -18q-66 0 -108 25t-42 74t41 77h-307v700h497v-129h-358v-147h269v-130h-269v-165h362v-129h-37q-87 -3 -87 -44q0 -38 60 -38z" />
|
||||
<glyph unicode="ę" horiz-adv-x="537" d="M493 0h-44q-87 -3 -87 -44q0 -38 60 -38q35 0 69 16v-92q-36 -18 -90 -18q-66 0 -108 25t-42 74t41 77h-229v560h425v-123h-293v-93h215v-117h-215v-104h298v-123z" />
|
||||
<glyph unicode="Ł" horiz-adv-x="567" d="M534 129v-129h-471v700h139v-307l250 116v-132l-250 -116v-132h332z" />
|
||||
<glyph unicode="ł" horiz-adv-x="489" d="M456 123v-123h-393v560h132v-227l184 84v-124l-184 -84v-86h261z" />
|
||||
<glyph unicode="Ń" horiz-adv-x="742" d="M426 754h-124l109 175l109 -36zM538 0l-335 468h-3v-5q0 -5 0.5 -14.5t0.5 -21.5v-27.5t0.5 -32t0.5 -36v-37.5v-294h-139v700h141l335 -461h3v5q0 6 -0.5 15t-0.5 21v27t-0.5 30.5t-0.5 33v33.5v296h139v-700h-141z" />
|
||||
<glyph unicode="ń" horiz-adv-x="648" d="M375 614h-124l109 175l109 -36zM585 0h-137l-252 357h-3v-4q0 -4 0.5 -10.5t0.5 -15v-20t0.5 -23t0.5 -25.5v-27v-232h-132v560h136l252 -347h3v3v9.5v13t-0.5 17.5t-0.5 20.5v22.5v24v237h132v-560z" />
|
||||
<glyph unicode="Ś" horiz-adv-x="615" d="M363 754h-125l109 175l110 -36zM30 178l133 36q8 -51 50 -78t108 -27q58 0 90.5 22t32.5 65q0 20 -8 35t-19 24t-31.5 16t-36.5 10.5t-43 8.5t-43 9q-43 10 -74.5 22t-66.5 35t-54 61.5t-19 90.5q0 100 69 153t187 53q221 0 275 -180l-133 -35q-28 92 -145 92 q-111 0 -111 -79q0 -17 5 -30t19 -23.5t24 -16.5t37 -13t39 -10t48 -10q46 -9 79.5 -21t69 -35t54.5 -62.5t19 -94.5q0 -103 -69 -156t-195 -53q-49 0 -92 8.5t-85 28.5t-72 59.5t-42 94.5z" />
|
||||
<glyph unicode="ś" horiz-adv-x="527" d="M318 614h-125l109 175l110 -36zM30 140l119 32q6 -34 36.5 -57.5t85.5 -23.5q91 0 91 66q0 13 -3.5 23.5t-12.5 18t-17.5 12.5t-26.5 10t-30 7.5t-37 7.5t-41 9q-70 16 -112 49.5t-42 107.5q0 83 57.5 126t160.5 43q193 0 233 -139l-115 -31q-20 68 -110 68 q-43 0 -66.5 -16t-23.5 -45q0 -36 45 -52q21 -8 93 -22q35 -7 61 -16t57 -27.5t48 -51.5t17 -79q0 -87 -61.5 -129t-164.5 -42q-210 0 -241 151z" />
|
||||
<glyph unicode="Ź" horiz-adv-x="662" d="M394 754h-124l109 175l109 -36zM623 566l-325 -353q-22 -23 -42.5 -43.5l-29.5 -29.5l-9 -8l2 -4h3h7h11t14.5 0.5t18 0.5h21h23.5h306v-129h-584v129l341 367q19 21 37 39t26 25l8 8l-2 4h-5h-15t-20 -0.5t-25.5 -0.5h-27.5h-307v129h574v-134z" />
|
||||
<glyph unicode="ź" d="M341 614h-125l109 175l110 -36zM529 433l-220 -217q-30 -29 -55 -52t-34 -31l-10 -8l2 -3q38 1 89 1h228v-123h-490v127l236 228q26 25 47 45.5t28 27.5l7 6l-1 3h-79h-229v123h481v-127z" />
|
||||
<glyph unicode="Ż" horiz-adv-x="662" d="M339 767q-26 0 -45 18.5t-19 45.5q0 26 19 45t45 19q27 0 46 -19t19 -45q0 -27 -19 -45.5t-46 -18.5zM623 566l-325 -353q-22 -23 -42.5 -43.5l-29.5 -29.5l-9 -8l2 -4h3h7h11t14.5 0.5t18 0.5h21h23.5h306v-129h-584v129l341 367q19 21 37 39t26 25l8 8l-2 4h-5h-15 t-20 -0.5t-25.5 -0.5h-27.5h-307v129h574v-134z" />
|
||||
<glyph unicode="ż" d="M286 627q-27 0 -45.5 18.5t-18.5 45.5q0 26 18.5 45t45.5 19t45.5 -19t18.5 -45q0 -27 -18.5 -45.5t-45.5 -18.5zM529 433l-220 -217q-30 -29 -55 -52t-34 -31l-10 -8l2 -3q38 1 89 1h228v-123h-490v127l236 228q26 25 47 45.5t28 27.5l7 6l-1 3h-79h-229v123h481v-127z " />
|
||||
<glyph unicode="ˆ" d="M450 818l-60 -74l-106 80l-106 -79l-61 73l167 127z" />
|
||||
<glyph unicode="˚" d="M284 734q-57 0 -92 30t-35 82q0 53 35 83t92 30t92 -30t35 -83q0 -52 -35 -82t-92 -30zM284 808q19 0 30.5 10.5t11.5 27.5q0 18 -11.5 28.5t-30.5 10.5t-30.5 -10.5t-11.5 -28.5q0 -17 11.5 -27.5t30.5 -10.5z" />
|
||||
<glyph unicode="˜" d="M422 901l22 -101q-6 -10 -29.5 -20.5t-51.5 -10.5t-74 15.5t-73 15.5q-44 0 -72 -28l-23 101q9 11 32 21.5t50 10.5q28 0 73 -15.5t74 -15.5q45 0 72 27z" />
|
||||
<glyph unicode=" " horiz-adv-x="479" />
|
||||
<glyph unicode=" " horiz-adv-x="959" />
|
||||
<glyph unicode=" " horiz-adv-x="479" />
|
||||
<glyph unicode=" " horiz-adv-x="959" />
|
||||
<glyph unicode=" " horiz-adv-x="319" />
|
||||
<glyph unicode=" " horiz-adv-x="239" />
|
||||
<glyph unicode=" " horiz-adv-x="159" />
|
||||
<glyph unicode=" " horiz-adv-x="159" />
|
||||
<glyph unicode=" " horiz-adv-x="119" />
|
||||
<glyph unicode=" " horiz-adv-x="191" />
|
||||
<glyph unicode=" " horiz-adv-x="53" />
|
||||
<glyph unicode="‐" horiz-adv-x="574" d="M486 226h-398v114h398v-114z" />
|
||||
<glyph unicode="‑" horiz-adv-x="574" d="M486 226h-398v114h398v-114z" />
|
||||
<glyph unicode="‒" horiz-adv-x="574" d="M486 226h-398v114h398v-114z" />
|
||||
<glyph unicode="–" horiz-adv-x="668" d="M579 226h-491v114h491v-114z" />
|
||||
<glyph unicode="—" horiz-adv-x="972" d="M883 226h-795v114h795v-114z" />
|
||||
<glyph unicode="‘" horiz-adv-x="264" d="M153 599q24 1 38.5 -13.5t14.5 -40.5q0 -27 -20 -45t-51 -18q-37 0 -60 23.5t-23 64.5q0 45 29.5 84.5t79.5 55.5l53 -59q-21 -5 -37.5 -19.5t-23.5 -32.5z" />
|
||||
<glyph unicode="’" horiz-adv-x="264" d="M110 595q-23 -2 -37.5 13t-14.5 41q0 27 20 45t51 18q37 0 60 -24t23 -65q0 -44 -29.5 -83.5t-80.5 -55.5l-52 58q21 6 37.5 20.5t22.5 32.5z" />
|
||||
<glyph unicode="‚" horiz-adv-x="264" d="M110 9q-23 -2 -37.5 13t-14.5 41q0 27 20 45t51 18q37 0 60 -24t23 -65q0 -44 -29.5 -83.5t-80.5 -55.5l-52 58q21 6 37.5 20.5t22.5 32.5z" />
|
||||
<glyph unicode="“" horiz-adv-x="478" d="M151 599q24 1 38.5 -13.5t14.5 -40.5q0 -27 -20 -45t-51 -18q-37 0 -60 23.5t-23 64.5q0 45 29.5 84.5t80.5 55.5l52 -59q-21 -5 -37.5 -19.5t-23.5 -32.5zM366 599q24 1 38.5 -13.5t14.5 -40.5q0 -27 -20 -45t-51 -18q-37 0 -60 23.5t-23 64.5q0 45 29.5 84.5t79.5 55.5 l52 -59q-20 -5 -36.5 -19.5t-23.5 -32.5z" />
|
||||
<glyph unicode="”" horiz-adv-x="478" d="M325 595q-24 -2 -38.5 13t-14.5 41q0 27 20 45t51 18q37 0 60 -24t23 -65q0 -44 -29.5 -83.5t-79.5 -55.5l-52 58q45 13 60 53zM110 595q-23 -2 -37.5 13t-14.5 41q0 27 20 45t51 18q37 0 60 -24t23 -65q0 -44 -29.5 -83.5t-80.5 -55.5l-52 58q21 6 37.5 20.5t22.5 32.5z " />
|
||||
<glyph unicode="„" horiz-adv-x="474" d="M321 9q-24 -2 -38.5 13t-14.5 41q0 27 20 45t51 18q37 0 60 -24t23 -65q0 -44 -29.5 -83.5t-80.5 -55.5l-52 58q46 13 61 53zM110 9q-23 -2 -37.5 13t-14.5 41q0 27 20 45t51 18q37 0 60 -24t23 -65q0 -44 -29.5 -83.5t-80.5 -55.5l-52 58q21 6 37.5 20.5t22.5 32.5z" />
|
||||
<glyph unicode="…" horiz-adv-x="748" d="M118 -11q-30 0 -46 16.5t-16 41.5q0 24 16.5 40t45.5 16q30 0 46 -15.5t16 -40.5t-16 -41.5t-46 -16.5zM369 -11q-30 0 -46 16.5t-16 41.5q0 24 16 40t46 16q29 0 45 -15.5t16 -40.5t-16 -41.5t-45 -16.5zM629 -11q-30 0 -46 16.5t-16 41.5q0 24 16 40t46 16t46 -15.5 t16 -40.5t-16 -41.5t-46 -16.5z" />
|
||||
<glyph unicode=" " horiz-adv-x="191" />
|
||||
<glyph unicode="‹" horiz-adv-x="432" d="M296 514l75 -75l-163 -157v-3l164 -157l-77 -76l-235 234z" />
|
||||
<glyph unicode="›" horiz-adv-x="432" d="M137 46l-77 76l164 157v3l-163 157l75 75l236 -234z" />
|
||||
<glyph unicode=" " horiz-adv-x="239" />
|
||||
<glyph unicode="€" horiz-adv-x="593" d="M430 174l130 -35q-21 -62 -79 -106t-155 -44q-203 0 -248 186h-47v84h36v29v13h-35v83h44q39 187 246 187q92 0 155.5 -40.5t82.5 -123.5l-130 -35q-22 81 -115 81q-79 0 -101 -69h127v-83h-139v-13q0 -5 0.5 -15t0.5 -14h138v-84h-121q27 -65 101 -65q44 0 68 14t41 50z " />
|
||||
<glyph unicode="™" horiz-adv-x="807" d="M330 700v-79h-106v-246h-85v246h-106v79h297zM744 375h-82v106v105h-1l-5 -10l-14 -28t-17 -32l-36 -68h-41l-37 68q-7 13 -18 33t-17 29l-5 10h-1l1 -107v-106h-80v325h95l54 -99q29 -54 30 -55h1l4 8l11 22t13 25l49 99h96v-325z" />
|
||||
<glyph unicode="◼" horiz-adv-x="560" d="M0 560h560v-560h-560v560z" />
|
||||
<hkern u1="2" u2="7" k="-14" />
|
||||
<hkern u1="“" u2="ą" k="77" />
|
||||
<hkern u1="“" u2="Ą" k="87" />
|
||||
<hkern u1="“" u2="j" k="113" />
|
||||
<hkern u1="“" u2="a" k="77" />
|
||||
<hkern u1="“" u2="J" k="126" />
|
||||
<hkern u1="“" u2="A" k="87" />
|
||||
<hkern g1="r" g2="J" k="-20" />
|
||||
<hkern g1="r" g2="U" k="33" />
|
||||
<hkern g1="r" g2="Y" k="76" />
|
||||
<hkern g1="r" g2="j" k="-20" />
|
||||
<hkern g1="r" g2="T" k="49" />
|
||||
<hkern g1="r" g2="v,w,yen" k="20" />
|
||||
<hkern g1="r" g2="u" k="10" />
|
||||
<hkern g1="r" g2="y" k="34" />
|
||||
<hkern g1="r" g2="V,W" k="54" />
|
||||
<hkern g1="r" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="13" />
|
||||
<hkern g1="r" g2="t" k="20" />
|
||||
<hkern g1="r" g2="zero,c,g,o,q,cent,copyright,registered,oacute,cacute,Euro" k="7" />
|
||||
<hkern g1="r" g2="a,aogonek" k="-7" />
|
||||
<hkern g1="r" g2="z,zacute,zdotaccent" k="6" />
|
||||
<hkern g1="r" g2="numbersign" k="-7" />
|
||||
<hkern g1="J,U" g2="J" k="34" />
|
||||
<hkern g1="J,U" g2="j" k="54" />
|
||||
<hkern g1="J,U" g2="y" k="3" />
|
||||
<hkern g1="J,U" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="-10" />
|
||||
<hkern g1="J,U" g2="parenleft,at,C,G,O,Q,Oacute,Cacute" k="-7" />
|
||||
<hkern g1="J,U" g2="zero,c,g,o,q,cent,copyright,registered,oacute,cacute,Euro" k="6" />
|
||||
<hkern g1="J,U" g2="a,aogonek" k="60" />
|
||||
<hkern g1="J,U" g2="z,zacute,zdotaccent" k="13" />
|
||||
<hkern g1="J,U" g2="dollar,s,sacute" k="3" />
|
||||
<hkern g1="J,U" g2="A,Aogonek" k="44" />
|
||||
<hkern g1="J,U" g2="X" k="14" />
|
||||
<hkern g1="J,U" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="40" />
|
||||
<hkern g1="z,zacute,zdotaccent" g2="Y" k="27" />
|
||||
<hkern g1="z,zacute,zdotaccent" g2="j" k="-6" />
|
||||
<hkern g1="z,zacute,zdotaccent" g2="T" k="19" />
|
||||
<hkern g1="z,zacute,zdotaccent" g2="V,W" k="13" />
|
||||
<hkern g1="z,zacute,zdotaccent" g2="parenleft,at,C,G,O,Q,Oacute,Cacute" k="6" />
|
||||
<hkern g1="z,zacute,zdotaccent" g2="zero,c,g,o,q,cent,copyright,registered,oacute,cacute,Euro" k="6" />
|
||||
<hkern g1="z,zacute,zdotaccent" g2="guillemotleft,guilsinglleft" k="6" />
|
||||
<hkern g1="b" g2="Y" k="63" />
|
||||
<hkern g1="b" g2="j" k="-3" />
|
||||
<hkern g1="b" g2="T" k="62" />
|
||||
<hkern g1="b" g2="v,w,yen" k="17" />
|
||||
<hkern g1="b" g2="y" k="40" />
|
||||
<hkern g1="b" g2="V,W" k="63" />
|
||||
<hkern g1="b" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="30" />
|
||||
<hkern g1="b" g2="t" k="13" />
|
||||
<hkern g1="b" g2="x" k="20" />
|
||||
<hkern g1="E,Eogonek" g2="J" k="-7" />
|
||||
<hkern g1="E,Eogonek" g2="U" k="3" />
|
||||
<hkern g1="E,Eogonek" g2="j" k="-7" />
|
||||
<hkern g1="E,Eogonek" g2="parenleft,at,C,G,O,Q,Oacute,Cacute" k="24" />
|
||||
<hkern g1="E,Eogonek" g2="zero,c,g,o,q,cent,copyright,registered,oacute,cacute,Euro" k="6" />
|
||||
<hkern g1="E,Eogonek" g2="dollar,s,sacute" k="3" />
|
||||
<hkern g1="Z,Zacute,Zdotaccent" g2="v,w,yen" k="6" />
|
||||
<hkern g1="Z,Zacute,Zdotaccent" g2="y" k="6" />
|
||||
<hkern g1="Z,Zacute,Zdotaccent" g2="t" k="13" />
|
||||
<hkern g1="Z,Zacute,Zdotaccent" g2="parenleft,at,C,G,O,Q,Oacute,Cacute" k="13" />
|
||||
<hkern g1="Z,Zacute,Zdotaccent" g2="zero,c,g,o,q,cent,copyright,registered,oacute,cacute,Euro" k="13" />
|
||||
<hkern g1="Z,Zacute,Zdotaccent" g2="guillemotleft,guilsinglleft" k="6" />
|
||||
<hkern g1="zero,d,o,q,copyright,registered,oacute" g2="J" k="20" />
|
||||
<hkern g1="zero,d,o,q,copyright,registered,oacute" g2="U" k="6" />
|
||||
<hkern g1="zero,d,o,q,copyright,registered,oacute" g2="Y" k="100" />
|
||||
<hkern g1="zero,d,o,q,copyright,registered,oacute" g2="j" k="23" />
|
||||
<hkern g1="zero,d,o,q,copyright,registered,oacute" g2="T" k="86" />
|
||||
<hkern g1="zero,d,o,q,copyright,registered,oacute" g2="v,w,yen" k="21" />
|
||||
<hkern g1="zero,d,o,q,copyright,registered,oacute" g2="y" k="30" />
|
||||
<hkern g1="zero,d,o,q,copyright,registered,oacute" g2="V,W" k="60" />
|
||||
<hkern g1="zero,d,o,q,copyright,registered,oacute" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="50" />
|
||||
<hkern g1="zero,d,o,q,copyright,registered,oacute" g2="t" k="30" />
|
||||
<hkern g1="zero,d,o,q,copyright,registered,oacute" g2="parenleft,at,C,G,O,Q,Oacute,Cacute" k="-3" />
|
||||
<hkern g1="zero,d,o,q,copyright,registered,oacute" g2="zero,c,g,o,q,cent,copyright,registered,oacute,cacute,Euro" k="-5" />
|
||||
<hkern g1="zero,d,o,q,copyright,registered,oacute" g2="backslash" k="57" />
|
||||
<hkern g1="zero,d,o,q,copyright,registered,oacute" g2="a,aogonek" k="23" />
|
||||
<hkern g1="zero,d,o,q,copyright,registered,oacute" g2="z,zacute,zdotaccent" k="6" />
|
||||
<hkern g1="zero,d,o,q,copyright,registered,oacute" g2="A,Aogonek" k="17" />
|
||||
<hkern g1="zero,d,o,q,copyright,registered,oacute" g2="X" k="37" />
|
||||
<hkern g1="zero,d,o,q,copyright,registered,oacute" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="24" />
|
||||
<hkern g1="zero,d,o,q,copyright,registered,oacute" g2="x" k="33" />
|
||||
<hkern g1="zero,d,o,q,copyright,registered,oacute" g2="parenright" k="24" />
|
||||
<hkern g1="zero,d,o,q,copyright,registered,oacute" g2="slash" k="-7" />
|
||||
<hkern g1="zero,d,o,q,copyright,registered,oacute" g2="braceright" k="44" />
|
||||
<hkern g1="zero,d,o,q,copyright,registered,oacute" g2="bracketright" k="33" />
|
||||
<hkern g1="R" g2="J" k="-14" />
|
||||
<hkern g1="R" g2="U" k="14" />
|
||||
<hkern g1="R" g2="Y" k="44" />
|
||||
<hkern g1="R" g2="j" k="-26" />
|
||||
<hkern g1="R" g2="T" k="26" />
|
||||
<hkern g1="R" g2="u" k="7" />
|
||||
<hkern g1="R" g2="V,W" k="23" />
|
||||
<hkern g1="R" g2="parenleft,at,C,G,O,Q,Oacute,Cacute" k="7" />
|
||||
<hkern g1="R" g2="zero,c,g,o,q,cent,copyright,registered,oacute,cacute,Euro" k="6" />
|
||||
<hkern g1="R" g2="a,aogonek" k="-7" />
|
||||
<hkern g1="R" g2="numbersign" k="-27" />
|
||||
<hkern g1="R" g2="A,Aogonek" k="-10" />
|
||||
<hkern g1="R" g2="Z,Zacute,Zdotaccent" k="6" />
|
||||
<hkern g1="g" g2="Y" k="61" />
|
||||
<hkern g1="g" g2="j" k="-6" />
|
||||
<hkern g1="g" g2="T" k="63" />
|
||||
<hkern g1="g" g2="v,w,yen" k="20" />
|
||||
<hkern g1="g" g2="y" k="37" />
|
||||
<hkern g1="g" g2="V,W" k="13" />
|
||||
<hkern g1="g" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="24" />
|
||||
<hkern g1="g" g2="t" k="17" />
|
||||
<hkern g1="t" g2="J" k="90" />
|
||||
<hkern g1="t" g2="Y" k="20" />
|
||||
<hkern g1="t" g2="j" k="117" />
|
||||
<hkern g1="t" g2="T" k="16" />
|
||||
<hkern g1="t" g2="four" k="30" />
|
||||
<hkern g1="t" g2="hyphen,endash,emdash" k="29" />
|
||||
<hkern g1="t" g2="zero,c,g,o,q,cent,copyright,registered,oacute,cacute,Euro" k="30" />
|
||||
<hkern g1="t" g2="a,aogonek" k="89" />
|
||||
<hkern g1="t" g2="numbersign" k="40" />
|
||||
<hkern g1="t" g2="dollar,s,sacute" k="10" />
|
||||
<hkern g1="t" g2="A,Aogonek" k="63" />
|
||||
<hkern g1="t" g2="X" k="30" />
|
||||
<hkern g1="t" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="83" />
|
||||
<hkern g1="t" g2="guillemotleft,guilsinglleft" k="14" />
|
||||
<hkern g1="t" g2="slash" k="33" />
|
||||
<hkern g1="t" g2="ampersand" k="13" />
|
||||
<hkern g1="B" g2="J" k="-6" />
|
||||
<hkern g1="B" g2="Y" k="40" />
|
||||
<hkern g1="B" g2="T" k="36" />
|
||||
<hkern g1="B" g2="v,w,yen" k="20" />
|
||||
<hkern g1="B" g2="y" k="20" />
|
||||
<hkern g1="B" g2="V,W" k="33" />
|
||||
<hkern g1="B" g2="zero,c,g,o,q,cent,copyright,registered,oacute,cacute,Euro" k="-7" />
|
||||
<hkern g1="B" g2="X" k="20" />
|
||||
<hkern g1="B" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="7" />
|
||||
<hkern g1="l,lslash" g2="U" k="33" />
|
||||
<hkern g1="l,lslash" g2="Y" k="109" />
|
||||
<hkern g1="l,lslash" g2="j" k="-24" />
|
||||
<hkern g1="l,lslash" g2="T" k="94" />
|
||||
<hkern g1="l,lslash" g2="v,w,yen" k="80" />
|
||||
<hkern g1="l,lslash" g2="u" k="36" />
|
||||
<hkern g1="l,lslash" g2="y" k="93" />
|
||||
<hkern g1="l,lslash" g2="V,W" k="106" />
|
||||
<hkern g1="l,lslash" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="91" />
|
||||
<hkern g1="l,lslash" g2="t" k="89" />
|
||||
<hkern g1="l,lslash" g2="question" k="80" />
|
||||
<hkern g1="l,lslash" g2="parenleft,at,C,G,O,Q,Oacute,Cacute" k="20" />
|
||||
<hkern g1="l,lslash" g2="seven" k="30" />
|
||||
<hkern g1="l,lslash" g2="four" k="13" />
|
||||
<hkern g1="l,lslash" g2="hyphen,endash,emdash" k="59" />
|
||||
<hkern g1="l,lslash" g2="trademark" k="140" />
|
||||
<hkern g1="l,lslash" g2="zero,c,g,o,q,cent,copyright,registered,oacute,cacute,Euro" k="27" />
|
||||
<hkern g1="l,lslash" g2="backslash" k="100" />
|
||||
<hkern g1="l,lslash" g2="a,aogonek" k="-7" />
|
||||
<hkern g1="parenright,at,D,O,Q,Oacute" g2="J" k="33" />
|
||||
<hkern g1="parenright,at,D,O,Q,Oacute" g2="U" k="-7" />
|
||||
<hkern g1="parenright,at,D,O,Q,Oacute" g2="Y" k="50" />
|
||||
<hkern g1="parenright,at,D,O,Q,Oacute" g2="j" k="30" />
|
||||
<hkern g1="parenright,at,D,O,Q,Oacute" g2="T" k="30" />
|
||||
<hkern g1="parenright,at,D,O,Q,Oacute" g2="V,W" k="30" />
|
||||
<hkern g1="parenright,at,D,O,Q,Oacute" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="17" />
|
||||
<hkern g1="parenright,at,D,O,Q,Oacute" g2="parenleft,at,C,G,O,Q,Oacute,Cacute" k="-5" />
|
||||
<hkern g1="parenright,at,D,O,Q,Oacute" g2="zero,c,g,o,q,cent,copyright,registered,oacute,cacute,Euro" k="-3" />
|
||||
<hkern g1="parenright,at,D,O,Q,Oacute" g2="a,aogonek" k="36" />
|
||||
<hkern g1="parenright,at,D,O,Q,Oacute" g2="z,zacute,zdotaccent" k="6" />
|
||||
<hkern g1="parenright,at,D,O,Q,Oacute" g2="A,Aogonek" k="30" />
|
||||
<hkern g1="parenright,at,D,O,Q,Oacute" g2="X" k="47" />
|
||||
<hkern g1="parenright,at,D,O,Q,Oacute" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="24" />
|
||||
<hkern g1="parenright,at,D,O,Q,Oacute" g2="parenright" k="37" />
|
||||
<hkern g1="parenright,at,D,O,Q,Oacute" g2="braceright" k="10" />
|
||||
<hkern g1="parenright,at,D,O,Q,Oacute" g2="bracketright" k="20" />
|
||||
<hkern g1="parenright,at,D,O,Q,Oacute" g2="Z,Zacute,Zdotaccent" k="13" />
|
||||
<hkern g1="parenright,at,D,O,Q,Oacute" g2="one" k="3" />
|
||||
<hkern g1="y" g2="J" k="100" />
|
||||
<hkern g1="y" g2="Y" k="3" />
|
||||
<hkern g1="y" g2="j" k="111" />
|
||||
<hkern g1="y" g2="T" k="13" />
|
||||
<hkern g1="y" g2="v,w,yen" k="-10" />
|
||||
<hkern g1="y" g2="y" k="-7" />
|
||||
<hkern g1="y" g2="hyphen,endash,emdash" k="39" />
|
||||
<hkern g1="y" g2="zero,c,g,o,q,cent,copyright,registered,oacute,cacute,Euro" k="30" />
|
||||
<hkern g1="y" g2="a,aogonek" k="90" />
|
||||
<hkern g1="y" g2="numbersign" k="41" />
|
||||
<hkern g1="y" g2="dollar,s,sacute" k="14" />
|
||||
<hkern g1="y" g2="A,Aogonek" k="80" />
|
||||
<hkern g1="y" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="87" />
|
||||
<hkern g1="y" g2="guillemotleft,guilsinglleft" k="20" />
|
||||
<hkern g1="y" g2="x" k="3" />
|
||||
<hkern g1="y" g2="slash" k="34" />
|
||||
<hkern g1="G" g2="J" k="-3" />
|
||||
<hkern g1="G" g2="Y" k="26" />
|
||||
<hkern g1="G" g2="T" k="17" />
|
||||
<hkern g1="G" g2="V,W" k="20" />
|
||||
<hkern g1="G" g2="dollar,s,sacute" k="-6" />
|
||||
<hkern g1="T" g2="J" k="140" />
|
||||
<hkern g1="T" g2="j" k="113" />
|
||||
<hkern g1="T" g2="v,w,yen" k="13" />
|
||||
<hkern g1="T" g2="u" k="35" />
|
||||
<hkern g1="T" g2="y" k="13" />
|
||||
<hkern g1="T" g2="t" k="16" />
|
||||
<hkern g1="T" g2="parenleft,at,C,G,O,Q,Oacute,Cacute" k="30" />
|
||||
<hkern g1="T" g2="seven" k="13" />
|
||||
<hkern g1="T" g2="four" k="92" />
|
||||
<hkern g1="T" g2="hyphen,endash,emdash" k="77" />
|
||||
<hkern g1="T" g2="zero,c,g,o,q,cent,copyright,registered,oacute,cacute,Euro" k="86" />
|
||||
<hkern g1="T" g2="a,aogonek" k="90" />
|
||||
<hkern g1="T" g2="z,zacute,zdotaccent" k="19" />
|
||||
<hkern g1="T" g2="numbersign" k="53" />
|
||||
<hkern g1="T" g2="dollar,s,sacute" k="66" />
|
||||
<hkern g1="T" g2="A,Aogonek" k="110" />
|
||||
<hkern g1="T" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="90" />
|
||||
<hkern g1="T" g2="guillemotleft,guilsinglleft" k="80" />
|
||||
<hkern g1="T" g2="x" k="22" />
|
||||
<hkern g1="T" g2="slash" k="54" />
|
||||
<hkern g1="T" g2="ampersand" k="56" />
|
||||
<hkern g1="T" g2="one" k="26" />
|
||||
<hkern g1="T" g2="six" k="42" />
|
||||
<hkern g1="T" g2="two" k="19" />
|
||||
<hkern g1="T" g2="nine" k="32" />
|
||||
<hkern g1="T" g2="three,eight" k="32" />
|
||||
<hkern g1="T" g2="S,Sacute" k="10" />
|
||||
<hkern g1="T" g2="b,d,e,f,h,i,k,l,m,n,p,r,eogonek,lslash,nacute" k="49" />
|
||||
<hkern g1="T" g2="five" k="32" />
|
||||
<hkern g1="L,Lslash" g2="J" k="-17" />
|
||||
<hkern g1="L,Lslash" g2="U" k="27" />
|
||||
<hkern g1="L,Lslash" g2="Y" k="120" />
|
||||
<hkern g1="L,Lslash" g2="j" k="-14" />
|
||||
<hkern g1="L,Lslash" g2="T" k="120" />
|
||||
<hkern g1="L,Lslash" g2="v,w,yen" k="80" />
|
||||
<hkern g1="L,Lslash" g2="u" k="20" />
|
||||
<hkern g1="L,Lslash" g2="y" k="89" />
|
||||
<hkern g1="L,Lslash" g2="V,W" k="89" />
|
||||
<hkern g1="L,Lslash" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="80" />
|
||||
<hkern g1="L,Lslash" g2="t" k="86" />
|
||||
<hkern g1="L,Lslash" g2="question" k="80" />
|
||||
<hkern g1="L,Lslash" g2="parenleft,at,C,G,O,Q,Oacute,Cacute" k="39" />
|
||||
<hkern g1="L,Lslash" g2="hyphen,endash,emdash" k="59" />
|
||||
<hkern g1="L,Lslash" g2="trademark" k="140" />
|
||||
<hkern g1="L,Lslash" g2="zero,c,g,o,q,cent,copyright,registered,oacute,cacute,Euro" k="13" />
|
||||
<hkern g1="L,Lslash" g2="backslash" k="100" />
|
||||
<hkern g1="L,Lslash" g2="a,aogonek" k="-17" />
|
||||
<hkern g1="L,Lslash" g2="A,Aogonek" k="-7" />
|
||||
<hkern g1="L,Lslash" g2="S,Sacute" k="10" />
|
||||
<hkern g1="a,aogonek" g2="J" k="-20" />
|
||||
<hkern g1="a,aogonek" g2="U" k="60" />
|
||||
<hkern g1="a,aogonek" g2="Y" k="139" />
|
||||
<hkern g1="a,aogonek" g2="j" k="-20" />
|
||||
<hkern g1="a,aogonek" g2="T" k="110" />
|
||||
<hkern g1="a,aogonek" g2="v,w,yen" k="77" />
|
||||
<hkern g1="a,aogonek" g2="u" k="37" />
|
||||
<hkern g1="a,aogonek" g2="y" k="90" />
|
||||
<hkern g1="a,aogonek" g2="V,W" k="93" />
|
||||
<hkern g1="a,aogonek" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="77" />
|
||||
<hkern g1="a,aogonek" g2="t" k="89" />
|
||||
<hkern g1="a,aogonek" g2="parenleft,at,C,G,O,Q,Oacute,Cacute" k="36" />
|
||||
<hkern g1="a,aogonek" g2="four" k="10" />
|
||||
<hkern g1="a,aogonek" g2="hyphen,endash,emdash" k="26" />
|
||||
<hkern g1="a,aogonek" g2="trademark" k="160" />
|
||||
<hkern g1="a,aogonek" g2="zero,c,g,o,q,cent,copyright,registered,oacute,cacute,Euro" k="23" />
|
||||
<hkern g1="a,aogonek" g2="backslash" k="113" />
|
||||
<hkern g1="a,aogonek" g2="a,aogonek" k="-20" />
|
||||
<hkern g1="a,aogonek" g2="numbersign" k="-37" />
|
||||
<hkern g1="a,aogonek" g2="A,Aogonek" k="-10" />
|
||||
<hkern g1="a,aogonek" g2="X" k="-10" />
|
||||
<hkern g1="a,aogonek" g2="x" k="-10" />
|
||||
<hkern g1="a,aogonek" g2="nine" k="10" />
|
||||
<hkern g1="a,aogonek" g2="S,Sacute" k="10" />
|
||||
<hkern g1="a,aogonek" g2="asterisk" k="46" />
|
||||
<hkern g1="seven,v,w,yen" g2="J" k="80" />
|
||||
<hkern g1="seven,v,w,yen" g2="Y" k="10" />
|
||||
<hkern g1="seven,v,w,yen" g2="j" k="80" />
|
||||
<hkern g1="seven,v,w,yen" g2="T" k="13" />
|
||||
<hkern g1="seven,v,w,yen" g2="v,w,yen" k="-17" />
|
||||
<hkern g1="seven,v,w,yen" g2="y" k="-10" />
|
||||
<hkern g1="seven,v,w,yen" g2="seven" k="-7" />
|
||||
<hkern g1="seven,v,w,yen" g2="four" k="39" />
|
||||
<hkern g1="seven,v,w,yen" g2="hyphen,endash,emdash" k="20" />
|
||||
<hkern g1="seven,v,w,yen" g2="zero,c,g,o,q,cent,copyright,registered,oacute,cacute,Euro" k="21" />
|
||||
<hkern g1="seven,v,w,yen" g2="a,aogonek" k="77" />
|
||||
<hkern g1="seven,v,w,yen" g2="numbersign" k="26" />
|
||||
<hkern g1="seven,v,w,yen" g2="dollar,s,sacute" k="7" />
|
||||
<hkern g1="seven,v,w,yen" g2="A,Aogonek" k="63" />
|
||||
<hkern g1="seven,v,w,yen" g2="X" k="7" />
|
||||
<hkern g1="seven,v,w,yen" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="76" />
|
||||
<hkern g1="seven,v,w,yen" g2="guillemotleft,guilsinglleft" k="20" />
|
||||
<hkern g1="seven,v,w,yen" g2="slash" k="66" />
|
||||
<hkern g1="seven,v,w,yen" g2="six" k="33" />
|
||||
<hkern g1="seven,v,w,yen" g2="five" k="7" />
|
||||
<hkern g1="Y" g2="J" k="158" />
|
||||
<hkern g1="Y" g2="Y" k="-10" />
|
||||
<hkern g1="Y" g2="j" k="141" />
|
||||
<hkern g1="Y" g2="v,w,yen" k="10" />
|
||||
<hkern g1="Y" g2="u" k="20" />
|
||||
<hkern g1="Y" g2="y" k="3" />
|
||||
<hkern g1="Y" g2="V,W" k="-10" />
|
||||
<hkern g1="Y" g2="t" k="20" />
|
||||
<hkern g1="Y" g2="parenleft,at,C,G,O,Q,Oacute,Cacute" k="50" />
|
||||
<hkern g1="Y" g2="four" k="66" />
|
||||
<hkern g1="Y" g2="hyphen,endash,emdash" k="74" />
|
||||
<hkern g1="Y" g2="zero,c,g,o,q,cent,copyright,registered,oacute,cacute,Euro" k="100" />
|
||||
<hkern g1="Y" g2="a,aogonek" k="139" />
|
||||
<hkern g1="Y" g2="z,zacute,zdotaccent" k="27" />
|
||||
<hkern g1="Y" g2="numbersign" k="99" />
|
||||
<hkern g1="Y" g2="dollar,s,sacute" k="46" />
|
||||
<hkern g1="Y" g2="A,Aogonek" k="103" />
|
||||
<hkern g1="Y" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="97" />
|
||||
<hkern g1="Y" g2="guillemotleft,guilsinglleft" k="120" />
|
||||
<hkern g1="Y" g2="x" k="6" />
|
||||
<hkern g1="Y" g2="slash" k="96" />
|
||||
<hkern g1="Y" g2="ampersand" k="60" />
|
||||
<hkern g1="Y" g2="six" k="50" />
|
||||
<hkern g1="Y" g2="S,Sacute" k="17" />
|
||||
<hkern g1="Y" g2="b,d,e,f,h,i,k,l,m,n,p,r,eogonek,lslash,nacute" k="30" />
|
||||
<hkern g1="Y" g2="five" k="40" />
|
||||
<hkern g1="Y" g2="guillemotright,guilsinglright" k="50" />
|
||||
<hkern g1="f" g2="J" k="74" />
|
||||
<hkern g1="f" g2="Y" k="14" />
|
||||
<hkern g1="f" g2="j" k="106" />
|
||||
<hkern g1="f" g2="T" k="26" />
|
||||
<hkern g1="f" g2="V,W" k="16" />
|
||||
<hkern g1="f" g2="four" k="26" />
|
||||
<hkern g1="f" g2="zero,c,g,o,q,cent,copyright,registered,oacute,cacute,Euro" k="13" />
|
||||
<hkern g1="f" g2="a,aogonek" k="86" />
|
||||
<hkern g1="f" g2="numbersign" k="16" />
|
||||
<hkern g1="f" g2="dollar,s,sacute" k="3" />
|
||||
<hkern g1="f" g2="A,Aogonek" k="57" />
|
||||
<hkern g1="f" g2="X" k="10" />
|
||||
<hkern g1="f" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="103" />
|
||||
<hkern g1="f" g2="slash" k="53" />
|
||||
<hkern g1="f" g2="braceright" k="14" />
|
||||
<hkern g1="f" g2="bracketright" k="14" />
|
||||
<hkern g1="dollar,s,sacute" g2="J" k="-6" />
|
||||
<hkern g1="dollar,s,sacute" g2="Y" k="16" />
|
||||
<hkern g1="dollar,s,sacute" g2="j" k="-6" />
|
||||
<hkern g1="dollar,s,sacute" g2="T" k="59" />
|
||||
<hkern g1="dollar,s,sacute" g2="v,w,yen" k="7" />
|
||||
<hkern g1="dollar,s,sacute" g2="V,W" k="6" />
|
||||
<hkern g1="dollar,s,sacute" g2="t" k="10" />
|
||||
<hkern g1="dollar,s,sacute" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="10" />
|
||||
<hkern g1="dollar,s,sacute" g2="x" k="14" />
|
||||
<hkern g1="A,Aogonek" g2="J" k="-27" />
|
||||
<hkern g1="A,Aogonek" g2="U" k="44" />
|
||||
<hkern g1="A,Aogonek" g2="Y" k="103" />
|
||||
<hkern g1="A,Aogonek" g2="j" k="-14" />
|
||||
<hkern g1="A,Aogonek" g2="T" k="110" />
|
||||
<hkern g1="A,Aogonek" g2="v,w,yen" k="63" />
|
||||
<hkern g1="A,Aogonek" g2="u" k="33" />
|
||||
<hkern g1="A,Aogonek" g2="y" k="80" />
|
||||
<hkern g1="A,Aogonek" g2="V,W" k="101" />
|
||||
<hkern g1="A,Aogonek" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="73" />
|
||||
<hkern g1="A,Aogonek" g2="t" k="63" />
|
||||
<hkern g1="A,Aogonek" g2="parenleft,at,C,G,O,Q,Oacute,Cacute" k="30" />
|
||||
<hkern g1="A,Aogonek" g2="four" k="13" />
|
||||
<hkern g1="A,Aogonek" g2="hyphen,endash,emdash" k="27" />
|
||||
<hkern g1="A,Aogonek" g2="trademark" k="139" />
|
||||
<hkern g1="A,Aogonek" g2="zero,c,g,o,q,cent,copyright,registered,oacute,cacute,Euro" k="17" />
|
||||
<hkern g1="A,Aogonek" g2="backslash" k="103" />
|
||||
<hkern g1="A,Aogonek" g2="a,aogonek" k="-10" />
|
||||
<hkern g1="A,Aogonek" g2="numbersign" k="-27" />
|
||||
<hkern g1="A,Aogonek" g2="A,Aogonek" k="-13" />
|
||||
<hkern g1="A,Aogonek" g2="X" k="-13" />
|
||||
<hkern g1="A,Aogonek" g2="guillemotleft,guilsinglleft" k="44" />
|
||||
<hkern g1="A,Aogonek" g2="nine" k="36" />
|
||||
<hkern g1="A,Aogonek" g2="asterisk" k="60" />
|
||||
<hkern g1="V,W" g2="J" k="111" />
|
||||
<hkern g1="V,W" g2="Y" k="-10" />
|
||||
<hkern g1="V,W" g2="j" k="107" />
|
||||
<hkern g1="V,W" g2="u" k="6" />
|
||||
<hkern g1="V,W" g2="V,W" k="-10" />
|
||||
<hkern g1="V,W" g2="parenleft,at,C,G,O,Q,Oacute,Cacute" k="30" />
|
||||
<hkern g1="V,W" g2="seven" k="-27" />
|
||||
<hkern g1="V,W" g2="four" k="69" />
|
||||
<hkern g1="V,W" g2="hyphen,endash,emdash" k="60" />
|
||||
<hkern g1="V,W" g2="zero,c,g,o,q,cent,copyright,registered,oacute,cacute,Euro" k="60" />
|
||||
<hkern g1="V,W" g2="backslash" k="-50" />
|
||||
<hkern g1="V,W" g2="a,aogonek" k="93" />
|
||||
<hkern g1="V,W" g2="z,zacute,zdotaccent" k="13" />
|
||||
<hkern g1="V,W" g2="numbersign" k="61" />
|
||||
<hkern g1="V,W" g2="dollar,s,sacute" k="33" />
|
||||
<hkern g1="V,W" g2="A,Aogonek" k="101" />
|
||||
<hkern g1="V,W" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="94" />
|
||||
<hkern g1="V,W" g2="guillemotleft,guilsinglleft" k="100" />
|
||||
<hkern g1="V,W" g2="x" k="13" />
|
||||
<hkern g1="V,W" g2="slash" k="67" />
|
||||
<hkern g1="V,W" g2="ampersand" k="20" />
|
||||
<hkern g1="V,W" g2="six" k="43" />
|
||||
<hkern g1="V,W" g2="S,Sacute" k="7" />
|
||||
<hkern g1="V,W" g2="b,d,e,f,h,i,k,l,m,n,p,r,eogonek,lslash,nacute" k="17" />
|
||||
<hkern g1="V,W" g2="five" k="54" />
|
||||
<hkern g1="V,W" g2="guillemotright,guilsinglright" k="50" />
|
||||
<hkern g1="k" g2="U" k="6" />
|
||||
<hkern g1="k" g2="Y" k="27" />
|
||||
<hkern g1="k" g2="j" k="-17" />
|
||||
<hkern g1="k" g2="T" k="26" />
|
||||
<hkern g1="k" g2="v,w,yen" k="3" />
|
||||
<hkern g1="k" g2="u" k="6" />
|
||||
<hkern g1="k" g2="y" k="6" />
|
||||
<hkern g1="k" g2="V,W" k="6" />
|
||||
<hkern g1="k" g2="parenleft,at,C,G,O,Q,Oacute,Cacute" k="30" />
|
||||
<hkern g1="k" g2="zero,c,g,o,q,cent,copyright,registered,oacute,cacute,Euro" k="37" />
|
||||
<hkern g1="k" g2="a,aogonek" k="-20" />
|
||||
<hkern g1="k" g2="dollar,s,sacute" k="20" />
|
||||
<hkern g1="k" g2="ampersand" k="19" />
|
||||
<hkern g1="c,cacute,Euro" g2="Y" k="67" />
|
||||
<hkern g1="c,cacute,Euro" g2="T" k="30" />
|
||||
<hkern g1="c,cacute,Euro" g2="v,w,yen" k="3" />
|
||||
<hkern g1="c,cacute,Euro" g2="y" k="10" />
|
||||
<hkern g1="c,cacute,Euro" g2="V,W" k="20" />
|
||||
<hkern g1="c,cacute,Euro" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="13" />
|
||||
<hkern g1="c,cacute,Euro" g2="t" k="13" />
|
||||
<hkern g1="c,cacute,Euro" g2="a,aogonek" k="3" />
|
||||
<hkern g1="c,cacute,Euro" g2="A,Aogonek" k="6" />
|
||||
<hkern g1="c,cacute,Euro" g2="x" k="14" />
|
||||
<hkern g1="c,cacute,Euro" g2="b,d,e,f,h,i,k,l,m,n,p,r,eogonek,lslash,nacute" k="6" />
|
||||
<hkern g1="x" g2="Y" k="6" />
|
||||
<hkern g1="x" g2="j" k="-13" />
|
||||
<hkern g1="x" g2="T" k="22" />
|
||||
<hkern g1="x" g2="u" k="7" />
|
||||
<hkern g1="x" g2="y" k="3" />
|
||||
<hkern g1="x" g2="V,W" k="13" />
|
||||
<hkern g1="x" g2="zero,c,g,o,q,cent,copyright,registered,oacute,cacute,Euro" k="33" />
|
||||
<hkern g1="x" g2="a,aogonek" k="-10" />
|
||||
<hkern g1="x" g2="dollar,s,sacute" k="14" />
|
||||
<hkern g1="x" g2="x" k="-10" />
|
||||
<hkern g1="F" g2="J" k="143" />
|
||||
<hkern g1="F" g2="j" k="113" />
|
||||
<hkern g1="F" g2="v,w,yen" k="10" />
|
||||
<hkern g1="F" g2="y" k="13" />
|
||||
<hkern g1="F" g2="t" k="19" />
|
||||
<hkern g1="F" g2="parenleft,at,C,G,O,Q,Oacute,Cacute" k="22" />
|
||||
<hkern g1="F" g2="four" k="49" />
|
||||
<hkern g1="F" g2="zero,c,g,o,q,cent,copyright,registered,oacute,cacute,Euro" k="47" />
|
||||
<hkern g1="F" g2="a,aogonek" k="99" />
|
||||
<hkern g1="F" g2="z,zacute,zdotaccent" k="13" />
|
||||
<hkern g1="F" g2="numbersign" k="77" />
|
||||
<hkern g1="F" g2="dollar,s,sacute" k="24" />
|
||||
<hkern g1="F" g2="A,Aogonek" k="106" />
|
||||
<hkern g1="F" g2="X" k="7" />
|
||||
<hkern g1="F" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="133" />
|
||||
<hkern g1="F" g2="slash" k="80" />
|
||||
<hkern g1="F" g2="ampersand" k="13" />
|
||||
<hkern g1="F" g2="six" k="47" />
|
||||
<hkern g1="F" g2="S,Sacute" k="17" />
|
||||
<hkern g1="F" g2="b,d,e,f,h,i,k,l,m,n,p,r,eogonek,lslash,nacute" k="16" />
|
||||
<hkern g1="p" g2="J" k="60" />
|
||||
<hkern g1="p" g2="Y" k="56" />
|
||||
<hkern g1="p" g2="j" k="87" />
|
||||
<hkern g1="p" g2="T" k="62" />
|
||||
<hkern g1="p" g2="y" k="14" />
|
||||
<hkern g1="p" g2="V,W" k="26" />
|
||||
<hkern g1="p" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="13" />
|
||||
<hkern g1="p" g2="four" k="13" />
|
||||
<hkern g1="p" g2="zero,c,g,o,q,cent,copyright,registered,oacute,cacute,Euro" k="-7" />
|
||||
<hkern g1="p" g2="a,aogonek" k="53" />
|
||||
<hkern g1="p" g2="numbersign" k="13" />
|
||||
<hkern g1="p" g2="A,Aogonek" k="46" />
|
||||
<hkern g1="p" g2="X" k="54" />
|
||||
<hkern g1="p" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="90" />
|
||||
<hkern g1="p" g2="x" k="27" />
|
||||
<hkern g1="p" g2="parenright" k="14" />
|
||||
<hkern g1="p" g2="slash" k="50" />
|
||||
<hkern g1="p" g2="braceright" k="27" />
|
||||
<hkern g1="p" g2="bracketright" k="20" />
|
||||
<hkern g1="p" g2="Z,Zacute,Zdotaccent" k="6" />
|
||||
<hkern g1="S,Sacute" g2="J" k="-6" />
|
||||
<hkern g1="S,Sacute" g2="Y" k="17" />
|
||||
<hkern g1="S,Sacute" g2="T" k="10" />
|
||||
<hkern g1="S,Sacute" g2="X" k="10" />
|
||||
<hkern g1="S,Sacute" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="10" />
|
||||
<hkern g1="h,i,m,n,sterling,nacute" g2="Y" k="30" />
|
||||
<hkern g1="h,i,m,n,sterling,nacute" g2="j" k="-3" />
|
||||
<hkern g1="h,i,m,n,sterling,nacute" g2="T" k="49" />
|
||||
<hkern g1="h,i,m,n,sterling,nacute" g2="V,W" k="17" />
|
||||
<hkern g1="K" g2="J" k="-17" />
|
||||
<hkern g1="K" g2="U" k="20" />
|
||||
<hkern g1="K" g2="Y" k="6" />
|
||||
<hkern g1="K" g2="j" k="-13" />
|
||||
<hkern g1="K" g2="T" k="6" />
|
||||
<hkern g1="K" g2="v,w,yen" k="56" />
|
||||
<hkern g1="K" g2="u" k="47" />
|
||||
<hkern g1="K" g2="y" k="70" />
|
||||
<hkern g1="K" g2="V,W" k="6" />
|
||||
<hkern g1="K" g2="t" k="70" />
|
||||
<hkern g1="K" g2="parenleft,at,C,G,O,Q,Oacute,Cacute" k="55" />
|
||||
<hkern g1="K" g2="zero,c,g,o,q,cent,copyright,registered,oacute,cacute,Euro" k="47" />
|
||||
<hkern g1="K" g2="dollar,s,sacute" k="30" />
|
||||
<hkern g1="K" g2="A,Aogonek" k="-23" />
|
||||
<hkern g1="j,u" g2="Y" k="20" />
|
||||
<hkern g1="j,u" g2="j" k="20" />
|
||||
<hkern g1="j,u" g2="T" k="35" />
|
||||
<hkern g1="j,u" g2="V,W" k="6" />
|
||||
<hkern g1="j,u" g2="a,aogonek" k="37" />
|
||||
<hkern g1="j,u" g2="A,Aogonek" k="33" />
|
||||
<hkern g1="j,u" g2="X" k="20" />
|
||||
<hkern g1="j,u" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="40" />
|
||||
<hkern g1="j,u" g2="x" k="7" />
|
||||
<hkern g1="C,Cacute" g2="Y" k="20" />
|
||||
<hkern g1="C,Cacute" g2="T" k="14" />
|
||||
<hkern g1="C,Cacute" g2="V,W" k="10" />
|
||||
<hkern g1="C,Cacute" g2="zero,c,g,o,q,cent,copyright,registered,oacute,cacute,Euro" k="6" />
|
||||
<hkern g1="C,Cacute" g2="a,aogonek" k="23" />
|
||||
<hkern g1="C,Cacute" g2="numbersign" k="-10" />
|
||||
<hkern g1="C,Cacute" g2="A,Aogonek" k="14" />
|
||||
<hkern g1="C,Cacute" g2="X" k="20" />
|
||||
<hkern g1="X" g2="J" k="-10" />
|
||||
<hkern g1="X" g2="U" k="14" />
|
||||
<hkern g1="X" g2="v,w,yen" k="23" />
|
||||
<hkern g1="X" g2="u" k="20" />
|
||||
<hkern g1="X" g2="y" k="16" />
|
||||
<hkern g1="X" g2="t" k="30" />
|
||||
<hkern g1="X" g2="parenleft,at,C,G,O,Q,Oacute,Cacute" k="47" />
|
||||
<hkern g1="X" g2="zero,c,g,o,q,cent,copyright,registered,oacute,cacute,Euro" k="37" />
|
||||
<hkern g1="X" g2="a,aogonek" k="-10" />
|
||||
<hkern g1="X" g2="A,Aogonek" k="-13" />
|
||||
<hkern g1="X" g2="X" k="-10" />
|
||||
<hkern g1="X" g2="ampersand" k="6" />
|
||||
<hkern g1="X" g2="S,Sacute" k="10" />
|
||||
<hkern g1="P" g2="J" k="117" />
|
||||
<hkern g1="P" g2="Y" k="20" />
|
||||
<hkern g1="P" g2="j" k="107" />
|
||||
<hkern g1="P" g2="T" k="13" />
|
||||
<hkern g1="P" g2="v,w,yen" k="-3" />
|
||||
<hkern g1="P" g2="u" k="-6" />
|
||||
<hkern g1="P" g2="y" k="-14" />
|
||||
<hkern g1="P" g2="parenleft,at,C,G,O,Q,Oacute,Cacute" k="-10" />
|
||||
<hkern g1="P" g2="four" k="33" />
|
||||
<hkern g1="P" g2="a,aogonek" k="60" />
|
||||
<hkern g1="P" g2="numbersign" k="43" />
|
||||
<hkern g1="P" g2="A,Aogonek" k="77" />
|
||||
<hkern g1="P" g2="X" k="47" />
|
||||
<hkern g1="P" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="114" />
|
||||
<hkern g1="P" g2="slash" k="60" />
|
||||
<hkern g1="P" g2="Z,Zacute,Zdotaccent" k="10" />
|
||||
<hkern g1="e,eogonek" g2="Y" k="24" />
|
||||
<hkern g1="e,eogonek" g2="j" k="-7" />
|
||||
<hkern g1="e,eogonek" g2="T" k="16" />
|
||||
<hkern g1="e,eogonek" g2="u" k="3" />
|
||||
<hkern g1="e,eogonek" g2="zero,c,g,o,q,cent,copyright,registered,oacute,cacute,Euro" k="20" />
|
||||
<hkern g1="guillemotleft,guilsinglleft" g2="V,W" k="50" />
|
||||
<hkern g1="guillemotleft,guilsinglleft" g2="Y" k="50" />
|
||||
<hkern g1="guillemotleft,guilsinglleft" g2="J" k="27" />
|
||||
<hkern g1="guillemotleft,guilsinglleft" g2="T" k="20" />
|
||||
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="V,W" k="94" />
|
||||
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="Y" k="97" />
|
||||
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="J" k="-27" />
|
||||
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="T" k="90" />
|
||||
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="t" k="83" />
|
||||
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="parenleft,at,C,G,O,Q,Oacute,Cacute" k="24" />
|
||||
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="S,Sacute" k="7" />
|
||||
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="u" k="40" />
|
||||
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="four" k="27" />
|
||||
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="y" k="83" />
|
||||
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="six" k="20" />
|
||||
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="j" k="-13" />
|
||||
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="one" k="54" />
|
||||
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="nine" k="60" />
|
||||
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="v,w,yen" k="76" />
|
||||
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="zero,c,g,o,q,cent,copyright,registered,oacute,cacute,Euro" k="24" />
|
||||
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="numbersign" k="-20" />
|
||||
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="U" k="40" />
|
||||
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="dollar,s,sacute" k="7" />
|
||||
<hkern g1="four" g2="Y" k="20" />
|
||||
<hkern g1="four" g2="T" k="49" />
|
||||
<hkern g1="four" g2="backslash" k="46" />
|
||||
<hkern g1="four" g2="slash" k="-30" />
|
||||
<hkern g1="four" g2="seven" k="6" />
|
||||
<hkern g1="ampersand" g2="A,Aogonek" k="6" />
|
||||
<hkern g1="ampersand" g2="a,aogonek" k="24" />
|
||||
<hkern g1="ampersand" g2="V,W" k="27" />
|
||||
<hkern g1="ampersand" g2="Y" k="77" />
|
||||
<hkern g1="ampersand" g2="J" k="40" />
|
||||
<hkern g1="ampersand" g2="T" k="90" />
|
||||
<hkern g1="ampersand" g2="t" k="29" />
|
||||
<hkern g1="ampersand" g2="parenleft,at,C,G,O,Q,Oacute,Cacute" k="-10" />
|
||||
<hkern g1="ampersand" g2="y" k="24" />
|
||||
<hkern g1="ampersand" g2="j" k="54" />
|
||||
<hkern g1="ampersand" g2="one" k="44" />
|
||||
<hkern g1="ampersand" g2="v,w,yen" k="17" />
|
||||
<hkern g1="ampersand" g2="zero,c,g,o,q,cent,copyright,registered,oacute,cacute,Euro" k="-10" />
|
||||
<hkern g1="ampersand" g2="seven" k="53" />
|
||||
<hkern g1="ampersand" g2="x" k="20" />
|
||||
<hkern g1="ampersand" g2="two" k="33" />
|
||||
<hkern g1="ampersand" g2="X" k="37" />
|
||||
<hkern g1="ampersand" g2="z,zacute,zdotaccent" k="6" />
|
||||
<hkern g1="ampersand" g2="three,eight" k="30" />
|
||||
<hkern g1="three,eight" g2="T" k="32" />
|
||||
<hkern g1="three,eight" g2="backslash" k="53" />
|
||||
<hkern g1="three,eight" g2="slash" k="-17" />
|
||||
<hkern g1="braceleft" g2="parenleft,at,C,G,O,Q,Oacute,Cacute" k="10" />
|
||||
<hkern g1="braceleft" g2="four" k="53" />
|
||||
<hkern g1="braceleft" g2="one" k="12" />
|
||||
<hkern g1="braceleft" g2="zero,c,g,o,q,cent,copyright,registered,oacute,cacute,Euro" k="47" />
|
||||
<hkern g1="numbersign" g2="A,Aogonek" k="50" />
|
||||
<hkern g1="numbersign" g2="a,aogonek" k="49" />
|
||||
<hkern g1="numbersign" g2="V,W" k="-13" />
|
||||
<hkern g1="numbersign" g2="Y" k="14" />
|
||||
<hkern g1="numbersign" g2="T" k="-33" />
|
||||
<hkern g1="numbersign" g2="t" k="-30" />
|
||||
<hkern g1="numbersign" g2="y" k="-7" />
|
||||
<hkern g1="numbersign" g2="j" k="54" />
|
||||
<hkern g1="numbersign" g2="v,w,yen" k="-14" />
|
||||
<hkern g1="numbersign" g2="backslash" k="27" />
|
||||
<hkern g1="numbersign" g2="slash" k="46" />
|
||||
<hkern g1="numbersign" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="80" />
|
||||
<hkern g1="six" g2="V,W" k="70" />
|
||||
<hkern g1="six" g2="Y" k="56" />
|
||||
<hkern g1="six" g2="T" k="38" />
|
||||
<hkern g1="six" g2="y" k="43" />
|
||||
<hkern g1="six" g2="one" k="40" />
|
||||
<hkern g1="six" g2="v,w,yen" k="30" />
|
||||
<hkern g1="six" g2="backslash" k="56" />
|
||||
<hkern g1="six" g2="slash" k="-20" />
|
||||
<hkern g1="six" g2="seven" k="24" />
|
||||
<hkern g1="six" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="24" />
|
||||
<hkern g1="nine" g2="A,Aogonek" k="50" />
|
||||
<hkern g1="nine" g2="a,aogonek" k="33" />
|
||||
<hkern g1="nine" g2="J" k="70" />
|
||||
<hkern g1="nine" g2="T" k="32" />
|
||||
<hkern g1="nine" g2="j" k="40" />
|
||||
<hkern g1="nine" g2="backslash" k="30" />
|
||||
<hkern g1="nine" g2="slash" k="27" />
|
||||
<hkern g1="nine" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="74" />
|
||||
<hkern g1="nine" g2="five" k="7" />
|
||||
<hkern g1="slash" g2="A,Aogonek" k="103" />
|
||||
<hkern g1="slash" g2="a,aogonek" k="113" />
|
||||
<hkern g1="slash" g2="t" k="-14" />
|
||||
<hkern g1="slash" g2="parenleft,at,C,G,O,Q,Oacute,Cacute" k="14" />
|
||||
<hkern g1="slash" g2="S,Sacute" k="33" />
|
||||
<hkern g1="slash" g2="four" k="116" />
|
||||
<hkern g1="slash" g2="six" k="100" />
|
||||
<hkern g1="slash" g2="j" k="57" />
|
||||
<hkern g1="slash" g2="one" k="70" />
|
||||
<hkern g1="slash" g2="nine" k="54" />
|
||||
<hkern g1="slash" g2="zero,c,g,o,q,cent,copyright,registered,oacute,cacute,Euro" k="77" />
|
||||
<hkern g1="slash" g2="numbersign" k="113" />
|
||||
<hkern g1="slash" g2="dollar,s,sacute" k="46" />
|
||||
<hkern g1="slash" g2="two" k="56" />
|
||||
<hkern g1="slash" g2="z,zacute,zdotaccent" k="14" />
|
||||
<hkern g1="slash" g2="three,eight" k="70" />
|
||||
<hkern g1="slash" g2="five" k="64" />
|
||||
<hkern g1="two" g2="T" k="19" />
|
||||
<hkern g1="two" g2="backslash" k="43" />
|
||||
<hkern g1="two" g2="slash" k="-37" />
|
||||
<hkern g1="asterisk" g2="A,Aogonek" k="60" />
|
||||
<hkern g1="asterisk" g2="a,aogonek" k="46" />
|
||||
<hkern g1="asterisk" g2="J" k="108" />
|
||||
<hkern g1="asterisk" g2="j" k="114" />
|
||||
<hkern g1="guillemotright,guilsinglright" g2="A,Aogonek" k="44" />
|
||||
<hkern g1="guillemotright,guilsinglright" g2="V,W" k="100" />
|
||||
<hkern g1="guillemotright,guilsinglright" g2="Y" k="120" />
|
||||
<hkern g1="guillemotright,guilsinglright" g2="J" k="54" />
|
||||
<hkern g1="guillemotright,guilsinglright" g2="T" k="80" />
|
||||
<hkern g1="guillemotright,guilsinglright" g2="t" k="14" />
|
||||
<hkern g1="guillemotright,guilsinglright" g2="y" k="26" />
|
||||
<hkern g1="guillemotright,guilsinglright" g2="j" k="44" />
|
||||
<hkern g1="guillemotright,guilsinglright" g2="v,w,yen" k="26" />
|
||||
<hkern g1="guillemotright,guilsinglright" g2="z,zacute,zdotaccent" k="6" />
|
||||
<hkern g1="guillemotright,guilsinglright" g2="Z,Zacute,Zdotaccent" k="6" />
|
||||
<hkern g1="parenleft" g2="parenleft,at,C,G,O,Q,Oacute,Cacute" k="37" />
|
||||
<hkern g1="parenleft" g2="four" k="49" />
|
||||
<hkern g1="parenleft" g2="one" k="7" />
|
||||
<hkern g1="parenleft" g2="zero,c,g,o,q,cent,copyright,registered,oacute,cacute,Euro" k="27" />
|
||||
<hkern g1="backslash" g2="V,W" k="77" />
|
||||
<hkern g1="backslash" g2="Y" k="96" />
|
||||
<hkern g1="backslash" g2="T" k="54" />
|
||||
<hkern g1="backslash" g2="t" k="46" />
|
||||
<hkern g1="backslash" g2="four" k="-14" />
|
||||
<hkern g1="backslash" g2="y" k="60" />
|
||||
<hkern g1="backslash" g2="j" k="-20" />
|
||||
<hkern g1="backslash" g2="one" k="33" />
|
||||
<hkern g1="backslash" g2="nine" k="23" />
|
||||
<hkern g1="backslash" g2="v,w,yen" k="60" />
|
||||
<hkern g1="backslash" g2="zero,c,g,o,q,cent,copyright,registered,oacute,cacute,Euro" k="14" />
|
||||
<hkern g1="backslash" g2="seven" k="24" />
|
||||
<hkern g1="backslash" g2="two" k="-27" />
|
||||
<hkern g1="backslash" g2="z,zacute,zdotaccent" k="-40" />
|
||||
<hkern g1="backslash" g2="three,eight" k="3" />
|
||||
<hkern g1="backslash" g2="five" k="-7" />
|
||||
<hkern g1="one" g2="T" k="3" />
|
||||
<hkern g1="one" g2="slash" k="-24" />
|
||||
<hkern g1="five" g2="Y" k="33" />
|
||||
<hkern g1="five" g2="T" k="32" />
|
||||
<hkern g1="five" g2="one" k="6" />
|
||||
<hkern g1="five" g2="backslash" k="20" />
|
||||
<hkern g1="five" g2="slash" k="-26" />
|
||||
<hkern g1="five" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="13" />
|
||||
<hkern g1="bracketleft" g2="parenleft,at,C,G,O,Q,Oacute,Cacute" k="20" />
|
||||
<hkern g1="bracketleft" g2="four" k="53" />
|
||||
<hkern g1="bracketleft" g2="one" k="-3" />
|
||||
<hkern g1="bracketleft" g2="zero,c,g,o,q,cent,copyright,registered,oacute,cacute,Euro" k="33" />
|
||||
<hkern g1="hyphen,endash,emdash" g2="A,Aogonek" k="27" />
|
||||
<hkern g1="hyphen,endash,emdash" g2="a,aogonek" k="26" />
|
||||
<hkern g1="hyphen,endash,emdash" g2="V,W" k="60" />
|
||||
<hkern g1="hyphen,endash,emdash" g2="Y" k="74" />
|
||||
<hkern g1="hyphen,endash,emdash" g2="J" k="60" />
|
||||
<hkern g1="hyphen,endash,emdash" g2="T" k="77" />
|
||||
<hkern g1="hyphen,endash,emdash" g2="t" k="29" />
|
||||
<hkern g1="hyphen,endash,emdash" g2="y" k="39" />
|
||||
<hkern g1="hyphen,endash,emdash" g2="j" k="53" />
|
||||
<hkern g1="hyphen,endash,emdash" g2="one" k="19" />
|
||||
<hkern g1="hyphen,endash,emdash" g2="v,w,yen" k="20" />
|
||||
<hkern g1="hyphen,endash,emdash" g2="seven" k="22" />
|
||||
<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="A,Aogonek" k="104" />
|
||||
<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="a,aogonek" k="113" />
|
||||
<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="J" k="104" />
|
||||
<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="parenleft,at,C,G,O,Q,Oacute,Cacute" k="17" />
|
||||
<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="S,Sacute" k="33" />
|
||||
<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="six" k="40" />
|
||||
<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="j" k="101" />
|
||||
<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="zero,c,g,o,q,cent,copyright,registered,oacute,cacute,Euro" k="50" />
|
||||
<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="U" k="-10" />
|
||||
<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="dollar,s,sacute" k="50" />
|
||||
</font>
|
||||
</defs></svg>
|
After Width: | Height: | Size: 66 KiB |
BIN
fonts/Novecentosanswide-DemiBold-webfont.ttf
Executable file
BIN
fonts/Novecentosanswide-DemiBold-webfont.ttf
Executable file
Binary file not shown.
BIN
fonts/Novecentosanswide-DemiBold-webfont.woff
Executable file
BIN
fonts/Novecentosanswide-DemiBold-webfont.woff
Executable file
Binary file not shown.
BIN
fonts/Novecentosanswide-DemiBold-webfont.woff2
Executable file
BIN
fonts/Novecentosanswide-DemiBold-webfont.woff2
Executable file
Binary file not shown.
BIN
fonts/Novecentosanswide-Medium-webfont.eot
Executable file
BIN
fonts/Novecentosanswide-Medium-webfont.eot
Executable file
Binary file not shown.
879
fonts/Novecentosanswide-Medium-webfont.svg
Executable file
879
fonts/Novecentosanswide-Medium-webfont.svg
Executable file
|
@ -0,0 +1,879 @@
|
|||
<?xml version="1.0" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
|
||||
<svg xmlns="http://www.w3.org/2000/svg">
|
||||
<metadata></metadata>
|
||||
<defs>
|
||||
<font id="novecento_sans_widemedium" horiz-adv-x="668" >
|
||||
<font-face units-per-em="1000" ascent="821" descent="-179" />
|
||||
<missing-glyph horiz-adv-x="250" />
|
||||
<glyph horiz-adv-x="0" />
|
||||
<glyph horiz-adv-x="333" />
|
||||
<glyph unicode=" " horiz-adv-x="250" />
|
||||
<glyph unicode="	" horiz-adv-x="250" />
|
||||
<glyph unicode=" " horiz-adv-x="250" />
|
||||
<glyph unicode="!" horiz-adv-x="290" d="M200 700v-526h-110v526h110zM145 -9q-30 0 -47 17t-17 43t17 42.5t47 16.5q31 0 48 -16.5t17 -42.5q0 -27 -17 -43.5t-48 -16.5z" />
|
||||
<glyph unicode=""" horiz-adv-x="374" d="M153 700l-6 -237h-91l-6 237h103zM323 700l-6 -237h-92l-6 237h104z" />
|
||||
<glyph unicode="#" horiz-adv-x="663" d="M467 191h86l-27 -96h-85l-26 -95h-91l25 95h-137l-25 -95h-91l25 95h-86l27 96h86l47 179h-85l27 96h84l26 94h91l-25 -94h136l26 94h91l-25 -94h87l-27 -96h-86zM287 370l-48 -179h136l48 179h-136z" />
|
||||
<glyph unicode="$" horiz-adv-x="483" d="M451 155q0 -70 -43.5 -112.5t-118.5 -51.5v-81h-86v81q-148 20 -171 149l96 25q6 -42 37 -68.5t84 -26.5q45 0 72 20.5t27 59.5q0 16 -4 28.5t-14 21.5t-18 15.5t-26 12.5t-28 9t-33 8.5t-32 7.5q-32 8 -54 17t-46.5 26.5t-37.5 46t-13 67.5q0 67 40 108t112 50v82h87 v-82q135 -15 164 -135l-91 -24q-18 81 -114 81q-49 0 -74 -20.5t-25 -54.5q0 -40 29.5 -57.5t98.5 -33.5q39 -9 62.5 -17t55.5 -26.5t48 -50t16 -75.5z" />
|
||||
<glyph unicode="%" horiz-adv-x="723" d="M167 221q-133 0 -133 175t133 175q132 0 132 -175t-132 -175zM490 560l-188 -560h-70l188 560h70zM167 294q31 0 46 22.5t15 79.5q0 56 -15 79t-46 23t-46 -23t-15 -79q0 -57 15 -79.5t46 -22.5zM557 -6q-133 0 -133 174q0 175 133 175q132 0 132 -175q0 -174 -132 -174z M557 66q31 0 46 23t15 79q0 57 -15 80t-46 23t-46 -23t-15 -80q0 -56 15 -79t46 -23z" />
|
||||
<glyph unicode="&" horiz-adv-x="616" d="M503 240v-59q0 -94 -59.5 -143t-171.5 -49q-110 0 -166.5 44.5t-56.5 118.5q0 54 29.5 90.5t74.5 45.5v2q-40 9 -69.5 42t-29.5 90q0 74 53 111.5t150 37.5q193 0 241 -146l-96 -26q-28 85 -136 85q-105 0 -105 -72q0 -35 27.5 -57t83.5 -22h317v-93h-86zM398 240h-130 q-113 0 -113 -82q0 -84 118 -84q64 0 94.5 26t30.5 82v58z" />
|
||||
<glyph unicode="'" horiz-adv-x="205" d="M153 700l-6 -237h-91l-6 237h103z" />
|
||||
<glyph unicode="(" horiz-adv-x="375" d="M326 795l30 -101q-101 -33 -148.5 -133.5t-47.5 -271.5q0 -340 196 -405l-30 -101q-273 95 -273 506t273 506z" />
|
||||
<glyph unicode=")" horiz-adv-x="375" d="M49 -216l-30 101q196 65 196 404q0 342 -196 406l30 100q273 -93 273 -506q0 -410 -273 -505z" />
|
||||
<glyph unicode="*" horiz-adv-x="481" d="M298 514l70 -97l-59 -43l-69 99l-68 -99l-60 42l70 98l-112 34l22 69l112 -36v119h72v-119l113 36l22 -69z" />
|
||||
<glyph unicode="+" d="M528 240h-145v-158h-97l-1 158h-146v92h146v157h97l1 -157h145v-92z" />
|
||||
<glyph unicode="," horiz-adv-x="244" d="M109 5q-22 -2 -35.5 11t-13.5 36q0 24 17 40t44 16q32 0 51.5 -20.5t19.5 -56.5q0 -41 -27 -79t-73 -53l-42 45q21 6 37 24t22 37z" />
|
||||
<glyph unicode="-" horiz-adv-x="578" d="M483 240h-389v92h389v-92z" />
|
||||
<glyph unicode="." horiz-adv-x="244" d="M122 -9q-31 0 -48 17t-17 43t17 42.5t48 16.5q30 0 47 -16.5t17 -42.5q0 -27 -17 -43.5t-47 -16.5z" />
|
||||
<glyph unicode="/" horiz-adv-x="505" d="M485 700l-350 -700h-115l352 700h113z" />
|
||||
<glyph unicode="0" horiz-adv-x="527" d="M264 571q107 0 167 -74.5t60 -216.5t-60 -216.5t-167 -74.5q-108 0 -168 74.5t-60 216.5t60 216.5t168 74.5zM264 475q-64 0 -93.5 -47.5t-29.5 -147.5t30 -147.5t93 -47.5t92.5 48t29.5 147q0 100 -29.5 147.5t-92.5 47.5z" />
|
||||
<glyph unicode="1" horiz-adv-x="360" d="M180 0v336q0 19 1 45t2 42l1 16h-2l-7 -8q-7 -8 -16.5 -18.5t-15.5 -15.5l-47 -47l-61 75l152 135h98v-560h-105z" />
|
||||
<glyph unicode="2" horiz-adv-x="497" d="M47 0v114l199 147q55 42 78 71t23 62q0 38 -26.5 63t-77.5 25q-47 0 -73 -23.5t-30 -60.5l-99 27q14 76 70.5 111t138.5 35q98 0 151 -46t53 -127q0 -64 -34.5 -106t-111.5 -95l-141 -102l1 -3l28 1q29 1 56 1h204v-94h-409z" />
|
||||
<glyph unicode="3" horiz-adv-x="499" d="M347 294v-4q50 -5 83 -40t33 -94q0 -75 -56 -121t-151 -46q-88 0 -146.5 41.5t-73.5 117.5l92 26q20 -95 125 -95q52 0 80 25.5t28 65.5t-29 61t-79 21h-59v76h55q51 0 78.5 20.5t27.5 58.5q0 37 -27 57.5t-76 20.5q-98 0 -110 -86l-95 26q29 146 215 146q96 0 145.5 -39 t49.5 -107q0 -58 -33 -91.5t-77 -39.5z" />
|
||||
<glyph unicode="4" horiz-adv-x="537" d="M415 0h-105v137h-277v93l224 330h158v-334h81v-89h-81v-137zM310 346v132h-4l-175 -250l2 -2h84h93v120z" />
|
||||
<glyph unicode="5" horiz-adv-x="506" d="M156 328l3 -2q15 15 45 27t67 12q89 0 141.5 -51t52.5 -133q0 -87 -57.5 -139.5t-153.5 -52.5q-84 0 -141 40.5t-72 107.5l91 23q9 -39 40.5 -61.5t78.5 -22.5q51 0 82.5 28.5t31.5 76.5q0 49 -31.5 77t-85.5 28q-78 0 -104 -52l-86 23l53 303h318v-98h-248l-12 -72 q-8 -46 -13 -62z" />
|
||||
<glyph unicode="6" horiz-adv-x="505" d="M177 324l3 -3q36 39 103 39q80 0 133.5 -49.5t53.5 -128.5q0 -86 -60 -139.5t-159 -53.5q-97 0 -157.5 53t-60.5 148t86 206l129 164h112zM253 78q53 0 85 29t33 78q0 48 -31.5 76t-86.5 28q-54 0 -85.5 -28t-31.5 -76q0 -49 32 -78t85 -29z" />
|
||||
<glyph unicode="7" horiz-adv-x="484" d="M462 483l-273 -483h-108l202 358q13 23 28.5 49t24.5 39l8 14l-2 3l-74 -1h-238v98h432v-77z" />
|
||||
<glyph unicode="8" horiz-adv-x="509" d="M36 153q0 60 36.5 96t87.5 45v3q-32 5 -65.5 37.5t-33.5 87.5q0 64 52.5 106.5t140.5 42.5t140.5 -42.5t52.5 -105.5q0 -55 -33.5 -88t-64.5 -38v-3q50 -9 87 -44.5t37 -96.5q0 -72 -57.5 -118.5t-159.5 -46.5t-161 45.5t-59 119.5zM152 417q0 -38 28.5 -59t73.5 -21 q47 1 74.5 22.5t27.5 57.5q0 37 -28 58.5t-74 21.5q-47 0 -74.5 -22t-27.5 -58zM136 159q0 -43 32.5 -67t85.5 -24q54 0 86 24t32 67t-32 66t-86 23t-86 -23.5t-32 -65.5z" />
|
||||
<glyph unicode="9" horiz-adv-x="512" d="M333 230l-3 3q-35 -38 -104 -38q-84 0 -136.5 51.5t-52.5 129.5q0 86 62 140.5t158 54.5q94 0 157 -53.5t63 -148.5q0 -67 -28.5 -120t-84.5 -117l-116 -132h-117zM255 481q-52 0 -85.5 -27.5t-33.5 -80.5t33 -79t86 -26q54 0 86.5 26.5t32.5 79.5t-33 80t-86 27z" />
|
||||
<glyph unicode=":" horiz-adv-x="244" d="M122 332q-31 0 -48 17t-17 43t17 42.5t48 16.5q30 0 47 -16.5t17 -42.5t-17 -43t-47 -17zM122 -9q-31 0 -48 17t-17 43t17 42.5t48 16.5q30 0 47 -16.5t17 -42.5q0 -27 -17 -43.5t-47 -16.5z" />
|
||||
<glyph unicode=";" horiz-adv-x="244" d="M122 332q-31 0 -48 17t-17 43t17 42.5t48 16.5q30 0 47 -16.5t17 -42.5t-17 -43t-47 -17zM109 6q-22 -2 -35.5 11t-13.5 36q0 24 17 39.5t44 15.5q32 0 51.5 -20.5t19.5 -56.5q0 -41 -27 -79t-73 -53l-42 45q21 7 37 25t22 37z" />
|
||||
<glyph unicode="<" d="M544 38l-451 210v76l451 210v-96l-329 -151v-3l329 -150v-96z" />
|
||||
<glyph unicode="=" d="M528 342h-389v92h389v-92zM528 142h-389v92h389v-92z" />
|
||||
<glyph unicode=">" d="M453 284v3l-329 151v96l451 -210v-76l-451 -210v96z" />
|
||||
<glyph unicode="?" horiz-adv-x="568" d="M219 174v175q114 39 158 73.5t44 79.5q0 44 -31 75.5t-100 31.5q-65 0 -100 -27.5t-51 -80.5l-104 28q22 87 90 136t170 49q114 0 176 -57.5t62 -140.5q0 -44 -17 -80.5t-48.5 -62.5t-63.5 -43.5t-73 -32.5v-123h-112zM274 -9q-31 0 -48 17t-17 43t17 42.5t48 16.5 t48 -16.5t17 -42.5t-17 -43t-48 -17z" />
|
||||
<glyph unicode="@" horiz-adv-x="790" d="M568 427v-196q0 -47 8.5 -68t36.5 -21q32 0 48 34.5t16 93.5q0 131 -75.5 210.5t-204.5 79.5t-206.5 -82t-77.5 -216q0 -149 73 -222.5t189 -73.5q21 0 41 2t36 5t29.5 7t25 9.5t20 9.5t16 10t11.5 9t8.5 7.5t5.5 4.5l61 -47q-35 -35 -104 -62t-147 -27 q-154 0 -248.5 94.5t-94.5 275.5q0 159 101.5 263.5t259.5 104.5q162 0 260.5 -103t98.5 -261q0 -92 -39.5 -149.5t-116.5 -57.5q-41 0 -73 20.5t-42 48.5h-2q-13 -30 -45 -49.5t-74 -19.5q-70 0 -118 48.5t-48 138.5t44.5 140.5t116.5 50.5q65 0 103 -49h2v37h105zM381 149 q38 0 59 26t23 67v16q0 42 -22 68t-60 26q-39 0 -60 -28t-21 -75t22 -73.5t59 -26.5z" />
|
||||
<glyph unicode="A" horiz-adv-x="740" d="M537 163h-335l-66 -163h-116l289 700h123l288 -700h-118zM497 263l-68 169q-57 142 -58 143h-3q-2 -2 -59 -143l-67 -169h255z" />
|
||||
<glyph unicode="B" horiz-adv-x="626" d="M446 377v-4q59 -12 103.5 -56t44.5 -119q0 -89 -63 -143.5t-180 -54.5h-281v700h268q94 0 152.5 -50.5t58.5 -125.5q0 -60 -31.5 -98t-71.5 -49zM180 408h143q51 0 83 26.5t32 73.5q0 45 -32.5 72t-88.5 27h-137v-199zM180 93h163q63 0 99 29.5t36 83.5q0 55 -38.5 86.5 t-97.5 31.5h-162v-231z" />
|
||||
<glyph unicode="C" horiz-adv-x="762" d="M617 229l108 -29q-40 -99 -128.5 -156t-201.5 -57q-156 0 -258 101t-102 264q0 161 102 261.5t259 100.5q115 0 199.5 -55t121.5 -140l-109 -29q-28 48 -81 84t-135 36q-110 0 -178 -70.5t-68 -188.5t69 -189t175 -71q78 0 137.5 37.5t89.5 100.5z" />
|
||||
<glyph unicode="D" horiz-adv-x="736" d="M70 700h261q162 0 266 -97t104 -256q0 -158 -103 -252.5t-263 -94.5h-265v700zM180 103h149q112 0 186.5 62t74.5 182t-75.5 185t-189.5 65h-145v-494z" />
|
||||
<glyph unicode="E" horiz-adv-x="604" d="M70 0v700h484v-103h-374v-183h287v-103h-287v-208h377v-103h-487z" />
|
||||
<glyph unicode="F" horiz-adv-x="586" d="M549 597h-369v-200h291v-103h-291v-294h-110v700h479v-103z" />
|
||||
<glyph unicode="G" horiz-adv-x="787" d="M732 0h-99q0 30 0.5 48.5t0.5 26v9.5h-2q-35 -37 -96.5 -67t-141.5 -30q-152 0 -255.5 101.5t-103.5 262.5q0 162 102.5 262.5t259.5 100.5q115 0 200 -55t120 -140l-108 -29q-25 46 -77.5 83t-138.5 37q-110 0 -178.5 -70.5t-68.5 -188.5t71.5 -189t184.5 -71 q82 0 142.5 34t84.5 74v78h-197v102h300v-379z" />
|
||||
<glyph unicode="H" horiz-adv-x="707" d="M527 0v309h-347v-309h-110v700h110v-285h347v285h110v-700h-110z" />
|
||||
<glyph unicode="I" horiz-adv-x="250" d="M70 0v700h110v-700h-110z" />
|
||||
<glyph unicode="J" horiz-adv-x="498" d="M433 700v-410q0 -146 -64.5 -224.5t-188.5 -78.5q-114 0 -180 76l63 86q45 -58 117 -58q77 0 109.5 50.5t32.5 156.5v402h111z" />
|
||||
<glyph unicode="K" d="M524 0l-234 340l-110 -117v-223h-110v700h110v-210v-137h2l101 111l215 236h132l-258 -281l281 -419h-129z" />
|
||||
<glyph unicode="L" horiz-adv-x="566" d="M70 0v700h110v-597h351v-103h-461z" />
|
||||
<glyph unicode="M" horiz-adv-x="807" d="M627 0v267v42v41t0.5 38t0.5 35.5v31t0.5 26t0.5 20v13.5v4h-2l-9 -18q-9 -17 -30 -55.5t-44 -79.5l-108 -192h-64l-108 189q-24 43 -45 82t-30 56l-9 18h-2v-4v-13.5t0.5 -20t0.5 -26v-31t0.5 -35.5t0.5 -38v-41v-42v-267h-110v700h117l217 -388h3l217 388h113v-700 h-110z" />
|
||||
<glyph unicode="N" horiz-adv-x="735" d="M553 0l-373 519h-2v-5q0 -5 0.5 -14t0.5 -21v-27.5t0.5 -32t0.5 -35.5v-37v-347h-110v700h112l372 -512h3v5q0 5 -0.5 14t-0.5 21v27t-0.5 30t-0.5 33v34v348h110v-700h-112z" />
|
||||
<glyph unicode="O" horiz-adv-x="799" d="M35 350q0 161 103.5 262.5t260.5 101.5q158 0 262 -101.5t104 -262.5q0 -160 -104 -261.5t-262 -101.5q-157 0 -260.5 101.5t-103.5 261.5zM146 350q0 -117 72 -188t181 -71q110 0 182.5 70.5t72.5 188.5t-72 189t-183 71q-110 0 -181.5 -71t-71.5 -189z" />
|
||||
<glyph unicode="P" horiz-adv-x="589" d="M70 700h228q126 0 196 -58.5t70 -167.5q0 -106 -70.5 -165.5t-195.5 -59.5h-118v-249h-110v700zM180 346h121q76 0 114.5 33t38.5 94q0 126 -153 126h-121v-253z" />
|
||||
<glyph unicode="Q" horiz-adv-x="799" d="M765 350q0 -145 -87 -243t-223 -116v-128h-112v128q-136 18 -222 116t-86 243q0 161 103.5 262.5t260.5 101.5q158 0 262 -101.5t104 -262.5zM399 91q110 0 182.5 71t72.5 188q0 118 -72.5 189t-182.5 71t-181.5 -71t-71.5 -189q0 -117 72 -188t181 -71z" />
|
||||
<glyph unicode="R" horiz-adv-x="616" d="M455 0l-150 261q-13 -1 -54 -1h-71v-260h-110v700h231q126 0 197 -59.5t71 -164.5q0 -77 -39.5 -126.5t-111.5 -68.5l169 -281h-132zM180 350h130q146 0 146 121q0 63 -39 95.5t-111 32.5h-126v-249z" />
|
||||
<glyph unicode="S" horiz-adv-x="604" d="M32 181l106 29q7 -62 55 -93.5t123 -31.5q68 0 105.5 27t37.5 79q0 24 -9 42t-20.5 28.5t-34.5 19.5t-38.5 12.5t-45.5 9.5t-43 9q-35 8 -60 16t-56.5 24t-51.5 36t-34 53t-14 74q0 95 66 147t180 52q216 0 266 -177l-105 -28q-30 107 -162 107q-66 0 -99.5 -25.5 t-33.5 -71.5q0 -20 6 -35.5t19.5 -27t26.5 -19.5t38 -15t42 -11t49 -10q37 -7 64 -14.5t60 -23.5t53.5 -37t34.5 -56t14 -79q0 -100 -66.5 -152t-188.5 -52q-49 0 -91.5 9t-83.5 29.5t-70 60t-39 95.5z" />
|
||||
<glyph unicode="T" horiz-adv-x="644" d="M609 597h-232v-597h-110v597h-232v103h574v-103z" />
|
||||
<glyph unicode="U" horiz-adv-x="701" d="M638 700v-401q0 -151 -75.5 -231.5t-212.5 -80.5t-212.5 80.5t-75.5 231.5v401h112v-400q0 -106 43.5 -157.5t133.5 -51.5q91 0 134.5 51.5t43.5 157.5v400h109z" />
|
||||
<glyph unicode="V" horiz-adv-x="703" d="M419 0h-135l-269 700h124l132 -356q23 -61 43.5 -117.5t29.5 -80.5t9 -25h2q0 1 9 24.5t29.5 79.5t42.5 115l133 360h119z" />
|
||||
<glyph unicode="W" horiz-adv-x="1004" d="M650 0l-95 307q-14 43 -26.5 88t-18.5 67l-7 23h-2l-7 -23q-6 -22 -19 -69t-27 -93l-89 -300h-123l-219 700h123l95 -322q14 -45 32 -104.5t27.5 -90t9.5 -31.5h2q3 6 58 196l78 267h131l78 -268q56 -192 57 -195h2q1 3 67 220l100 328h110l-219 -700h-118z" />
|
||||
<glyph unicode="X" horiz-adv-x="705" d="M547 0l-113 158q-22 30 -44.5 61.5t-30.5 42.5l-8 11h-1q-1 0 -85 -117l-111 -156h-134l267 363l-249 337h135l109 -151q75 -105 76 -105h1q2 0 73 106l105 150h132l-246 -338l262 -362h-138z" />
|
||||
<glyph unicode="Y" horiz-adv-x="676" d="M393 295v-295h-111v295l-267 405l128 1l140 -218q13 -21 28 -43.5t22 -33.5l7 -11h2l7 11l21 33t28 43l144 218h119z" />
|
||||
<glyph unicode="Z" horiz-adv-x="658" d="M618 594l-355 -403q-24 -27 -44.5 -48.5t-28.5 -30.5l-8 -8l1 -3h5q4 0 12.5 0.5t19.5 1t26 0.5h30h342v-103h-578v102l367 414q20 23 39 43t27 28l8 8l-2 3h-5h-12.5t-19 -0.5t-24.5 -0.5h-28h-340v103h568v-106z" />
|
||||
<glyph unicode="[" horiz-adv-x="387" d="M348 -111v-100h-255v1010h255v-99h-148v-811h148z" />
|
||||
<glyph unicode="\" horiz-adv-x="505" d="M485 0h-115l-350 700h113z" />
|
||||
<glyph unicode="]" horiz-adv-x="387" d="M39 702v100h255v-1010h-255v99h148v811h-148z" />
|
||||
<glyph unicode="^" d="M333 612l-188 -247l-81 53l222 286h95l223 -286l-82 -53z" />
|
||||
<glyph unicode="_" horiz-adv-x="732" d="M662 -87h-592v87h592v-87z" />
|
||||
<glyph unicode="`" horiz-adv-x="551" d="M266 922l107 -168h-101l-94 139z" />
|
||||
<glyph unicode="a" horiz-adv-x="605" d="M427 132h-251l-49 -132h-107l219 560h127l219 -560h-109zM394 223l-40 107q-16 42 -28.5 78t-17.5 50l-5 14h-3l-54 -148l-37 -101h185z" />
|
||||
<glyph unicode="b" horiz-adv-x="547" d="M396 300v-4q49 -11 83.5 -45.5t34.5 -91.5q0 -69 -52.5 -114t-148.5 -45h-243v560h237q75 0 124 -42t49 -101q0 -49 -24.5 -77.5t-59.5 -39.5zM175 330h112q37 0 62.5 19t25.5 53q0 31 -23 50.5t-64 19.5h-113v-142zM175 88h133q45 0 71 21t26 57q0 38 -27.5 60t-71.5 22 h-131v-160z" />
|
||||
<glyph unicode="c" horiz-adv-x="639" d="M501 179l100 -27q-36 -75 -105 -119t-162 -44q-130 0 -214.5 82t-84.5 208t84.5 209t213.5 83q90 0 161 -42.5t105 -122.5l-100 -27q-11 16 -18.5 26t-28.5 29.5t-51 30t-67 10.5q-85 0 -139 -54.5t-54 -140.5q0 -87 54 -141t138 -54q114 0 168 94z" />
|
||||
<glyph unicode="d" horiz-adv-x="621" d="M70 560h205q138 0 224.5 -76t86.5 -206t-86 -204t-222 -74h-208v560zM175 98h102q94 0 148.5 45t54.5 135t-55 137t-151 47h-99v-364z" />
|
||||
<glyph unicode="e" horiz-adv-x="531" d="M70 0v560h409v-98h-304v-128h229v-93h-229v-143h309v-98h-414z" />
|
||||
<glyph unicode="f" horiz-adv-x="501" d="M464 462h-289v-154h213v-98h-213v-210h-105v560h394v-98z" />
|
||||
<glyph unicode="g" horiz-adv-x="671" d="M616 0h-94v41v23l1 6h-2q-27 -31 -76.5 -56t-116.5 -25q-125 0 -209 82t-84 209q0 126 84 208.5t214 82.5q88 0 160.5 -41.5t106.5 -123.5l-96 -26q-21 41 -65.5 68.5t-104.5 27.5q-86 0 -139.5 -53t-53.5 -143q0 -88 56 -142t150 -54q56 0 105.5 22.5t68.5 48.5v58h-161 v93h256v-306z" />
|
||||
<glyph unicode="h" horiz-adv-x="618" d="M548 0h-105v236h-268v-236h-105v560h105v-226h268v226h105v-560z" />
|
||||
<glyph unicode="i" horiz-adv-x="244" d="M70 0v560h105v-560h-105z" />
|
||||
<glyph unicode="j" horiz-adv-x="435" d="M371 560v-323q0 -120 -55.5 -184t-161.5 -64q-99 0 -154 59l57 76q36 -39 96 -39q62 0 87.5 38t25.5 119v318h105z" />
|
||||
<glyph unicode="k" horiz-adv-x="591" d="M455 0l-183 268l-97 -102v-166h-105v560h105v-146l-1 -124h3q5 5 67 71l185 199h131l-211 -222l227 -338h-121z" />
|
||||
<glyph unicode="l" horiz-adv-x="486" d="M70 0v560h105v-462h276v-98h-381z" />
|
||||
<glyph unicode="m" horiz-adv-x="709" d="M534 0v267l1 139h-3l-144 -271h-69l-146 277h-2v-10q0 -9 0.5 -24.5t0.5 -33.5v-37.5v-33.5v-273h-102v560h128l103 -188q16 -28 30 -55.5t21 -40.5l6 -12h3q1 0 7.5 12t22 41.5t29.5 55.5l101 187h118v-560h-105z" />
|
||||
<glyph unicode="n" horiz-adv-x="639" d="M569 0h-108l-285 399h-3v-4q0 -4 0.5 -10.5t0.5 -15v-20t0.5 -23.5t0.5 -26.5v-27.5v-272h-105v560h108l285 -391h2v3v10t-0.5 14t-0.5 18.5v21v23.5v25v276h105v-560z" />
|
||||
<glyph unicode="o" horiz-adv-x="663" d="M35 280q0 126 84.5 208.5t211.5 82.5q128 0 213 -82.5t85 -208.5q0 -127 -85 -209t-213 -82q-127 0 -211.5 82t-84.5 209zM141 280q0 -86 53.5 -140.5t136.5 -54.5t137 54.5t54 140.5t-54 140.5t-137 54.5t-136.5 -54.5t-53.5 -140.5z" />
|
||||
<glyph unicode="p" horiz-adv-x="517" d="M70 560h198q106 0 165.5 -50t59.5 -134q0 -85 -59.5 -133.5t-165.5 -48.5h-93v-194h-105v560zM175 281h97q56 0 85 25t29 68q0 42 -29 67.5t-85 25.5h-97v-186z" />
|
||||
<glyph unicode="q" horiz-adv-x="661" d="M629 280q0 -113 -69 -192t-177 -96v-108h-105v109q-107 17 -175 96t-68 191q0 126 84.5 208.5t211.5 82.5q128 0 213 -82.5t85 -208.5zM331 85q83 0 137 54.5t54 140.5t-54 140.5t-137 54.5t-136.5 -54.5t-53.5 -140.5t53.5 -140.5t136.5 -54.5z" />
|
||||
<glyph unicode="r" horiz-adv-x="550" d="M407 0l-125 207q-18 -1 -58 -1h-49v-206h-105v560h201q107 0 166.5 -47t59.5 -130q0 -62 -31.5 -101.5t-83.5 -54.5l138 -227h-113zM175 288h101q114 0 114 89q0 88 -114 88h-101v-177z" />
|
||||
<glyph unicode="s" horiz-adv-x="513" d="M32 140l96 25q6 -41 41.5 -67.5t95.5 -26.5q51 0 80 20.5t29 61.5q0 16 -3.5 28t-14.5 21.5t-19 15t-29 11.5t-31 8.5t-38.5 8.5t-39.5 8q-32 7 -55 16t-48 25.5t-38.5 45t-13.5 67.5q0 80 55 121.5t154 41.5q185 0 223 -138l-93 -24q-21 79 -124 79q-51 0 -79.5 -19.5 t-28.5 -55.5q0 -17 7.5 -30t17.5 -21t31.5 -15t38.5 -11t50 -10q28 -5 47.5 -10.5t48 -18.5t46 -30t30.5 -46t13 -66q0 -84 -58.5 -125t-157.5 -41q-39 0 -73 6.5t-68.5 22t-58.5 47t-33 75.5z" />
|
||||
<glyph unicode="t" horiz-adv-x="554" d="M519 462h-189v-462h-105v462h-190v98h484v-98z" />
|
||||
<glyph unicode="u" horiz-adv-x="619" d="M557 560v-309q0 -131 -65 -196.5t-183 -65.5t-182.5 65.5t-64.5 196.5v309h107v-319q0 -156 142 -156t142 156v319h104z" />
|
||||
<glyph unicode="v" horiz-adv-x="616" d="M370 0h-124l-231 560h116l105 -256q22 -55 40.5 -102.5t25.5 -67.5l8 -20h3l7 20q8 19 26.5 66t40.5 103l103 257h112z" />
|
||||
<glyph unicode="w" horiz-adv-x="839" d="M537 0l-66 209q-14 45 -26.5 86.5t-18.5 58.5l-5 17h-2l-5 -17q-6 -16 -19.5 -60t-26.5 -86l-66 -208h-108l-177 560h112l75 -241q15 -51 29 -98t19 -65l6 -19h2l6 17q5 18 18 61t25 83l61 199h111l59 -199q13 -43 25 -84t17 -59l5 -18h2l5 19q6 19 19.5 65t30.5 98 l76 241h102l-177 -560h-108z" />
|
||||
<glyph unicode="x" horiz-adv-x="596" d="M449 0l-87 117q-20 26 -38 50.5t-25 34.5l-7 9h-1q-1 0 -69 -95l-83 -116h-119l210 287l-194 273h125l71 -100l71 -98h1q1 0 73 102l67 96h114l-196 -273l214 -287h-127z" />
|
||||
<glyph unicode="y" horiz-adv-x="558" d="M331 0h-105v218l-211 342h120l80 -129q16 -27 33.5 -56t25.5 -43l9 -15h2l9 15q9 14 26.5 43t34.5 57l78 128h110l-212 -342v-218z" />
|
||||
<glyph unicode="z" horiz-adv-x="563" d="M522 460l-244 -260q-33 -35 -59 -60.5t-34 -33.5l-8 -7l1 -2h4q4 0 11.5 0.5t17 0.5h23h27.5h261v-98h-482v100l258 270q28 29 51.5 52.5l30.5 30.5l6 7l-1 2h-76h-260v98h473v-100z" />
|
||||
<glyph unicode="{" horiz-adv-x="426" d="M245 546v-94q0 -36 -8 -65t-18.5 -45.5t-23.5 -28.5t-21 -16t-14 -5q5 -1 13.5 -5.5t21.5 -16.5t23.5 -29t18.5 -46t8 -63v-93q0 -91 38 -124.5t103 -33.5v-94q-115 0 -178.5 62t-63.5 178v102q0 110 -72 116h-2v95q28 5 41 16q33 28 33 100v102q0 116 63.5 177.5 t178.5 61.5v-95q-66 0 -103.5 -32.5t-37.5 -123.5z" />
|
||||
<glyph unicode="|" horiz-adv-x="209" d="M60 775h89v-849h-89v849z" />
|
||||
<glyph unicode="}" horiz-adv-x="426" d="M182 39v93q0 36 8 65t18 45.5t23.5 28.5t21 16t13.5 5q-5 1 -13.5 5.5t-21 17t-23.5 29.5t-18.5 45.5t-7.5 62.5v94q0 91 -38 124t-104 33v95q115 0 178.5 -62t63.5 -179v-101q0 -110 72 -117h2v-94q-31 -5 -46 -21q-28 -30 -28 -96v-101q0 -117 -63.5 -178.5 t-178.5 -61.5v95q66 0 104 33t38 124z" />
|
||||
<glyph unicode="~" d="M536 352l17 -89q-11 -15 -42 -30.5t-70 -15.5q-38 0 -102.5 21t-103.5 21q-59 0 -102 -45l-19 88q14 17 44.5 33t69.5 16q38 0 102 -21t103 -21q58 0 103 43z" />
|
||||
<glyph unicode="¢" horiz-adv-x="581" d="M298 111q102 0 145 89l98 -26q-26 -63 -79 -104t-120 -52v-100h-89v100q-96 15 -157 87t-61 179q0 104 59 174t158 84v104h90v-104q69 -10 123 -49t79 -109l-97 -27q-41 96 -146 96q-76 0 -120 -46t-44 -123q0 -79 44.5 -126t116.5 -47z" />
|
||||
<glyph unicode="£" horiz-adv-x="517" d="M477 98v-98h-441v98q35 6 46.5 24.5t11.5 56.5q0 23 -3 50h-56v83h47q-7 79 -7 99q0 73 49 116.5t137 43.5q183 0 208 -162l-97 -26q-10 52 -35.5 74.5t-71.5 22.5q-88 0 -88 -95q0 -19 6 -73h186v-83h-176q4 -27 4 -50q0 -63 -32 -80l1 -3h8q9 0 23 0.5t32 1t42.5 0.5 h48.5h157z" />
|
||||
<glyph unicode="¥" horiz-adv-x="513" d="M396 382h65v-79h-107l-25 -47h132v-79h-153v-177h-105v177h-150v79h130l-25 47h-105v79h63l-96 178h116l83 -170l9 -18l9.5 -19l8.5 -17t7 -13l3 -5h3l3 5q3 5 7 13l8.5 17l9.5 19l9 18l84 170h113z" />
|
||||
<glyph unicode="¨" horiz-adv-x="551" d="M176 771q-23 0 -39 16.5t-16 39.5t16.5 39t39.5 16q22 0 38 -16t16 -39t-16 -39.5t-39 -16.5zM373 771q-23 0 -39 16.5t-16 39.5t16 39t39 16t39.5 -16t16.5 -39t-16.5 -39.5t-39.5 -16.5z" />
|
||||
<glyph unicode="©" horiz-adv-x="797" d="M398 629q153 0 258.5 -102.5t105.5 -261.5t-105.5 -261.5t-258.5 -102.5t-258 102.5t-105 261.5q0 160 105 262t258 102zM398 571q-132 0 -217.5 -85t-85.5 -220q0 -136 85.5 -221.5t217.5 -85.5t218 85.5t86 221.5t-86 220.5t-218 84.5zM500 200l69 -23 q-22 -46 -68.5 -74.5t-107.5 -28.5q-85 0 -139 53.5t-54 136.5q0 84 55 138t140 54q61 0 107.5 -29t64.5 -82l-69 -19q-25 60 -100 60q-55 0 -89 -33t-34 -88q0 -54 33.5 -87t87.5 -33q71 0 104 55z" />
|
||||
<glyph unicode="«" horiz-adv-x="677" d="M296 514l60 -61l-177 -172v-3l178 -171l-62 -62l-235 235zM556 514l60 -61l-177 -172v-3l178 -171l-62 -62l-235 235z" />
|
||||
<glyph unicode="­" horiz-adv-x="578" d="M483 240h-389v92h389v-92z" />
|
||||
<glyph unicode="®" horiz-adv-x="797" d="M398 629q153 0 258.5 -102.5t105.5 -261.5t-105.5 -261.5t-258.5 -102.5t-258 102.5t-105 261.5q0 160 105 262t258 102zM398 571q-132 0 -217.5 -85t-85.5 -220q0 -136 85.5 -221.5t217.5 -85.5t218 85.5t86 221.5t-86 220.5t-218 84.5zM477 82l-78 140q-11 -1 -33 -1 h-29v-139h-76v369h137q72 0 112 -31.5t40 -86.5q0 -77 -76 -98l87 -153h-84zM337 279h65q70 0 70 52q0 53 -70 53h-65v-105z" />
|
||||
<glyph unicode="´" horiz-adv-x="551" d="M278 754h-100l106 168l89 -29z" />
|
||||
<glyph unicode="¸" horiz-adv-x="551" d="M392 -83q0 -91 -132 -91q-57 0 -87 14v71q24 -12 71 -12q69 0 69 33q0 38 -116 39v65h77v-28q118 -7 118 -91z" />
|
||||
<glyph unicode="»" horiz-adv-x="677" d="M122 45l-62 62l178 171v3l-177 172l60 61l236 -234zM382 45l-62 62l178 171v3l-177 172l60 61l236 -234z" />
|
||||
<glyph unicode="Ó" horiz-adv-x="799" d="M439 754h-100l107 168l88 -29zM35 350q0 161 103.5 262.5t260.5 101.5q158 0 262 -101.5t104 -262.5q0 -160 -104 -261.5t-262 -101.5q-157 0 -260.5 101.5t-103.5 261.5zM146 350q0 -117 72 -188t181 -71q110 0 182.5 70.5t72.5 188.5t-72 189t-183 71 q-110 0 -181.5 -71t-71.5 -189z" />
|
||||
<glyph unicode="ó" horiz-adv-x="663" d="M371 614h-100l106 168l88 -29zM35 280q0 126 84.5 208.5t211.5 82.5q128 0 213 -82.5t85 -208.5q0 -127 -85 -209t-213 -82q-127 0 -211.5 82t-84.5 209zM141 280q0 -86 53.5 -140.5t136.5 -54.5t137 54.5t54 140.5t-54 140.5t-137 54.5t-136.5 -54.5t-53.5 -140.5z" />
|
||||
<glyph unicode="Ą" horiz-adv-x="740" d="M527 -50q0 -41 71 -41q63 0 99 16v-81q-45 -18 -107 -18q-64 0 -108.5 29.5t-44.5 90.5q0 44 31.5 79.5t104.5 47.5l-36 90h-335l-66 -163h-116l289 700h123l288 -700h-60q-133 0 -133 -50zM497 263l-68 169q-57 142 -58 143h-3q-2 -2 -59 -143l-67 -169h255z" />
|
||||
<glyph unicode="ą" horiz-adv-x="605" d="M400 -50q0 -41 71 -41q62 0 98 16v-81q-43 -18 -107 -18q-63 0 -108 29.5t-45 90.5q0 44 32.5 80t107.5 48l-22 58h-251l-49 -132h-107l219 560h127l219 -560h-53q-132 0 -132 -50zM394 223l-40 107q-16 42 -28.5 78t-17.5 50l-5 14h-3l-54 -148l-37 -101h185z" />
|
||||
<glyph unicode="Ć" horiz-adv-x="762" d="M434 754h-100l107 168l88 -29zM617 229l108 -29q-40 -99 -128.5 -156t-201.5 -57q-156 0 -258 101t-102 264q0 161 102 261.5t259 100.5q115 0 199.5 -55t121.5 -140l-109 -29q-28 48 -81 84t-135 36q-110 0 -178 -70.5t-68 -188.5t69 -189t175 -71q78 0 137.5 37.5 t89.5 100.5z" />
|
||||
<glyph unicode="ć" horiz-adv-x="639" d="M369 614h-100l106 168l88 -29zM501 179l100 -27q-36 -75 -105 -119t-162 -44q-130 0 -214.5 82t-84.5 208t84.5 209t213.5 83q90 0 161 -42.5t105 -122.5l-100 -27q-11 16 -18.5 26t-28.5 29.5t-51 30t-67 10.5q-85 0 -139 -54.5t-54 -140.5q0 -87 54 -141t138 -54 q114 0 168 94z" />
|
||||
<glyph unicode="Ę" horiz-adv-x="604" d="M488 -93q46 0 78 17v-81q-34 -17 -87 -17q-59 0 -98 31t-39 80q0 36 20 63h-292v700h484v-103h-374v-183h287v-103h-287v-208h377v-103h-34q-92 -5 -92 -50q0 -43 57 -43z" />
|
||||
<glyph unicode="ę" horiz-adv-x="531" d="M484 0h-45q-91 -5 -91 -50q0 -43 56 -43q46 0 78 17v-81q-34 -17 -86 -17q-59 0 -98.5 31t-39.5 80q0 36 20 63h-208v560h409v-98h-304v-128h229v-93h-229v-143h309v-98z" />
|
||||
<glyph unicode="Ł" horiz-adv-x="566" d="M531 103v-103h-461v700h110v-325l262 124v-105l-262 -124v-167h351z" />
|
||||
<glyph unicode="ł" horiz-adv-x="486" d="M451 98v-98h-381v560h105v-248l194 91v-99l-194 -91v-115h276z" />
|
||||
<glyph unicode="Ń" horiz-adv-x="735" d="M409 754h-100l106 168l89 -29zM553 0l-373 519h-2v-5q0 -5 0.5 -14t0.5 -21v-27.5t0.5 -32t0.5 -35.5v-37v-347h-110v700h112l372 -512h3v5q0 5 -0.5 14t-0.5 21v27t-0.5 30t-0.5 33v34v348h110v-700h-112z" />
|
||||
<glyph unicode="ń" horiz-adv-x="639" d="M355 614h-101l107 168l88 -29zM569 0h-108l-285 399h-3v-4q0 -4 0.5 -10.5t0.5 -15v-20t0.5 -23.5t0.5 -26.5v-27.5v-272h-105v560h108l285 -391h2v3v10t-0.5 14t-0.5 18.5v21v23.5v25v276h105v-560z" />
|
||||
<glyph unicode="Ś" horiz-adv-x="604" d="M341 754h-100l106 168l89 -29zM32 181l106 29q7 -62 55 -93.5t123 -31.5q68 0 105.5 27t37.5 79q0 24 -9 42t-20.5 28.5t-34.5 19.5t-38.5 12.5t-45.5 9.5t-43 9q-35 8 -60 16t-56.5 24t-51.5 36t-34 53t-14 74q0 95 66 147t180 52q216 0 266 -177l-105 -28 q-30 107 -162 107q-66 0 -99.5 -25.5t-33.5 -71.5q0 -20 6 -35.5t19.5 -27t26.5 -19.5t38 -15t42 -11t49 -10q37 -7 64 -14.5t60 -23.5t53.5 -37t34.5 -56t14 -79q0 -100 -66.5 -152t-188.5 -52q-49 0 -91.5 9t-83.5 29.5t-70 60t-39 95.5z" />
|
||||
<glyph unicode="ś" horiz-adv-x="513" d="M297 614h-101l107 168l88 -29zM32 140l96 25q6 -41 41.5 -67.5t95.5 -26.5q51 0 80 20.5t29 61.5q0 16 -3.5 28t-14.5 21.5t-19 15t-29 11.5t-31 8.5t-38.5 8.5t-39.5 8q-32 7 -55 16t-48 25.5t-38.5 45t-13.5 67.5q0 80 55 121.5t154 41.5q185 0 223 -138l-93 -24 q-21 79 -124 79q-51 0 -79.5 -19.5t-28.5 -55.5q0 -17 7.5 -30t17.5 -21t31.5 -15t38.5 -11t50 -10q28 -5 47.5 -10.5t48 -18.5t46 -30t30.5 -46t13 -66q0 -84 -58.5 -125t-157.5 -41q-39 0 -73 6.5t-68.5 22t-58.5 47t-33 75.5z" />
|
||||
<glyph unicode="Ź" horiz-adv-x="658" d="M374 754h-100l106 168l89 -29zM618 594l-355 -403q-24 -27 -44.5 -48.5t-28.5 -30.5l-8 -8l1 -3h5q4 0 12.5 0.5t19.5 1t26 0.5h30h342v-103h-578v102l367 414q20 23 39 43t27 28l8 8l-2 3h-5h-12.5t-19 -0.5t-24.5 -0.5h-28h-340v103h568v-106z" />
|
||||
<glyph unicode="ź" horiz-adv-x="563" d="M322 614h-101l107 168l88 -29zM522 460l-244 -260q-33 -35 -59 -60.5t-34 -33.5l-8 -7l1 -2h4q4 0 11.5 0.5t17 0.5h23h27.5h261v-98h-482v100l258 270q28 29 51.5 52.5l30.5 30.5l6 7l-1 2h-76h-260v98h473v-100z" />
|
||||
<glyph unicode="Ż" horiz-adv-x="658" d="M335 771q-23 0 -39 16.5t-16 39.5t16 39t39 16t39 -16t16 -39t-16 -39.5t-39 -16.5zM618 594l-355 -403q-24 -27 -44.5 -48.5t-28.5 -30.5l-8 -8l1 -3h5q4 0 12.5 0.5t19.5 1t26 0.5h30h342v-103h-578v102l367 414q20 23 39 43t27 28l8 8l-2 3h-5h-12.5t-19 -0.5 t-24.5 -0.5h-28h-340v103h568v-106z" />
|
||||
<glyph unicode="ż" horiz-adv-x="563" d="M283 631q-23 0 -39.5 16.5t-16.5 39.5t16.5 39t39.5 16t39 -16t16 -39t-16 -39.5t-39 -16.5zM522 460l-244 -260q-33 -35 -59 -60.5t-34 -33.5l-8 -7l1 -2h4q4 0 11.5 0.5t17 0.5h23h27.5h261v-98h-482v100l258 270q28 29 51.5 52.5l30.5 30.5l6 7l-1 2h-76h-260v98h473 v-100z" />
|
||||
<glyph unicode="ˆ" horiz-adv-x="551" d="M430 809l-50 -59l-105 84l-105 -84l-50 60l155 122z" />
|
||||
<glyph unicode="˚" horiz-adv-x="551" d="M275 737q-51 0 -82.5 28t-31.5 75t31.5 75.5t82.5 28.5t83 -28t32 -76q0 -47 -31.5 -75t-83.5 -28zM275 798q20 0 32.5 11.5t12.5 30.5t-12.5 30.5t-32.5 11.5t-32.5 -11.5t-12.5 -30.5t12.5 -30.5t32.5 -11.5z" />
|
||||
<glyph unicode="˜" horiz-adv-x="551" d="M406 885l19 -81q-7 -10 -28 -20.5t-48 -10.5t-70.5 16.5t-69.5 16.5q-40 0 -66 -28l-20 80q8 11 29 22t48 11t69.5 -16t70.5 -16q40 0 66 26z" />
|
||||
<glyph unicode=" " horiz-adv-x="472" />
|
||||
<glyph unicode=" " horiz-adv-x="944" />
|
||||
<glyph unicode=" " horiz-adv-x="472" />
|
||||
<glyph unicode=" " horiz-adv-x="944" />
|
||||
<glyph unicode=" " horiz-adv-x="314" />
|
||||
<glyph unicode=" " horiz-adv-x="236" />
|
||||
<glyph unicode=" " horiz-adv-x="157" />
|
||||
<glyph unicode=" " horiz-adv-x="157" />
|
||||
<glyph unicode=" " horiz-adv-x="118" />
|
||||
<glyph unicode=" " horiz-adv-x="188" />
|
||||
<glyph unicode=" " horiz-adv-x="52" />
|
||||
<glyph unicode="‐" horiz-adv-x="578" d="M483 240h-389v92h389v-92z" />
|
||||
<glyph unicode="‑" horiz-adv-x="578" d="M483 240h-389v92h389v-92z" />
|
||||
<glyph unicode="‒" horiz-adv-x="578" d="M483 240h-389v92h389v-92z" />
|
||||
<glyph unicode="–" d="M573 240h-479v92h479v-92z" />
|
||||
<glyph unicode="—" horiz-adv-x="987" d="M892 240h-798v92h798v-92z" />
|
||||
<glyph unicode="‘" horiz-adv-x="244" d="M135 603q22 2 35.5 -11t13.5 -36q0 -24 -17 -40t-45 -16q-31 0 -50.5 21t-19.5 56q0 41 27 79.5t73 53.5l42 -48q-21 -7 -37.5 -24t-21.5 -35z" />
|
||||
<glyph unicode="’" horiz-adv-x="244" d="M109 610q-22 -2 -35.5 11t-13.5 36q0 24 17 39.5t44 15.5q32 0 51.5 -20.5t19.5 -56.5q0 -41 -27 -79.5t-73 -53.5l-42 48q20 7 37 24t22 36z" />
|
||||
<glyph unicode="‚" horiz-adv-x="244" d="M109 3q-22 -2 -35.5 11t-13.5 36q0 24 17 40t44 16q32 0 51.5 -20.5t19.5 -56.5q0 -41 -27 -79.5t-73 -53.5l-42 48q20 7 37 24t22 35z" />
|
||||
<glyph unicode="“" horiz-adv-x="443" d="M133 603q22 2 35.5 -11t13.5 -36q0 -24 -17 -40t-45 -16q-31 0 -50.5 21t-19.5 56q0 41 27 79.5t73 53.5l42 -48q-21 -7 -37.5 -24t-21.5 -35zM332 603q22 2 35.5 -11t13.5 -36q0 -24 -17 -40t-45 -16q-31 0 -50.5 21t-19.5 56q0 41 27 79.5t73 53.5l42 -48 q-21 -7 -37.5 -24t-21.5 -35z" />
|
||||
<glyph unicode="”" horiz-adv-x="443" d="M308 610q-22 -2 -35.5 11t-13.5 36q0 24 17 39.5t44 15.5q32 0 51.5 -20.5t19.5 -56.5q0 -41 -27 -79.5t-73 -53.5l-42 48q20 7 37 24t22 36zM109 610q-22 -2 -35.5 11t-13.5 36q0 24 17 39.5t44 15.5q32 0 51.5 -20.5t19.5 -56.5q0 -41 -27 -79.5t-73 -53.5l-42 48 q20 7 37 24t22 36z" />
|
||||
<glyph unicode="„" horiz-adv-x="434" d="M299 3q-22 -2 -35.5 11t-13.5 36q0 24 17 40t44 16q32 0 51.5 -20.5t19.5 -56.5q0 -41 -27 -79.5t-73 -53.5l-42 48q21 7 37.5 24t21.5 35zM109 3q-22 -2 -35.5 11t-13.5 36q0 24 17 40t44 16q32 0 51.5 -20.5t19.5 -56.5q0 -41 -27 -79.5t-73 -53.5l-42 48q20 7 37 24 t22 35z" />
|
||||
<glyph unicode="…" horiz-adv-x="721" d="M110 -11q-25 0 -39 14.5t-14 35.5t14 35t39 14t39 -14t14 -35q0 -22 -14 -36t-39 -14zM355 -11q-25 0 -39 14.5t-14 35.5t14 35t39 14t39 -14t14 -35q0 -22 -14 -36t-39 -14zM611 -11q-26 0 -40 14.5t-14 35.5t14.5 35t39.5 14t39 -14t14 -35q0 -22 -14 -36t-39 -14z" />
|
||||
<glyph unicode=" " horiz-adv-x="188" />
|
||||
<glyph unicode="‹" horiz-adv-x="417" d="M296 514l60 -61l-177 -172v-3l178 -171l-62 -62l-235 235z" />
|
||||
<glyph unicode="›" horiz-adv-x="417" d="M122 45l-62 62l178 171v3l-177 172l60 61l236 -234z" />
|
||||
<glyph unicode=" " horiz-adv-x="236" />
|
||||
<glyph unicode="€" horiz-adv-x="597" d="M456 164l103 -27q-22 -64 -79 -106t-151 -42q-200 0 -245 188h-49v79h39l-1 31v16h-38v79h47q39 189 242 189q90 0 152.5 -39.5t80.5 -120.5l-102 -28q-26 94 -130 94q-102 0 -128 -95h145v-79h-156v-16q0 -21 1 -31h155v-79h-142q30 -92 133 -92q91 0 123 79z" />
|
||||
<glyph unicode="™" horiz-adv-x="795" d="M726 375h-69v119l1 114h-1l-5 -10l-14 -28t-17 -32l-47 -90h-38l-47 90q-37 70 -39 72h-1l1 -116v-119h-67v325h82l62 -118l29 -54h1q1 1 27 53l60 119h82v-325zM321 700v-65h-108v-260h-70v260h-108v65h286z" />
|
||||
<glyph unicode="◼" horiz-adv-x="560" d="M0 560h560v-560h-560v560z" />
|
||||
<hkern u1="2" u2="7" k="-10" />
|
||||
<hkern u1="“" u2="ą" k="79" />
|
||||
<hkern u1="“" u2="Ą" k="86" />
|
||||
<hkern u1="“" u2="j" k="115" />
|
||||
<hkern u1="“" u2="a" k="79" />
|
||||
<hkern u1="“" u2="J" k="125" />
|
||||
<hkern u1="“" u2="A" k="86" />
|
||||
<hkern g1="r" g2="J" k="-20" />
|
||||
<hkern g1="r" g2="U" k="35" />
|
||||
<hkern g1="r" g2="Y" k="75" />
|
||||
<hkern g1="r" g2="j" k="-20" />
|
||||
<hkern g1="r" g2="T" k="55" />
|
||||
<hkern g1="r" g2="v,w,yen" k="15" />
|
||||
<hkern g1="r" g2="u" k="8" />
|
||||
<hkern g1="r" g2="y" k="28" />
|
||||
<hkern g1="r" g2="V,W" k="50" />
|
||||
<hkern g1="r" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="15" />
|
||||
<hkern g1="r" g2="t" k="20" />
|
||||
<hkern g1="r" g2="zero,c,g,o,q,cent,copyright,registered,oacute,cacute,Euro" k="5" />
|
||||
<hkern g1="r" g2="a,aogonek" k="-5" />
|
||||
<hkern g1="r" g2="z,zacute,zdotaccent" k="10" />
|
||||
<hkern g1="r" g2="numbersign" k="-5" />
|
||||
<hkern g1="J,U" g2="J" k="25" />
|
||||
<hkern g1="J,U" g2="j" k="50" />
|
||||
<hkern g1="J,U" g2="y" k="5" />
|
||||
<hkern g1="J,U" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="-10" />
|
||||
<hkern g1="J,U" g2="parenleft,at,C,G,O,Q,Oacute,Cacute" k="-5" />
|
||||
<hkern g1="J,U" g2="zero,c,g,o,q,cent,copyright,registered,oacute,cacute,Euro" k="10" />
|
||||
<hkern g1="J,U" g2="a,aogonek" k="60" />
|
||||
<hkern g1="J,U" g2="z,zacute,zdotaccent" k="15" />
|
||||
<hkern g1="J,U" g2="dollar,s,sacute" k="5" />
|
||||
<hkern g1="J,U" g2="A,Aogonek" k="40" />
|
||||
<hkern g1="J,U" g2="X" k="10" />
|
||||
<hkern g1="J,U" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="40" />
|
||||
<hkern g1="z,zacute,zdotaccent" g2="Y" k="30" />
|
||||
<hkern g1="z,zacute,zdotaccent" g2="j" k="-10" />
|
||||
<hkern g1="z,zacute,zdotaccent" g2="T" k="30" />
|
||||
<hkern g1="z,zacute,zdotaccent" g2="V,W" k="15" />
|
||||
<hkern g1="z,zacute,zdotaccent" g2="parenleft,at,C,G,O,Q,Oacute,Cacute" k="10" />
|
||||
<hkern g1="z,zacute,zdotaccent" g2="zero,c,g,o,q,cent,copyright,registered,oacute,cacute,Euro" k="10" />
|
||||
<hkern g1="z,zacute,zdotaccent" g2="guillemotleft,guilsinglleft" k="10" />
|
||||
<hkern g1="b" g2="Y" k="69" />
|
||||
<hkern g1="b" g2="j" k="-5" />
|
||||
<hkern g1="b" g2="T" k="74" />
|
||||
<hkern g1="b" g2="v,w,yen" k="15" />
|
||||
<hkern g1="b" g2="y" k="40" />
|
||||
<hkern g1="b" g2="V,W" k="69" />
|
||||
<hkern g1="b" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="30" />
|
||||
<hkern g1="b" g2="t" k="20" />
|
||||
<hkern g1="b" g2="x" k="15" />
|
||||
<hkern g1="E,Eogonek" g2="J" k="-5" />
|
||||
<hkern g1="E,Eogonek" g2="U" k="5" />
|
||||
<hkern g1="E,Eogonek" g2="j" k="-5" />
|
||||
<hkern g1="E,Eogonek" g2="parenleft,at,C,G,O,Q,Oacute,Cacute" k="25" />
|
||||
<hkern g1="E,Eogonek" g2="zero,c,g,o,q,cent,copyright,registered,oacute,cacute,Euro" k="10" />
|
||||
<hkern g1="E,Eogonek" g2="dollar,s,sacute" k="5" />
|
||||
<hkern g1="Z,Zacute,Zdotaccent" g2="v,w,yen" k="10" />
|
||||
<hkern g1="Z,Zacute,Zdotaccent" g2="y" k="10" />
|
||||
<hkern g1="Z,Zacute,Zdotaccent" g2="t" k="20" />
|
||||
<hkern g1="Z,Zacute,Zdotaccent" g2="parenleft,at,C,G,O,Q,Oacute,Cacute" k="15" />
|
||||
<hkern g1="Z,Zacute,Zdotaccent" g2="zero,c,g,o,q,cent,copyright,registered,oacute,cacute,Euro" k="15" />
|
||||
<hkern g1="Z,Zacute,Zdotaccent" g2="guillemotleft,guilsinglleft" k="10" />
|
||||
<hkern g1="zero,d,o,q,copyright,registered,oacute" g2="J" k="15" />
|
||||
<hkern g1="zero,d,o,q,copyright,registered,oacute" g2="U" k="10" />
|
||||
<hkern g1="zero,d,o,q,copyright,registered,oacute" g2="Y" k="100" />
|
||||
<hkern g1="zero,d,o,q,copyright,registered,oacute" g2="j" k="20" />
|
||||
<hkern g1="zero,d,o,q,copyright,registered,oacute" g2="T" k="94" />
|
||||
<hkern g1="zero,d,o,q,copyright,registered,oacute" g2="v,w,yen" k="21" />
|
||||
<hkern g1="zero,d,o,q,copyright,registered,oacute" g2="y" k="33" />
|
||||
<hkern g1="zero,d,o,q,copyright,registered,oacute" g2="V,W" k="60" />
|
||||
<hkern g1="zero,d,o,q,copyright,registered,oacute" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="50" />
|
||||
<hkern g1="zero,d,o,q,copyright,registered,oacute" g2="t" k="35" />
|
||||
<hkern g1="zero,d,o,q,copyright,registered,oacute" g2="parenleft,at,C,G,O,Q,Oacute,Cacute" k="-3" />
|
||||
<hkern g1="zero,d,o,q,copyright,registered,oacute" g2="zero,c,g,o,q,cent,copyright,registered,oacute,cacute,Euro" k="-5" />
|
||||
<hkern g1="zero,d,o,q,copyright,registered,oacute" g2="backslash" k="55" />
|
||||
<hkern g1="zero,d,o,q,copyright,registered,oacute" g2="a,aogonek" k="23" />
|
||||
<hkern g1="zero,d,o,q,copyright,registered,oacute" g2="z,zacute,zdotaccent" k="10" />
|
||||
<hkern g1="zero,d,o,q,copyright,registered,oacute" g2="A,Aogonek" k="20" />
|
||||
<hkern g1="zero,d,o,q,copyright,registered,oacute" g2="X" k="35" />
|
||||
<hkern g1="zero,d,o,q,copyright,registered,oacute" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="25" />
|
||||
<hkern g1="zero,d,o,q,copyright,registered,oacute" g2="x" k="30" />
|
||||
<hkern g1="zero,d,o,q,copyright,registered,oacute" g2="parenright" k="25" />
|
||||
<hkern g1="zero,d,o,q,copyright,registered,oacute" g2="slash" k="-5" />
|
||||
<hkern g1="zero,d,o,q,copyright,registered,oacute" g2="braceright" k="40" />
|
||||
<hkern g1="zero,d,o,q,copyright,registered,oacute" g2="bracketright" k="30" />
|
||||
<hkern g1="R" g2="J" k="-10" />
|
||||
<hkern g1="R" g2="U" k="10" />
|
||||
<hkern g1="R" g2="Y" k="40" />
|
||||
<hkern g1="R" g2="j" k="-25" />
|
||||
<hkern g1="R" g2="T" k="25" />
|
||||
<hkern g1="R" g2="u" k="5" />
|
||||
<hkern g1="R" g2="V,W" k="20" />
|
||||
<hkern g1="R" g2="parenleft,at,C,G,O,Q,Oacute,Cacute" k="5" />
|
||||
<hkern g1="R" g2="zero,c,g,o,q,cent,copyright,registered,oacute,cacute,Euro" k="10" />
|
||||
<hkern g1="R" g2="a,aogonek" k="-5" />
|
||||
<hkern g1="R" g2="numbersign" k="-20" />
|
||||
<hkern g1="R" g2="A,Aogonek" k="-8" />
|
||||
<hkern g1="R" g2="Z,Zacute,Zdotaccent" k="10" />
|
||||
<hkern g1="g" g2="Y" k="55" />
|
||||
<hkern g1="g" g2="j" k="-10" />
|
||||
<hkern g1="g" g2="T" k="69" />
|
||||
<hkern g1="g" g2="v,w,yen" k="20" />
|
||||
<hkern g1="g" g2="y" k="35" />
|
||||
<hkern g1="g" g2="V,W" k="20" />
|
||||
<hkern g1="g" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="25" />
|
||||
<hkern g1="g" g2="t" k="20" />
|
||||
<hkern g1="t" g2="J" k="86" />
|
||||
<hkern g1="t" g2="Y" k="20" />
|
||||
<hkern g1="t" g2="j" k="110" />
|
||||
<hkern g1="t" g2="T" k="25" />
|
||||
<hkern g1="t" g2="four" k="30" />
|
||||
<hkern g1="t" g2="hyphen,endash,emdash" k="44" />
|
||||
<hkern g1="t" g2="zero,c,g,o,q,cent,copyright,registered,oacute,cacute,Euro" k="35" />
|
||||
<hkern g1="t" g2="a,aogonek" k="94" />
|
||||
<hkern g1="t" g2="numbersign" k="40" />
|
||||
<hkern g1="t" g2="dollar,s,sacute" k="15" />
|
||||
<hkern g1="t" g2="A,Aogonek" k="65" />
|
||||
<hkern g1="t" g2="X" k="30" />
|
||||
<hkern g1="t" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="81" />
|
||||
<hkern g1="t" g2="guillemotleft,guilsinglleft" k="10" />
|
||||
<hkern g1="t" g2="slash" k="40" />
|
||||
<hkern g1="t" g2="ampersand" k="20" />
|
||||
<hkern g1="B" g2="J" k="-10" />
|
||||
<hkern g1="B" g2="Y" k="40" />
|
||||
<hkern g1="B" g2="T" k="40" />
|
||||
<hkern g1="B" g2="v,w,yen" k="20" />
|
||||
<hkern g1="B" g2="y" k="20" />
|
||||
<hkern g1="B" g2="V,W" k="30" />
|
||||
<hkern g1="B" g2="zero,c,g,o,q,cent,copyright,registered,oacute,cacute,Euro" k="-5" />
|
||||
<hkern g1="B" g2="X" k="15" />
|
||||
<hkern g1="B" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="5" />
|
||||
<hkern g1="l,lslash" g2="U" k="35" />
|
||||
<hkern g1="l,lslash" g2="Y" k="120" />
|
||||
<hkern g1="l,lslash" g2="j" k="-25" />
|
||||
<hkern g1="l,lslash" g2="T" k="91" />
|
||||
<hkern g1="l,lslash" g2="v,w,yen" k="80" />
|
||||
<hkern g1="l,lslash" g2="u" k="40" />
|
||||
<hkern g1="l,lslash" g2="y" k="95" />
|
||||
<hkern g1="l,lslash" g2="V,W" k="115" />
|
||||
<hkern g1="l,lslash" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="81" />
|
||||
<hkern g1="l,lslash" g2="t" k="94" />
|
||||
<hkern g1="l,lslash" g2="question" k="80" />
|
||||
<hkern g1="l,lslash" g2="parenleft,at,C,G,O,Q,Oacute,Cacute" k="20" />
|
||||
<hkern g1="l,lslash" g2="seven" k="35" />
|
||||
<hkern g1="l,lslash" g2="four" k="20" />
|
||||
<hkern g1="l,lslash" g2="hyphen,endash,emdash" k="69" />
|
||||
<hkern g1="l,lslash" g2="trademark" k="140" />
|
||||
<hkern g1="l,lslash" g2="zero,c,g,o,q,cent,copyright,registered,oacute,cacute,Euro" k="30" />
|
||||
<hkern g1="l,lslash" g2="backslash" k="100" />
|
||||
<hkern g1="l,lslash" g2="a,aogonek" k="-5" />
|
||||
<hkern g1="parenright,at,D,O,Q,Oacute" g2="J" k="30" />
|
||||
<hkern g1="parenright,at,D,O,Q,Oacute" g2="U" k="-5" />
|
||||
<hkern g1="parenright,at,D,O,Q,Oacute" g2="Y" k="50" />
|
||||
<hkern g1="parenright,at,D,O,Q,Oacute" g2="j" k="30" />
|
||||
<hkern g1="parenright,at,D,O,Q,Oacute" g2="T" k="35" />
|
||||
<hkern g1="parenright,at,D,O,Q,Oacute" g2="V,W" k="30" />
|
||||
<hkern g1="parenright,at,D,O,Q,Oacute" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="15" />
|
||||
<hkern g1="parenright,at,D,O,Q,Oacute" g2="parenleft,at,C,G,O,Q,Oacute,Cacute" k="-5" />
|
||||
<hkern g1="parenright,at,D,O,Q,Oacute" g2="zero,c,g,o,q,cent,copyright,registered,oacute,cacute,Euro" k="-3" />
|
||||
<hkern g1="parenright,at,D,O,Q,Oacute" g2="a,aogonek" k="40" />
|
||||
<hkern g1="parenright,at,D,O,Q,Oacute" g2="z,zacute,zdotaccent" k="10" />
|
||||
<hkern g1="parenright,at,D,O,Q,Oacute" g2="A,Aogonek" k="30" />
|
||||
<hkern g1="parenright,at,D,O,Q,Oacute" g2="X" k="40" />
|
||||
<hkern g1="parenright,at,D,O,Q,Oacute" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="25" />
|
||||
<hkern g1="parenright,at,D,O,Q,Oacute" g2="parenright" k="35" />
|
||||
<hkern g1="parenright,at,D,O,Q,Oacute" g2="braceright" k="15" />
|
||||
<hkern g1="parenright,at,D,O,Q,Oacute" g2="bracketright" k="20" />
|
||||
<hkern g1="parenright,at,D,O,Q,Oacute" g2="Z,Zacute,Zdotaccent" k="15" />
|
||||
<hkern g1="parenright,at,D,O,Q,Oacute" g2="one" k="5" />
|
||||
<hkern g1="y" g2="J" k="100" />
|
||||
<hkern g1="y" g2="Y" k="5" />
|
||||
<hkern g1="y" g2="j" k="105" />
|
||||
<hkern g1="y" g2="T" k="20" />
|
||||
<hkern g1="y" g2="v,w,yen" k="-10" />
|
||||
<hkern g1="y" g2="y" k="-5" />
|
||||
<hkern g1="y" g2="hyphen,endash,emdash" k="45" />
|
||||
<hkern g1="y" g2="zero,c,g,o,q,cent,copyright,registered,oacute,cacute,Euro" k="33" />
|
||||
<hkern g1="y" g2="a,aogonek" k="90" />
|
||||
<hkern g1="y" g2="numbersign" k="30" />
|
||||
<hkern g1="y" g2="dollar,s,sacute" k="10" />
|
||||
<hkern g1="y" g2="A,Aogonek" k="84" />
|
||||
<hkern g1="y" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="86" />
|
||||
<hkern g1="y" g2="guillemotleft,guilsinglleft" k="15" />
|
||||
<hkern g1="y" g2="x" k="5" />
|
||||
<hkern g1="y" g2="slash" k="25" />
|
||||
<hkern g1="G" g2="J" k="-5" />
|
||||
<hkern g1="G" g2="Y" k="25" />
|
||||
<hkern g1="G" g2="T" k="20" />
|
||||
<hkern g1="G" g2="V,W" k="20" />
|
||||
<hkern g1="G" g2="dollar,s,sacute" k="-10" />
|
||||
<hkern g1="T" g2="J" k="135" />
|
||||
<hkern g1="T" g2="j" k="120" />
|
||||
<hkern g1="T" g2="v,w,yen" k="20" />
|
||||
<hkern g1="T" g2="u" k="54" />
|
||||
<hkern g1="T" g2="y" k="20" />
|
||||
<hkern g1="T" g2="t" k="25" />
|
||||
<hkern g1="T" g2="parenleft,at,C,G,O,Q,Oacute,Cacute" k="35" />
|
||||
<hkern g1="T" g2="seven" k="20" />
|
||||
<hkern g1="T" g2="four" k="109" />
|
||||
<hkern g1="T" g2="hyphen,endash,emdash" k="79" />
|
||||
<hkern g1="T" g2="zero,c,g,o,q,cent,copyright,registered,oacute,cacute,Euro" k="94" />
|
||||
<hkern g1="T" g2="a,aogonek" k="99" />
|
||||
<hkern g1="T" g2="z,zacute,zdotaccent" k="30" />
|
||||
<hkern g1="T" g2="numbersign" k="55" />
|
||||
<hkern g1="T" g2="dollar,s,sacute" k="74" />
|
||||
<hkern g1="T" g2="A,Aogonek" k="110" />
|
||||
<hkern g1="T" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="86" />
|
||||
<hkern g1="T" g2="guillemotleft,guilsinglleft" k="80" />
|
||||
<hkern g1="T" g2="x" k="35" />
|
||||
<hkern g1="T" g2="slash" k="50" />
|
||||
<hkern g1="T" g2="ampersand" k="74" />
|
||||
<hkern g1="T" g2="one" k="40" />
|
||||
<hkern g1="T" g2="six" k="64" />
|
||||
<hkern g1="T" g2="two" k="30" />
|
||||
<hkern g1="T" g2="nine" k="49" />
|
||||
<hkern g1="T" g2="three,eight" k="49" />
|
||||
<hkern g1="T" g2="S,Sacute" k="15" />
|
||||
<hkern g1="T" g2="b,d,e,f,h,i,k,l,m,n,p,r,eogonek,lslash,nacute" k="64" />
|
||||
<hkern g1="T" g2="five" k="49" />
|
||||
<hkern g1="L,Lslash" g2="J" k="-15" />
|
||||
<hkern g1="L,Lslash" g2="U" k="30" />
|
||||
<hkern g1="L,Lslash" g2="Y" k="125" />
|
||||
<hkern g1="L,Lslash" g2="j" k="-10" />
|
||||
<hkern g1="L,Lslash" g2="T" k="125" />
|
||||
<hkern g1="L,Lslash" g2="v,w,yen" k="84" />
|
||||
<hkern g1="L,Lslash" g2="u" k="20" />
|
||||
<hkern g1="L,Lslash" g2="y" k="94" />
|
||||
<hkern g1="L,Lslash" g2="V,W" k="94" />
|
||||
<hkern g1="L,Lslash" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="80" />
|
||||
<hkern g1="L,Lslash" g2="t" k="89" />
|
||||
<hkern g1="L,Lslash" g2="question" k="80" />
|
||||
<hkern g1="L,Lslash" g2="parenleft,at,C,G,O,Q,Oacute,Cacute" k="45" />
|
||||
<hkern g1="L,Lslash" g2="hyphen,endash,emdash" k="69" />
|
||||
<hkern g1="L,Lslash" g2="trademark" k="140" />
|
||||
<hkern g1="L,Lslash" g2="zero,c,g,o,q,cent,copyright,registered,oacute,cacute,Euro" k="20" />
|
||||
<hkern g1="L,Lslash" g2="backslash" k="100" />
|
||||
<hkern g1="L,Lslash" g2="a,aogonek" k="-13" />
|
||||
<hkern g1="L,Lslash" g2="A,Aogonek" k="-5" />
|
||||
<hkern g1="L,Lslash" g2="S,Sacute" k="15" />
|
||||
<hkern g1="a,aogonek" g2="J" k="-20" />
|
||||
<hkern g1="a,aogonek" g2="U" k="60" />
|
||||
<hkern g1="a,aogonek" g2="Y" k="145" />
|
||||
<hkern g1="a,aogonek" g2="j" k="-20" />
|
||||
<hkern g1="a,aogonek" g2="T" k="115" />
|
||||
<hkern g1="a,aogonek" g2="v,w,yen" k="78" />
|
||||
<hkern g1="a,aogonek" g2="u" k="33" />
|
||||
<hkern g1="a,aogonek" g2="y" k="90" />
|
||||
<hkern g1="a,aogonek" g2="V,W" k="95" />
|
||||
<hkern g1="a,aogonek" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="79" />
|
||||
<hkern g1="a,aogonek" g2="t" k="94" />
|
||||
<hkern g1="a,aogonek" g2="parenleft,at,C,G,O,Q,Oacute,Cacute" k="40" />
|
||||
<hkern g1="a,aogonek" g2="four" k="15" />
|
||||
<hkern g1="a,aogonek" g2="hyphen,endash,emdash" k="35" />
|
||||
<hkern g1="a,aogonek" g2="trademark" k="160" />
|
||||
<hkern g1="a,aogonek" g2="zero,c,g,o,q,cent,copyright,registered,oacute,cacute,Euro" k="23" />
|
||||
<hkern g1="a,aogonek" g2="backslash" k="120" />
|
||||
<hkern g1="a,aogonek" g2="a,aogonek" k="-20" />
|
||||
<hkern g1="a,aogonek" g2="numbersign" k="-30" />
|
||||
<hkern g1="a,aogonek" g2="A,Aogonek" k="-10" />
|
||||
<hkern g1="a,aogonek" g2="X" k="-8" />
|
||||
<hkern g1="a,aogonek" g2="x" k="-10" />
|
||||
<hkern g1="a,aogonek" g2="nine" k="15" />
|
||||
<hkern g1="a,aogonek" g2="S,Sacute" k="10" />
|
||||
<hkern g1="a,aogonek" g2="asterisk" k="50" />
|
||||
<hkern g1="seven,v,w,yen" g2="J" k="80" />
|
||||
<hkern g1="seven,v,w,yen" g2="Y" k="10" />
|
||||
<hkern g1="seven,v,w,yen" g2="j" k="76" />
|
||||
<hkern g1="seven,v,w,yen" g2="T" k="20" />
|
||||
<hkern g1="seven,v,w,yen" g2="v,w,yen" k="-15" />
|
||||
<hkern g1="seven,v,w,yen" g2="y" k="-10" />
|
||||
<hkern g1="seven,v,w,yen" g2="seven" k="-5" />
|
||||
<hkern g1="seven,v,w,yen" g2="four" k="45" />
|
||||
<hkern g1="seven,v,w,yen" g2="hyphen,endash,emdash" k="25" />
|
||||
<hkern g1="seven,v,w,yen" g2="zero,c,g,o,q,cent,copyright,registered,oacute,cacute,Euro" k="21" />
|
||||
<hkern g1="seven,v,w,yen" g2="a,aogonek" k="78" />
|
||||
<hkern g1="seven,v,w,yen" g2="numbersign" k="25" />
|
||||
<hkern g1="seven,v,w,yen" g2="dollar,s,sacute" k="5" />
|
||||
<hkern g1="seven,v,w,yen" g2="A,Aogonek" k="65" />
|
||||
<hkern g1="seven,v,w,yen" g2="X" k="5" />
|
||||
<hkern g1="seven,v,w,yen" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="75" />
|
||||
<hkern g1="seven,v,w,yen" g2="guillemotleft,guilsinglleft" k="15" />
|
||||
<hkern g1="seven,v,w,yen" g2="slash" k="74" />
|
||||
<hkern g1="seven,v,w,yen" g2="six" k="35" />
|
||||
<hkern g1="seven,v,w,yen" g2="five" k="5" />
|
||||
<hkern g1="Y" g2="J" k="150" />
|
||||
<hkern g1="Y" g2="Y" k="-10" />
|
||||
<hkern g1="Y" g2="j" k="130" />
|
||||
<hkern g1="Y" g2="v,w,yen" k="10" />
|
||||
<hkern g1="Y" g2="u" k="20" />
|
||||
<hkern g1="Y" g2="y" k="5" />
|
||||
<hkern g1="Y" g2="V,W" k="-10" />
|
||||
<hkern g1="Y" g2="t" k="20" />
|
||||
<hkern g1="Y" g2="parenleft,at,C,G,O,Q,Oacute,Cacute" k="50" />
|
||||
<hkern g1="Y" g2="four" k="74" />
|
||||
<hkern g1="Y" g2="hyphen,endash,emdash" k="75" />
|
||||
<hkern g1="Y" g2="zero,c,g,o,q,cent,copyright,registered,oacute,cacute,Euro" k="100" />
|
||||
<hkern g1="Y" g2="a,aogonek" k="145" />
|
||||
<hkern g1="Y" g2="z,zacute,zdotaccent" k="30" />
|
||||
<hkern g1="Y" g2="numbersign" k="105" />
|
||||
<hkern g1="Y" g2="dollar,s,sacute" k="50" />
|
||||
<hkern g1="Y" g2="A,Aogonek" k="105" />
|
||||
<hkern g1="Y" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="91" />
|
||||
<hkern g1="Y" g2="guillemotleft,guilsinglleft" k="120" />
|
||||
<hkern g1="Y" g2="x" k="10" />
|
||||
<hkern g1="Y" g2="slash" k="100" />
|
||||
<hkern g1="Y" g2="ampersand" k="65" />
|
||||
<hkern g1="Y" g2="six" k="50" />
|
||||
<hkern g1="Y" g2="S,Sacute" k="15" />
|
||||
<hkern g1="Y" g2="b,d,e,f,h,i,k,l,m,n,p,r,eogonek,lslash,nacute" k="35" />
|
||||
<hkern g1="Y" g2="five" k="40" />
|
||||
<hkern g1="Y" g2="guillemotright,guilsinglright" k="50" />
|
||||
<hkern g1="f" g2="J" k="75" />
|
||||
<hkern g1="f" g2="Y" k="10" />
|
||||
<hkern g1="f" g2="j" k="110" />
|
||||
<hkern g1="f" g2="T" k="40" />
|
||||
<hkern g1="f" g2="V,W" k="25" />
|
||||
<hkern g1="f" g2="four" k="40" />
|
||||
<hkern g1="f" g2="zero,c,g,o,q,cent,copyright,registered,oacute,cacute,Euro" k="15" />
|
||||
<hkern g1="f" g2="a,aogonek" k="89" />
|
||||
<hkern g1="f" g2="numbersign" k="25" />
|
||||
<hkern g1="f" g2="dollar,s,sacute" k="5" />
|
||||
<hkern g1="f" g2="A,Aogonek" k="55" />
|
||||
<hkern g1="f" g2="X" k="15" />
|
||||
<hkern g1="f" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="110" />
|
||||
<hkern g1="f" g2="slash" k="55" />
|
||||
<hkern g1="f" g2="braceright" k="10" />
|
||||
<hkern g1="f" g2="bracketright" k="10" />
|
||||
<hkern g1="dollar,s,sacute" g2="J" k="-10" />
|
||||
<hkern g1="dollar,s,sacute" g2="Y" k="25" />
|
||||
<hkern g1="dollar,s,sacute" g2="j" k="-10" />
|
||||
<hkern g1="dollar,s,sacute" g2="T" k="69" />
|
||||
<hkern g1="dollar,s,sacute" g2="v,w,yen" k="5" />
|
||||
<hkern g1="dollar,s,sacute" g2="V,W" k="10" />
|
||||
<hkern g1="dollar,s,sacute" g2="t" k="15" />
|
||||
<hkern g1="dollar,s,sacute" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="10" />
|
||||
<hkern g1="dollar,s,sacute" g2="x" k="10" />
|
||||
<hkern g1="A,Aogonek" g2="J" k="-30" />
|
||||
<hkern g1="A,Aogonek" g2="U" k="40" />
|
||||
<hkern g1="A,Aogonek" g2="Y" k="105" />
|
||||
<hkern g1="A,Aogonek" g2="j" k="-10" />
|
||||
<hkern g1="A,Aogonek" g2="T" k="110" />
|
||||
<hkern g1="A,Aogonek" g2="v,w,yen" k="65" />
|
||||
<hkern g1="A,Aogonek" g2="u" k="35" />
|
||||
<hkern g1="A,Aogonek" g2="y" k="84" />
|
||||
<hkern g1="A,Aogonek" g2="V,W" k="96" />
|
||||
<hkern g1="A,Aogonek" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="70" />
|
||||
<hkern g1="A,Aogonek" g2="t" k="65" />
|
||||
<hkern g1="A,Aogonek" g2="parenleft,at,C,G,O,Q,Oacute,Cacute" k="30" />
|
||||
<hkern g1="A,Aogonek" g2="four" k="20" />
|
||||
<hkern g1="A,Aogonek" g2="hyphen,endash,emdash" k="30" />
|
||||
<hkern g1="A,Aogonek" g2="trademark" k="145" />
|
||||
<hkern g1="A,Aogonek" g2="zero,c,g,o,q,cent,copyright,registered,oacute,cacute,Euro" k="20" />
|
||||
<hkern g1="A,Aogonek" g2="backslash" k="105" />
|
||||
<hkern g1="A,Aogonek" g2="a,aogonek" k="-10" />
|
||||
<hkern g1="A,Aogonek" g2="numbersign" k="-20" />
|
||||
<hkern g1="A,Aogonek" g2="A,Aogonek" k="-15" />
|
||||
<hkern g1="A,Aogonek" g2="X" k="-15" />
|
||||
<hkern g1="A,Aogonek" g2="guillemotleft,guilsinglleft" k="40" />
|
||||
<hkern g1="A,Aogonek" g2="nine" k="45" />
|
||||
<hkern g1="A,Aogonek" g2="asterisk" k="60" />
|
||||
<hkern g1="V,W" g2="J" k="105" />
|
||||
<hkern g1="V,W" g2="Y" k="-10" />
|
||||
<hkern g1="V,W" g2="j" k="105" />
|
||||
<hkern g1="V,W" g2="u" k="10" />
|
||||
<hkern g1="V,W" g2="V,W" k="-10" />
|
||||
<hkern g1="V,W" g2="parenleft,at,C,G,O,Q,Oacute,Cacute" k="30" />
|
||||
<hkern g1="V,W" g2="seven" k="-20" />
|
||||
<hkern g1="V,W" g2="four" k="79" />
|
||||
<hkern g1="V,W" g2="hyphen,endash,emdash" k="65" />
|
||||
<hkern g1="V,W" g2="zero,c,g,o,q,cent,copyright,registered,oacute,cacute,Euro" k="60" />
|
||||
<hkern g1="V,W" g2="backslash" k="-50" />
|
||||
<hkern g1="V,W" g2="a,aogonek" k="95" />
|
||||
<hkern g1="V,W" g2="z,zacute,zdotaccent" k="15" />
|
||||
<hkern g1="V,W" g2="numbersign" k="55" />
|
||||
<hkern g1="V,W" g2="dollar,s,sacute" k="35" />
|
||||
<hkern g1="V,W" g2="A,Aogonek" k="96" />
|
||||
<hkern g1="V,W" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="86" />
|
||||
<hkern g1="V,W" g2="guillemotleft,guilsinglleft" k="100" />
|
||||
<hkern g1="V,W" g2="x" k="20" />
|
||||
<hkern g1="V,W" g2="slash" k="65" />
|
||||
<hkern g1="V,W" g2="ampersand" k="20" />
|
||||
<hkern g1="V,W" g2="six" k="45" />
|
||||
<hkern g1="V,W" g2="S,Sacute" k="5" />
|
||||
<hkern g1="V,W" g2="b,d,e,f,h,i,k,l,m,n,p,r,eogonek,lslash,nacute" k="20" />
|
||||
<hkern g1="V,W" g2="five" k="50" />
|
||||
<hkern g1="V,W" g2="guillemotright,guilsinglright" k="50" />
|
||||
<hkern g1="k" g2="U" k="10" />
|
||||
<hkern g1="k" g2="Y" k="30" />
|
||||
<hkern g1="k" g2="j" k="-20" />
|
||||
<hkern g1="k" g2="T" k="40" />
|
||||
<hkern g1="k" g2="v,w,yen" k="5" />
|
||||
<hkern g1="k" g2="u" k="10" />
|
||||
<hkern g1="k" g2="y" k="10" />
|
||||
<hkern g1="k" g2="V,W" k="10" />
|
||||
<hkern g1="k" g2="parenleft,at,C,G,O,Q,Oacute,Cacute" k="30" />
|
||||
<hkern g1="k" g2="zero,c,g,o,q,cent,copyright,registered,oacute,cacute,Euro" k="33" />
|
||||
<hkern g1="k" g2="a,aogonek" k="-20" />
|
||||
<hkern g1="k" g2="dollar,s,sacute" k="15" />
|
||||
<hkern g1="k" g2="ampersand" k="17" />
|
||||
<hkern g1="c,cacute,Euro" g2="Y" k="70" />
|
||||
<hkern g1="c,cacute,Euro" g2="T" k="25" />
|
||||
<hkern g1="c,cacute,Euro" g2="v,w,yen" k="5" />
|
||||
<hkern g1="c,cacute,Euro" g2="y" k="10" />
|
||||
<hkern g1="c,cacute,Euro" g2="V,W" k="25" />
|
||||
<hkern g1="c,cacute,Euro" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="15" />
|
||||
<hkern g1="c,cacute,Euro" g2="t" k="20" />
|
||||
<hkern g1="c,cacute,Euro" g2="a,aogonek" k="5" />
|
||||
<hkern g1="c,cacute,Euro" g2="A,Aogonek" k="10" />
|
||||
<hkern g1="c,cacute,Euro" g2="x" k="10" />
|
||||
<hkern g1="c,cacute,Euro" g2="b,d,e,f,h,i,k,l,m,n,p,r,eogonek,lslash,nacute" k="10" />
|
||||
<hkern g1="x" g2="Y" k="10" />
|
||||
<hkern g1="x" g2="j" k="-20" />
|
||||
<hkern g1="x" g2="T" k="35" />
|
||||
<hkern g1="x" g2="u" k="5" />
|
||||
<hkern g1="x" g2="y" k="5" />
|
||||
<hkern g1="x" g2="V,W" k="20" />
|
||||
<hkern g1="x" g2="zero,c,g,o,q,cent,copyright,registered,oacute,cacute,Euro" k="30" />
|
||||
<hkern g1="x" g2="a,aogonek" k="-10" />
|
||||
<hkern g1="x" g2="dollar,s,sacute" k="10" />
|
||||
<hkern g1="x" g2="x" k="-10" />
|
||||
<hkern g1="F" g2="J" k="145" />
|
||||
<hkern g1="F" g2="j" k="115" />
|
||||
<hkern g1="F" g2="v,w,yen" k="15" />
|
||||
<hkern g1="F" g2="y" k="20" />
|
||||
<hkern g1="F" g2="t" k="30" />
|
||||
<hkern g1="F" g2="parenleft,at,C,G,O,Q,Oacute,Cacute" k="23" />
|
||||
<hkern g1="F" g2="four" k="59" />
|
||||
<hkern g1="F" g2="zero,c,g,o,q,cent,copyright,registered,oacute,cacute,Euro" k="48" />
|
||||
<hkern g1="F" g2="a,aogonek" k="105" />
|
||||
<hkern g1="F" g2="z,zacute,zdotaccent" k="20" />
|
||||
<hkern g1="F" g2="numbersign" k="71" />
|
||||
<hkern g1="F" g2="dollar,s,sacute" k="25" />
|
||||
<hkern g1="F" g2="A,Aogonek" k="110" />
|
||||
<hkern g1="F" g2="X" k="5" />
|
||||
<hkern g1="F" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="130" />
|
||||
<hkern g1="F" g2="slash" k="80" />
|
||||
<hkern g1="F" g2="ampersand" k="20" />
|
||||
<hkern g1="F" g2="six" k="45" />
|
||||
<hkern g1="F" g2="S,Sacute" k="15" />
|
||||
<hkern g1="F" g2="b,d,e,f,h,i,k,l,m,n,p,r,eogonek,lslash,nacute" k="25" />
|
||||
<hkern g1="p" g2="J" k="60" />
|
||||
<hkern g1="p" g2="Y" k="60" />
|
||||
<hkern g1="p" g2="j" k="86" />
|
||||
<hkern g1="p" g2="T" k="74" />
|
||||
<hkern g1="p" g2="y" k="10" />
|
||||
<hkern g1="p" g2="V,W" k="25" />
|
||||
<hkern g1="p" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="15" />
|
||||
<hkern g1="p" g2="four" k="20" />
|
||||
<hkern g1="p" g2="zero,c,g,o,q,cent,copyright,registered,oacute,cacute,Euro" k="-5" />
|
||||
<hkern g1="p" g2="a,aogonek" k="55" />
|
||||
<hkern g1="p" g2="numbersign" k="20" />
|
||||
<hkern g1="p" g2="A,Aogonek" k="50" />
|
||||
<hkern g1="p" g2="X" k="50" />
|
||||
<hkern g1="p" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="90" />
|
||||
<hkern g1="p" g2="x" k="20" />
|
||||
<hkern g1="p" g2="parenright" k="10" />
|
||||
<hkern g1="p" g2="slash" k="50" />
|
||||
<hkern g1="p" g2="braceright" k="20" />
|
||||
<hkern g1="p" g2="bracketright" k="15" />
|
||||
<hkern g1="p" g2="Z,Zacute,Zdotaccent" k="10" />
|
||||
<hkern g1="S,Sacute" g2="J" k="-10" />
|
||||
<hkern g1="S,Sacute" g2="Y" k="15" />
|
||||
<hkern g1="S,Sacute" g2="T" k="15" />
|
||||
<hkern g1="S,Sacute" g2="X" k="8" />
|
||||
<hkern g1="S,Sacute" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="10" />
|
||||
<hkern g1="h,i,m,n,sterling,nacute" g2="Y" k="35" />
|
||||
<hkern g1="h,i,m,n,sterling,nacute" g2="j" k="-5" />
|
||||
<hkern g1="h,i,m,n,sterling,nacute" g2="T" k="64" />
|
||||
<hkern g1="h,i,m,n,sterling,nacute" g2="V,W" k="20" />
|
||||
<hkern g1="K" g2="J" k="-20" />
|
||||
<hkern g1="K" g2="U" k="20" />
|
||||
<hkern g1="K" g2="Y" k="10" />
|
||||
<hkern g1="K" g2="j" k="-15" />
|
||||
<hkern g1="K" g2="T" k="10" />
|
||||
<hkern g1="K" g2="v,w,yen" k="60" />
|
||||
<hkern g1="K" g2="u" k="45" />
|
||||
<hkern g1="K" g2="y" k="70" />
|
||||
<hkern g1="K" g2="V,W" k="10" />
|
||||
<hkern g1="K" g2="t" k="70" />
|
||||
<hkern g1="K" g2="parenleft,at,C,G,O,Q,Oacute,Cacute" k="50" />
|
||||
<hkern g1="K" g2="zero,c,g,o,q,cent,copyright,registered,oacute,cacute,Euro" k="45" />
|
||||
<hkern g1="K" g2="dollar,s,sacute" k="30" />
|
||||
<hkern g1="K" g2="A,Aogonek" k="-23" />
|
||||
<hkern g1="j,u" g2="Y" k="20" />
|
||||
<hkern g1="j,u" g2="j" k="15" />
|
||||
<hkern g1="j,u" g2="T" k="54" />
|
||||
<hkern g1="j,u" g2="V,W" k="10" />
|
||||
<hkern g1="j,u" g2="a,aogonek" k="33" />
|
||||
<hkern g1="j,u" g2="A,Aogonek" k="35" />
|
||||
<hkern g1="j,u" g2="X" k="20" />
|
||||
<hkern g1="j,u" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="40" />
|
||||
<hkern g1="j,u" g2="x" k="5" />
|
||||
<hkern g1="C,Cacute" g2="Y" k="15" />
|
||||
<hkern g1="C,Cacute" g2="T" k="22" />
|
||||
<hkern g1="C,Cacute" g2="V,W" k="10" />
|
||||
<hkern g1="C,Cacute" g2="zero,c,g,o,q,cent,copyright,registered,oacute,cacute,Euro" k="10" />
|
||||
<hkern g1="C,Cacute" g2="a,aogonek" k="30" />
|
||||
<hkern g1="C,Cacute" g2="numbersign" k="-15" />
|
||||
<hkern g1="C,Cacute" g2="A,Aogonek" k="10" />
|
||||
<hkern g1="C,Cacute" g2="X" k="15" />
|
||||
<hkern g1="X" g2="J" k="-15" />
|
||||
<hkern g1="X" g2="U" k="10" />
|
||||
<hkern g1="X" g2="v,w,yen" k="30" />
|
||||
<hkern g1="X" g2="u" k="20" />
|
||||
<hkern g1="X" g2="y" k="25" />
|
||||
<hkern g1="X" g2="t" k="30" />
|
||||
<hkern g1="X" g2="parenleft,at,C,G,O,Q,Oacute,Cacute" k="40" />
|
||||
<hkern g1="X" g2="zero,c,g,o,q,cent,copyright,registered,oacute,cacute,Euro" k="35" />
|
||||
<hkern g1="X" g2="a,aogonek" k="-8" />
|
||||
<hkern g1="X" g2="A,Aogonek" k="-15" />
|
||||
<hkern g1="X" g2="X" k="-10" />
|
||||
<hkern g1="X" g2="ampersand" k="10" />
|
||||
<hkern g1="X" g2="S,Sacute" k="8" />
|
||||
<hkern g1="P" g2="J" k="110" />
|
||||
<hkern g1="P" g2="Y" k="15" />
|
||||
<hkern g1="P" g2="j" k="105" />
|
||||
<hkern g1="P" g2="T" k="20" />
|
||||
<hkern g1="P" g2="v,w,yen" k="-5" />
|
||||
<hkern g1="P" g2="u" k="-10" />
|
||||
<hkern g1="P" g2="y" k="-10" />
|
||||
<hkern g1="P" g2="parenleft,at,C,G,O,Q,Oacute,Cacute" k="-10" />
|
||||
<hkern g1="P" g2="four" k="40" />
|
||||
<hkern g1="P" g2="a,aogonek" k="65" />
|
||||
<hkern g1="P" g2="numbersign" k="45" />
|
||||
<hkern g1="P" g2="A,Aogonek" k="79" />
|
||||
<hkern g1="P" g2="X" k="40" />
|
||||
<hkern g1="P" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="110" />
|
||||
<hkern g1="P" g2="slash" k="60" />
|
||||
<hkern g1="P" g2="Z,Zacute,Zdotaccent" k="15" />
|
||||
<hkern g1="e,eogonek" g2="Y" k="25" />
|
||||
<hkern g1="e,eogonek" g2="j" k="-5" />
|
||||
<hkern g1="e,eogonek" g2="T" k="25" />
|
||||
<hkern g1="e,eogonek" g2="u" k="5" />
|
||||
<hkern g1="e,eogonek" g2="zero,c,g,o,q,cent,copyright,registered,oacute,cacute,Euro" k="20" />
|
||||
<hkern g1="guillemotleft,guilsinglleft" g2="V,W" k="50" />
|
||||
<hkern g1="guillemotleft,guilsinglleft" g2="Y" k="50" />
|
||||
<hkern g1="guillemotleft,guilsinglleft" g2="J" k="20" />
|
||||
<hkern g1="guillemotleft,guilsinglleft" g2="T" k="15" />
|
||||
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="V,W" k="86" />
|
||||
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="Y" k="91" />
|
||||
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="J" k="-30" />
|
||||
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="T" k="86" />
|
||||
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="t" k="81" />
|
||||
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="parenleft,at,C,G,O,Q,Oacute,Cacute" k="25" />
|
||||
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="S,Sacute" k="5" />
|
||||
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="u" k="40" />
|
||||
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="four" k="41" />
|
||||
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="y" k="81" />
|
||||
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="six" k="20" />
|
||||
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="j" k="-20" />
|
||||
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="one" k="50" />
|
||||
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="nine" k="60" />
|
||||
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="v,w,yen" k="75" />
|
||||
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="zero,c,g,o,q,cent,copyright,registered,oacute,cacute,Euro" k="25" />
|
||||
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="numbersign" k="-15" />
|
||||
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="U" k="40" />
|
||||
<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="dollar,s,sacute" k="5" />
|
||||
<hkern g1="four" g2="Y" k="20" />
|
||||
<hkern g1="four" g2="T" k="59" />
|
||||
<hkern g1="four" g2="backslash" k="50" />
|
||||
<hkern g1="four" g2="slash" k="-30" />
|
||||
<hkern g1="four" g2="seven" k="10" />
|
||||
<hkern g1="ampersand" g2="A,Aogonek" k="10" />
|
||||
<hkern g1="ampersand" g2="a,aogonek" k="25" />
|
||||
<hkern g1="ampersand" g2="V,W" k="30" />
|
||||
<hkern g1="ampersand" g2="Y" k="79" />
|
||||
<hkern g1="ampersand" g2="J" k="40" />
|
||||
<hkern g1="ampersand" g2="T" k="99" />
|
||||
<hkern g1="ampersand" g2="t" k="40" />
|
||||
<hkern g1="ampersand" g2="parenleft,at,C,G,O,Q,Oacute,Cacute" k="-10" />
|
||||
<hkern g1="ampersand" g2="y" k="25" />
|
||||
<hkern g1="ampersand" g2="j" k="50" />
|
||||
<hkern g1="ampersand" g2="one" k="40" />
|
||||
<hkern g1="ampersand" g2="v,w,yen" k="20" />
|
||||
<hkern g1="ampersand" g2="zero,c,g,o,q,cent,copyright,registered,oacute,cacute,Euro" k="-10" />
|
||||
<hkern g1="ampersand" g2="seven" k="55" />
|
||||
<hkern g1="ampersand" g2="x" k="20" />
|
||||
<hkern g1="ampersand" g2="two" k="35" />
|
||||
<hkern g1="ampersand" g2="X" k="35" />
|
||||
<hkern g1="ampersand" g2="z,zacute,zdotaccent" k="10" />
|
||||
<hkern g1="ampersand" g2="three,eight" k="30" />
|
||||
<hkern g1="three,eight" g2="T" k="49" />
|
||||
<hkern g1="three,eight" g2="backslash" k="55" />
|
||||
<hkern g1="three,eight" g2="slash" k="-15" />
|
||||
<hkern g1="braceleft" g2="parenleft,at,C,G,O,Q,Oacute,Cacute" k="15" />
|
||||
<hkern g1="braceleft" g2="four" k="55" />
|
||||
<hkern g1="braceleft" g2="one" k="12" />
|
||||
<hkern g1="braceleft" g2="zero,c,g,o,q,cent,copyright,registered,oacute,cacute,Euro" k="45" />
|
||||
<hkern g1="numbersign" g2="A,Aogonek" k="50" />
|
||||
<hkern g1="numbersign" g2="a,aogonek" k="55" />
|
||||
<hkern g1="numbersign" g2="V,W" k="-20" />
|
||||
<hkern g1="numbersign" g2="Y" k="10" />
|
||||
<hkern g1="numbersign" g2="T" k="-35" />
|
||||
<hkern g1="numbersign" g2="t" k="-30" />
|
||||
<hkern g1="numbersign" g2="y" k="-5" />
|
||||
<hkern g1="numbersign" g2="j" k="50" />
|
||||
<hkern g1="numbersign" g2="v,w,yen" k="-10" />
|
||||
<hkern g1="numbersign" g2="backslash" k="20" />
|
||||
<hkern g1="numbersign" g2="slash" k="50" />
|
||||
<hkern g1="numbersign" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="80" />
|
||||
<hkern g1="six" g2="V,W" k="70" />
|
||||
<hkern g1="six" g2="Y" k="60" />
|
||||
<hkern g1="six" g2="T" k="59" />
|
||||
<hkern g1="six" g2="y" k="45" />
|
||||
<hkern g1="six" g2="one" k="40" />
|
||||
<hkern g1="six" g2="v,w,yen" k="30" />
|
||||
<hkern g1="six" g2="backslash" k="64" />
|
||||
<hkern g1="six" g2="slash" k="-20" />
|
||||
<hkern g1="six" g2="seven" k="25" />
|
||||
<hkern g1="six" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="25" />
|
||||
<hkern g1="nine" g2="A,Aogonek" k="50" />
|
||||
<hkern g1="nine" g2="a,aogonek" k="35" />
|
||||
<hkern g1="nine" g2="J" k="70" />
|
||||
<hkern g1="nine" g2="T" k="49" />
|
||||
<hkern g1="nine" g2="j" k="40" />
|
||||
<hkern g1="nine" g2="backslash" k="30" />
|
||||
<hkern g1="nine" g2="slash" k="20" />
|
||||
<hkern g1="nine" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="75" />
|
||||
<hkern g1="nine" g2="five" k="5" />
|
||||
<hkern g1="slash" g2="A,Aogonek" k="105" />
|
||||
<hkern g1="slash" g2="a,aogonek" k="120" />
|
||||
<hkern g1="slash" g2="t" k="-10" />
|
||||
<hkern g1="slash" g2="parenleft,at,C,G,O,Q,Oacute,Cacute" k="10" />
|
||||
<hkern g1="slash" g2="S,Sacute" k="30" />
|
||||
<hkern g1="slash" g2="four" k="125" />
|
||||
<hkern g1="slash" g2="six" k="100" />
|
||||
<hkern g1="slash" g2="j" k="55" />
|
||||
<hkern g1="slash" g2="one" k="74" />
|
||||
<hkern g1="slash" g2="nine" k="50" />
|
||||
<hkern g1="slash" g2="zero,c,g,o,q,cent,copyright,registered,oacute,cacute,Euro" k="79" />
|
||||
<hkern g1="slash" g2="numbersign" k="115" />
|
||||
<hkern g1="slash" g2="dollar,s,sacute" k="50" />
|
||||
<hkern g1="slash" g2="two" k="60" />
|
||||
<hkern g1="slash" g2="z,zacute,zdotaccent" k="10" />
|
||||
<hkern g1="slash" g2="three,eight" k="74" />
|
||||
<hkern g1="slash" g2="five" k="60" />
|
||||
<hkern g1="two" g2="T" k="30" />
|
||||
<hkern g1="two" g2="backslash" k="45" />
|
||||
<hkern g1="two" g2="slash" k="-30" />
|
||||
<hkern g1="asterisk" g2="A,Aogonek" k="60" />
|
||||
<hkern g1="asterisk" g2="a,aogonek" k="50" />
|
||||
<hkern g1="asterisk" g2="J" k="101" />
|
||||
<hkern g1="asterisk" g2="j" k="106" />
|
||||
<hkern g1="guillemotright,guilsinglright" g2="A,Aogonek" k="40" />
|
||||
<hkern g1="guillemotright,guilsinglright" g2="V,W" k="100" />
|
||||
<hkern g1="guillemotright,guilsinglright" g2="Y" k="120" />
|
||||
<hkern g1="guillemotright,guilsinglright" g2="J" k="45" />
|
||||
<hkern g1="guillemotright,guilsinglright" g2="T" k="80" />
|
||||
<hkern g1="guillemotright,guilsinglright" g2="t" k="10" />
|
||||
<hkern g1="guillemotright,guilsinglright" g2="y" k="25" />
|
||||
<hkern g1="guillemotright,guilsinglright" g2="j" k="40" />
|
||||
<hkern g1="guillemotright,guilsinglright" g2="v,w,yen" k="25" />
|
||||
<hkern g1="guillemotright,guilsinglright" g2="z,zacute,zdotaccent" k="10" />
|
||||
<hkern g1="guillemotright,guilsinglright" g2="Z,Zacute,Zdotaccent" k="10" />
|
||||
<hkern g1="parenleft" g2="parenleft,at,C,G,O,Q,Oacute,Cacute" k="35" />
|
||||
<hkern g1="parenleft" g2="four" k="55" />
|
||||
<hkern g1="parenleft" g2="one" k="5" />
|
||||
<hkern g1="parenleft" g2="zero,c,g,o,q,cent,copyright,registered,oacute,cacute,Euro" k="30" />
|
||||
<hkern g1="backslash" g2="V,W" k="79" />
|
||||
<hkern g1="backslash" g2="Y" k="100" />
|
||||
<hkern g1="backslash" g2="T" k="50" />
|
||||
<hkern g1="backslash" g2="t" k="50" />
|
||||
<hkern g1="backslash" g2="four" k="-10" />
|
||||
<hkern g1="backslash" g2="y" k="65" />
|
||||
<hkern g1="backslash" g2="j" k="-20" />
|
||||
<hkern g1="backslash" g2="one" k="30" />
|
||||
<hkern g1="backslash" g2="nine" k="30" />
|
||||
<hkern g1="backslash" g2="v,w,yen" k="65" />
|
||||
<hkern g1="backslash" g2="zero,c,g,o,q,cent,copyright,registered,oacute,cacute,Euro" k="10" />
|
||||
<hkern g1="backslash" g2="seven" k="25" />
|
||||
<hkern g1="backslash" g2="two" k="-20" />
|
||||
<hkern g1="backslash" g2="z,zacute,zdotaccent" k="-40" />
|
||||
<hkern g1="backslash" g2="three,eight" k="5" />
|
||||
<hkern g1="backslash" g2="five" k="-5" />
|
||||
<hkern g1="one" g2="T" k="5" />
|
||||
<hkern g1="one" g2="slash" k="-25" />
|
||||
<hkern g1="five" g2="Y" k="35" />
|
||||
<hkern g1="five" g2="T" k="49" />
|
||||
<hkern g1="five" g2="one" k="10" />
|
||||
<hkern g1="five" g2="backslash" k="25" />
|
||||
<hkern g1="five" g2="slash" k="-25" />
|
||||
<hkern g1="five" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="20" />
|
||||
<hkern g1="bracketleft" g2="parenleft,at,C,G,O,Q,Oacute,Cacute" k="20" />
|
||||
<hkern g1="bracketleft" g2="four" k="55" />
|
||||
<hkern g1="bracketleft" g2="one" k="-5" />
|
||||
<hkern g1="bracketleft" g2="zero,c,g,o,q,cent,copyright,registered,oacute,cacute,Euro" k="30" />
|
||||
<hkern g1="hyphen,endash,emdash" g2="A,Aogonek" k="30" />
|
||||
<hkern g1="hyphen,endash,emdash" g2="a,aogonek" k="35" />
|
||||
<hkern g1="hyphen,endash,emdash" g2="V,W" k="65" />
|
||||
<hkern g1="hyphen,endash,emdash" g2="Y" k="75" />
|
||||
<hkern g1="hyphen,endash,emdash" g2="J" k="60" />
|
||||
<hkern g1="hyphen,endash,emdash" g2="T" k="79" />
|
||||
<hkern g1="hyphen,endash,emdash" g2="t" k="44" />
|
||||
<hkern g1="hyphen,endash,emdash" g2="y" k="45" />
|
||||
<hkern g1="hyphen,endash,emdash" g2="j" k="60" />
|
||||
<hkern g1="hyphen,endash,emdash" g2="one" k="30" />
|
||||
<hkern g1="hyphen,endash,emdash" g2="v,w,yen" k="25" />
|
||||
<hkern g1="hyphen,endash,emdash" g2="seven" k="35" />
|
||||
<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="A,Aogonek" k="100" />
|
||||
<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="a,aogonek" k="115" />
|
||||
<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="J" k="96" />
|
||||
<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="parenleft,at,C,G,O,Q,Oacute,Cacute" k="15" />
|
||||
<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="S,Sacute" k="35" />
|
||||
<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="six" k="35" />
|
||||
<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="j" k="91" />
|
||||
<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="zero,c,g,o,q,cent,copyright,registered,oacute,cacute,Euro" k="50" />
|
||||
<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="U" k="-10" />
|
||||
<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="dollar,s,sacute" k="50" />
|
||||
</font>
|
||||
</defs></svg>
|
After Width: | Height: | Size: 67 KiB |
BIN
fonts/Novecentosanswide-Medium-webfont.ttf
Executable file
BIN
fonts/Novecentosanswide-Medium-webfont.ttf
Executable file
Binary file not shown.
BIN
fonts/Novecentosanswide-Medium-webfont.woff
Executable file
BIN
fonts/Novecentosanswide-Medium-webfont.woff
Executable file
Binary file not shown.
BIN
fonts/Novecentosanswide-Medium-webfont.woff2
Executable file
BIN
fonts/Novecentosanswide-Medium-webfont.woff2
Executable file
Binary file not shown.
BIN
fonts/Novecentosanswide-Normal-webfont.eot
Executable file
BIN
fonts/Novecentosanswide-Normal-webfont.eot
Executable file
Binary file not shown.
879
fonts/Novecentosanswide-Normal-webfont.svg
Executable file
879
fonts/Novecentosanswide-Normal-webfont.svg
Executable file
|
@ -0,0 +1,879 @@
|
|||
<?xml version="1.0" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
|
||||
<svg xmlns="http://www.w3.org/2000/svg">
|
||||
<metadata></metadata>
|
||||
<defs>
|
||||
<font id="novecento_sans_widenormal" horiz-adv-x="533" >
|
||||
<font-face units-per-em="1000" ascent="821" descent="-179" />
|
||||
<missing-glyph horiz-adv-x="250" />
|
||||
<glyph horiz-adv-x="1000" />
|
||||
<glyph horiz-adv-x="1000" />
|
||||
<glyph unicode="
" horiz-adv-x="1000" />
|
||||
<glyph unicode=" " horiz-adv-x="250" />
|
||||
<glyph unicode="	" horiz-adv-x="250" />
|
||||
<glyph unicode=" " horiz-adv-x="250" />
|
||||
<glyph unicode="!" horiz-adv-x="262" d="M172 700v-538h-82v538h82zM131 -10q-25 0 -39.5 14.5t-14.5 36.5t14.5 36t39.5 14t39.5 -14t14.5 -36t-14.5 -36.5t-39.5 -14.5z" />
|
||||
<glyph unicode=""" horiz-adv-x="321" d="M126 700l-4 -230h-68l-5 230h77zM270 700l-5 -230h-68l-5 230h78z" />
|
||||
<glyph unicode="#" horiz-adv-x="661" d="M452 179h95l-19 -72h-96l-28 -107h-69l28 107h-160l-29 -107h-69l29 107h-96l20 72h96l55 204h-95l20 71h94l28 106h69l-29 -106h161l29 106h69l-29 -106h97l-20 -71h-96zM277 383l-55 -204h161l55 204h-161z" />
|
||||
<glyph unicode="$" horiz-adv-x="474" d="M439 150q0 -70 -44.5 -111.5t-120.5 -48.5v-80h-65v80q-151 16 -174 149l71 19q6 -49 43 -78.5t96 -29.5q53 0 84.5 25.5t31.5 71.5q0 14 -2.5 26t-9.5 21.5t-12 16.5t-18.5 13.5t-20 10.5t-24 9t-24 6.5t-27.5 6.5t-26 6q-31 7 -52.5 15.5t-47 25t-38.5 45t-13 67.5 q0 65 40.5 105t113.5 48v81h66v-80q138 -14 168 -135l-70 -19q-20 93 -128 93q-56 0 -86 -24.5t-30 -64.5q0 -25 9.5 -42.5t30.5 -29t41 -17.5t56 -14q31 -7 49 -12t46.5 -18t45 -29t29 -44t12.5 -64z" />
|
||||
<glyph unicode="%" horiz-adv-x="711" d="M163 219q-128 0 -128 175q0 176 128 176t128 -176q0 -175 -128 -175zM477 560l-188 -560h-56l188 560h56zM163 274q36 0 54 28t18 92t-18 92.5t-54 28.5q-73 0 -73 -121q0 -120 73 -120zM549 -7q-128 0 -128 176q0 177 128 177t128 -177q0 -176 -128 -176zM549 49 q36 0 54 28t18 92t-18 92.5t-54 28.5q-37 0 -55 -28.5t-18 -92.5t18 -92t55 -28z" />
|
||||
<glyph unicode="&" horiz-adv-x="612" d="M495 253v-71q0 -95 -57.5 -144.5t-166.5 -49.5q-106 0 -161.5 44.5t-55.5 118.5q0 57 32 93.5t80 45.5v2q-43 9 -74.5 42.5t-31.5 90.5q0 71 51 108.5t145 37.5q193 0 236 -148l-72 -20q-29 102 -157 102q-123 0 -123 -86q0 -42 32.5 -68.5t94.5 -26.5h317v-70zM417 254 h-153q-60 0 -95.5 -25.5t-35.5 -74.5q0 -48 35 -74.5t104 -26.5q145 0 145 130v71z" />
|
||||
<glyph unicode="'" horiz-adv-x="178" d="M126 700l-4 -230h-68l-5 230h77z" />
|
||||
<glyph unicode="(" horiz-adv-x="356" d="M316 795l23 -74q-204 -70 -204 -430t204 -430l-23 -75q-260 92 -260 505q0 412 260 504z" />
|
||||
<glyph unicode=")" horiz-adv-x="356" d="M41 -213l-24 74q204 70 204 430t-204 430l24 75q259 -92 259 -505q0 -412 -259 -504z" />
|
||||
<glyph unicode="*" horiz-adv-x="489" d="M290 518l76 -106l-46 -33l-75 107l-75 -107l-47 33l76 106l-122 38l17 53l122 -38v129h57v-129l122 38l18 -53z" />
|
||||
<glyph unicode="+" horiz-adv-x="668" d="M524 254h-153v-165h-74v165h-153v69h153v164h74v-164h153v-69z" />
|
||||
<glyph unicode="," horiz-adv-x="224" d="M108 0q-21 -3 -33.5 8.5t-12.5 32.5q0 20 14.5 33.5t37.5 13.5q27 0 42.5 -17t15.5 -48q0 -37 -24.5 -74t-65.5 -52l-33 35q22 8 38.5 28.5t20.5 39.5z" />
|
||||
<glyph unicode="-" horiz-adv-x="581" d="M480 254h-380v69h380v-69z" />
|
||||
<glyph unicode="." horiz-adv-x="224" d="M112 -10q-26 0 -40 14.5t-14 36.5t14.5 36t39.5 14t39.5 -14t14.5 -36t-14.5 -36.5t-39.5 -14.5z" />
|
||||
<glyph unicode="/" horiz-adv-x="485" d="M462 700l-353 -700h-86l355 700h84z" />
|
||||
<glyph unicode="0" horiz-adv-x="521" d="M260 571q107 0 165 -75t58 -216t-58 -216.5t-165 -75.5t-165 75.5t-58 216.5t58 216t165 75zM260 499q-145 0 -145 -219q0 -220 145 -220t145 220q0 219 -145 219z" />
|
||||
<glyph unicode="1" horiz-adv-x="342" d="M184 0v374q0 18 1 43t1 39l1 15h-2l-8 -9q-8 -9 -18 -20.5t-15 -15.5l-57 -58l-47 55l148 137h74v-560h-78z" />
|
||||
<glyph unicode="2" horiz-adv-x="490" d="M49 0v85l203 156q60 48 86 82t26 73q0 46 -32 77t-92 31q-58 0 -88.5 -28.5t-34.5 -72.5l-73 20q11 76 66.5 112t135.5 36q94 0 145.5 -47t51.5 -126q0 -61 -33 -104t-111 -100l-160 -123l1 -2q1 0 12.5 0.5t30.5 0.5h40h223v-70h-397z" />
|
||||
<glyph unicode="3" horiz-adv-x="489" d="M335 294v-3q51 -6 84 -41.5t33 -94.5q0 -75 -55.5 -121t-145.5 -46q-86 0 -143.5 43.5t-70.5 117.5l69 19q10 -53 48 -82.5t96 -29.5q60 0 92.5 31t32.5 78q0 48 -34 72.5t-93 24.5h-56v59h54q59 0 91 23.5t32 68.5q0 44 -31.5 68.5t-88.5 24.5q-117 0 -129 -102l-71 19 q13 77 69 112.5t138 35.5q94 0 142 -39.5t48 -105.5q0 -56 -32.5 -90.5t-78.5 -41.5z" />
|
||||
<glyph unicode="4" horiz-adv-x="525" d="M398 0h-78v146h-286v71l249 343h115v-347h82v-67h-82v-146zM320 367v129h-3l-210 -281l2 -2h92h119v154z" />
|
||||
<glyph unicode="5" horiz-adv-x="503" d="M135 316l2 -1q16 18 50 33.5t78 15.5q88 0 141 -51t53 -134q0 -86 -57 -138.5t-149 -52.5q-81 0 -137.5 42t-71.5 112l68 17q10 -49 47.5 -76.5t91.5 -27.5q59 0 96 33.5t37 90.5q0 58 -37 91.5t-100 33.5q-48 0 -79 -19t-43 -45l-63 18l51 302h309v-73h-256l-16 -93 q-3 -20 -7 -39l-6 -28.5t-2 -10.5z" />
|
||||
<glyph unicode="6" horiz-adv-x="499" d="M149 316l3 -2q41 48 118 48q83 0 137 -50.5t54 -130.5q0 -85 -59 -139t-154 -54q-94 0 -153 53.5t-59 146.5q0 92 78 193l139 179h85zM249 56q62 0 99.5 34.5t38.5 92.5q0 56 -37 89.5t-101 33.5q-63 0 -99.5 -33.5t-36.5 -89.5q0 -58 37 -92.5t99 -34.5z" />
|
||||
<glyph unicode="7" horiz-adv-x="470" d="M447 502l-283 -502h-81l225 401q11 20 24.5 41t20.5 32l7 12l-2 2q-35 -1 -73 -1h-255v73h417v-58z" />
|
||||
<glyph unicode="8" horiz-adv-x="502" d="M37 151q0 62 39 98.5t92 43.5v3q-33 4 -69 37.5t-36 89.5q0 63 50.5 105.5t137.5 42.5q86 0 137 -42.5t51 -104.5q0 -57 -36 -90.5t-68 -37.5v-3q52 -7 91 -43.5t39 -98.5q0 -72 -57 -117.5t-156 -45.5t-157 45t-58 118zM131 419q0 -44 34 -68.5t86 -24.5q54 1 86.5 27 t32.5 67q0 42 -32.5 68t-86.5 26q-56 0 -88 -26.5t-32 -68.5zM112 156q0 -50 38 -78.5t101 -28.5q64 0 101.5 28.5t37.5 78.5q0 49 -37.5 75.5t-101.5 26.5t-101.5 -27t-37.5 -75z" />
|
||||
<glyph unicode="9" horiz-adv-x="507" d="M355 239l-2 2q-45 -48 -121 -48q-86 0 -139 52t-53 132q0 86 60 140t154 54q92 0 153.5 -53t61.5 -146q0 -63 -28 -116t-87 -121l-117 -135h-88zM253 503q-60 0 -99.5 -32t-39.5 -96q0 -63 39.5 -94t99.5 -31q61 0 100 32t39 94q0 63 -39.5 95t-99.5 32z" />
|
||||
<glyph unicode=":" horiz-adv-x="224" d="M112 338q-26 0 -40 14.5t-14 36.5t14.5 36t39.5 14t39.5 -14.5t14.5 -35.5q0 -23 -14 -37t-40 -14zM112 -10q-26 0 -40 14.5t-14 36.5t14.5 36t39.5 14t39.5 -14t14.5 -36t-14.5 -36.5t-39.5 -14.5z" />
|
||||
<glyph unicode=";" horiz-adv-x="224" d="M112 338q-26 0 -40 14.5t-14 36.5t14.5 36t39.5 14t39.5 -14.5t14.5 -35.5q0 -23 -14 -37t-40 -14zM108 1q-21 -3 -33.5 8.5t-12.5 31.5q0 21 14 34t38 13q27 0 42.5 -17t15.5 -47q0 -37 -24.5 -74.5t-65.5 -51.5l-33 34q22 8 38.5 28.5t20.5 40.5z" />
|
||||
<glyph unicode="<" horiz-adv-x="668" d="M542 41l-451 217v62l451 217v-73l-362 -174v-2l362 -174v-73z" />
|
||||
<glyph unicode="=" horiz-adv-x="668" d="M524 347h-380v69h380v-69zM524 164h-380v69h380v-69z" />
|
||||
<glyph unicode=">" horiz-adv-x="668" d="M488 288v2l-362 174v73l451 -217v-62l-451 -217v73z" />
|
||||
<glyph unicode="?" horiz-adv-x="563" d="M229 162v177q119 41 166 79.5t47 91.5q0 52 -36 89t-117 37q-75 0 -115.5 -32.5t-58.5 -94.5l-77 21q22 88 88.5 136t166.5 48q113 0 172.5 -56.5t59.5 -137.5q0 -84 -58.5 -135t-154.5 -86v-137h-83zM270 -10q-26 0 -40.5 14.5t-14.5 36.5t14.5 36t40.5 14 q25 0 39.5 -14t14.5 -36t-14.5 -36.5t-39.5 -14.5z" />
|
||||
<glyph unicode="@" horiz-adv-x="787" d="M494 142h-2q-15 -34 -48 -54.5t-77 -20.5q-69 0 -116.5 48.5t-47.5 134.5t44 137t117 51q84 0 113 -59h3v-117q0 50 -27.5 80t-73.5 30q-48 0 -73.5 -33t-25.5 -88t27 -86t72 -31q46 0 71.5 30t29.5 78v182h77v-207q0 -45 12.5 -66.5t41.5 -21.5q37 0 57 37.5t20 102.5 q0 136 -80.5 220t-212.5 84q-133 0 -214.5 -86t-81.5 -224q0 -148 77 -228.5t202 -80.5q29 0 55 3.5t46 9t36 12t28.5 14t20 13t14 11.5t7.5 6l46 -36q-38 -39 -109.5 -64t-141.5 -25q-154 0 -248 97t-94 269q0 157 100.5 261t255.5 104q158 0 256.5 -102.5t98.5 -258.5 q0 -91 -38 -146t-109 -55q-40 0 -70 21.5t-38 53.5z" />
|
||||
<glyph unicode="A" horiz-adv-x="732" d="M543 186h-355l-78 -186h-87l298 700h89l298 -700h-87zM512 260l-77 183q-10 24 -28.5 68t-29.5 70l-11 26h-2q-1 -1 -68 -163l-77 -184h293z" />
|
||||
<glyph unicode="B" horiz-adv-x="623" d="M428 377v-3q61 -10 110 -54.5t49 -124.5q0 -90 -62.5 -142.5t-176.5 -52.5h-271v700h252q94 0 151.5 -48.5t57.5 -123.5q0 -63 -33 -102t-77 -49zM158 400h163q60 0 97.5 30.5t37.5 85.5q0 52 -38 83t-105 31h-155v-230zM158 70h186q73 0 115.5 33t42.5 96 q0 64 -46 100.5t-114 36.5h-184v-266z" />
|
||||
<glyph unicode="C" horiz-adv-x="769" d="M646 218l79 -21q-40 -98 -127.5 -154t-199.5 -56q-156 0 -258 101t-102 264t102 262.5t258 99.5q116 0 199.5 -54t118.5 -137l-79 -22q-12 22 -29 42t-45.5 43t-72 37t-94.5 14q-123 0 -199.5 -77.5t-76.5 -208.5q0 -130 78 -208t196 -78q85 0 152 41t100 112z" />
|
||||
<glyph unicode="D" horiz-adv-x="729" d="M77 700h242q165 0 268.5 -96.5t103.5 -256.5q0 -159 -102.5 -253t-262.5 -94h-249v700zM158 76h164q124 0 205.5 70t81.5 201t-82.5 204t-210.5 73h-158v-548z" />
|
||||
<glyph unicode="E" horiz-adv-x="600" d="M77 0v700h471v-76h-390v-220h304v-76h-304v-252h392v-76h-473z" />
|
||||
<glyph unicode="F" horiz-adv-x="583" d="M544 624h-386v-234h307v-76h-307v-314h-81v700h467v-76z" />
|
||||
<glyph unicode="G" horiz-adv-x="790" d="M730 0h-73q0 35 0.5 58t0.5 32v11h-2q-37 -42 -102.5 -78t-156.5 -36q-152 0 -255.5 101t-103.5 263q0 163 102.5 263t259.5 100q115 0 199 -54t119 -137l-80 -22q-11 21 -27 40.5t-44 43t-72 38t-97 14.5q-123 0 -200.5 -77.5t-77.5 -207.5q0 -131 79.5 -209t202.5 -78 q90 0 158.5 39.5t93.5 85.5v100h-208v76h284v-366z" />
|
||||
<glyph unicode="H" horiz-adv-x="702" d="M544 0v327h-386v-327h-81v700h81v-295h386v295h82v-700h-82z" />
|
||||
<glyph unicode="I" horiz-adv-x="235" d="M77 0v700h81v-700h-81z" />
|
||||
<glyph unicode="J" horiz-adv-x="488" d="M416 700v-420q0 -142 -61 -217.5t-179 -75.5q-110 0 -176 80l46 64q51 -66 130 -66q82 0 120 54.5t38 164.5v416h82z" />
|
||||
<glyph unicode="K" horiz-adv-x="649" d="M282 362l-124 -129v-233h-81v700h81v-218v-151h2l114 121l233 248h98l-263 -280l290 -421l-96 1z" />
|
||||
<glyph unicode="L" horiz-adv-x="564" d="M77 0v700h81v-624h369v-76h-450z" />
|
||||
<glyph unicode="M" horiz-adv-x="802" d="M644 0v315v48t0.5 49.5l1 47t0.5 42.5t0.5 34t0.5 24v8h-2l-9 -18l-31.5 -59.5t-50.5 -91.5l-128 -227h-49l-127 224q-29 51 -51.5 94t-31.5 60l-9 18h-2v-8q0 -9 0.5 -24t0.5 -34v-42.5t0.5 -47t0.5 -49.5v-48v-315h-81v700h86l238 -426h2l239 426h84v-700h-82z" />
|
||||
<glyph unicode="N" horiz-adv-x="727" d="M568 0l-410 569h-2v-5q0 -5 0.5 -13.5t0.5 -20.5v-27t0.5 -31t0.5 -34.5v-36.5v-401h-81v700h82l410 -564h2v5q0 5 -0.5 14t-0.5 20.5v26.5t-0.5 30.5t-0.5 33v34.5v400h82v-700h-83z" />
|
||||
<glyph unicode="O" horiz-adv-x="802" d="M38 351q0 161 103.5 262t259.5 101q155 0 259 -101.5t104 -261.5q0 -161 -104 -262.5t-259 -101.5q-156 0 -259.5 101.5t-103.5 262.5zM120 351q0 -131 79.5 -208.5t201.5 -77.5q121 0 201 78t80 208t-80 208t-201 78t-201 -78t-80 -208z" />
|
||||
<glyph unicode="P" horiz-adv-x="576" d="M77 700h212q124 0 192.5 -56t68.5 -162q0 -104 -69 -160.5t-192 -56.5h-131v-265h-81v700zM158 337h133q87 0 132 37t45 107q0 144 -177 144h-133v-288z" />
|
||||
<glyph unicode="Q" horiz-adv-x="802" d="M764 351q0 -150 -90.5 -248.5t-231.5 -113.5v-124h-83v124q-141 15 -231 113.5t-90 248.5q0 161 103.5 262t259.5 101q155 0 259 -101.5t104 -261.5zM401 65q121 0 201 78t80 208t-80 208t-201 78t-201 -78t-80 -208q0 -131 79.5 -208.5t201.5 -77.5z" />
|
||||
<glyph unicode="R" horiz-adv-x="602" d="M467 0l-159 275q-15 -1 -64 -1h-86v-274h-81v700h214q123 0 192 -57.5t69 -160.5q0 -79 -42 -127.5t-118 -64.5l173 -290h-98zM158 342h141q170 0 170 137q0 73 -45.5 109.5t-129.5 36.5h-136v-283z" />
|
||||
<glyph unicode="S" horiz-adv-x="593" d="M35 184l78 21q6 -72 60 -108.5t138 -36.5q78 0 121 31.5t43 93.5q0 21 -5.5 38.5t-13.5 29.5t-22.5 22t-27 16t-32.5 12t-33 8.5t-35.5 7t-33.5 6.5q-36 8 -60 15.5t-56.5 23t-52 35t-34 51.5t-14.5 73q0 91 63 141t174 50q101 0 167.5 -43t88.5 -131l-78 -21 q-30 122 -179 122q-75 0 -114 -30.5t-39 -84.5q0 -27 11 -47.5t25.5 -33.5t43 -23.5t49.5 -15.5t59 -13q38 -7 64.5 -14t61 -23t55.5 -36.5t36 -55t15 -78.5q0 -98 -64.5 -148.5t-183.5 -50.5q-48 0 -90 9t-82.5 30t-67.5 61t-35 97z" />
|
||||
<glyph unicode="T" horiz-adv-x="637" d="M600 624h-241v-624h-82v624h-240v76h563v-76z" />
|
||||
<glyph unicode="U" horiz-adv-x="696" d="M628 700v-408q0 -148 -72 -226.5t-208 -78.5t-208 78t-72 227v408h83v-408q0 -115 48 -171t149 -56t150 56t49 171v408h81z" />
|
||||
<glyph unicode="V" horiz-adv-x="686" d="M392 0h-97l-278 700h91l143 -367q84 -216 93 -242h2q13 40 91 237l145 372h88z" />
|
||||
<glyph unicode="W" horiz-adv-x="973" d="M644 0l-100 316q-14 44 -28 92.5t-22 73.5l-7 25h-2l-7 -25q-7 -25 -21.5 -75.5t-28.5 -97.5l-96 -309h-88l-226 700h90l104 -333q78 -249 80 -253h2q1 1 66 221l83 271h95l82 -272q10 -33 27 -90.5t28 -93t11 -36.5h2q0 1 11.5 36.5t32 102.5t33.5 108l109 339h81 l-225 -700h-86z" />
|
||||
<glyph unicode="X" horiz-adv-x="680" d="M558 0l-129 176q-26 35 -49.5 67.5t-31.5 44.5l-9 11h-1q-1 0 -93 -125l-126 -174h-99l271 364l-249 336h99l123 -168q80 -109 81 -109h1l8 11q7 10 27 38.5t42 59.5l119 168h97l-247 -337l268 -363h-102z" />
|
||||
<glyph unicode="Y" horiz-adv-x="657" d="M369 304v-304h-82v304l-270 396h94l157 -230q16 -22 31.5 -45t22.5 -35l8 -11h2l7 11q7 11 22 33.5t31 44.5l159 232h89z" />
|
||||
<glyph unicode="Z" horiz-adv-x="654" d="M612 622l-384 -453q-26 -31 -46.5 -54t-27.5 -31l-8 -7l2 -2h4q5 0 12.5 0.5t18 0.5h24.5h28h377v-76h-570v75l392 462q22 26 41.5 47t27.5 30l8 8l-1 3h-4q-4 0 -11.5 -0.5t-17 -0.5h-23.5h-29h-373v76h560v-78z" />
|
||||
<glyph unicode="[" horiz-adv-x="364" d="M324 -136v-74h-230v1008h230v-74h-150v-860h150z" />
|
||||
<glyph unicode="\" horiz-adv-x="485" d="M462 0h-86l-353 700h85z" />
|
||||
<glyph unicode="]" horiz-adv-x="364" d="M40 726v74h230v-1008h-230v74h150v860h-150z" />
|
||||
<glyph unicode="^" horiz-adv-x="668" d="M334 637l-209 -272l-61 40l233 300h74l232 -300l-60 -40z" />
|
||||
<glyph unicode="_" horiz-adv-x="729" d="M652 -64h-575v64h575v-64z" />
|
||||
<glyph unicode="`" d="M248 915l104 -161h-76l-95 139z" />
|
||||
<glyph unicode="a" horiz-adv-x="596" d="M432 150h-270l-58 -150h-81l229 560h92l229 -560h-82zM405 218l-49 125q-57 143 -57 150h-3q0 -4 -60 -157l-47 -118h216z" />
|
||||
<glyph unicode="b" horiz-adv-x="542" d="M378 299v-3q51 -9 89 -44t38 -95q0 -69 -51.5 -113t-142.5 -44h-234v560h223q74 0 121.5 -41t47.5 -99q0 -95 -91 -121zM155 322h130q43 0 74.5 23t31.5 65q0 36 -28.5 60t-76.5 24h-131v-172zM155 66h154q51 0 83.5 25.5t32.5 69.5q0 45 -34 71.5t-86 26.5h-150v-193z " />
|
||||
<glyph unicode="c" horiz-adv-x="645" d="M526 172l75 -20q-36 -75 -106 -119.5t-160 -44.5q-128 0 -212.5 82.5t-84.5 209.5q0 125 84.5 208t211.5 83q88 0 158.5 -42t104.5 -123l-74 -20q-66 113 -188 113q-95 0 -156.5 -61.5t-61.5 -157.5q0 -97 61.5 -158.5t155.5 -61.5q66 0 115.5 31t76.5 81z" />
|
||||
<glyph unicode="d" horiz-adv-x="618" d="M77 560h193q138 0 224 -76.5t86 -205.5t-85 -203.5t-220 -74.5h-198v560zM155 73h118q103 0 165.5 52.5t62.5 152.5t-63 154.5t-169 54.5h-114v-414z" />
|
||||
<glyph unicode="e" horiz-adv-x="525" d="M77 0v560h393v-73h-315v-162h243v-71h-243v-181h320v-73h-398z" />
|
||||
<glyph unicode="f" horiz-adv-x="498" d="M460 487h-305v-182h227v-73h-227v-232h-78v560h383v-73z" />
|
||||
<glyph unicode="g" horiz-adv-x="672" d="M612 0h-70v33v23.5t0.5 14t0.5 8v3.5h-2q-79 -94 -209 -94q-126 0 -210 83t-84 209t84 208.5t211 82.5q85 0 157.5 -40.5t107.5 -124.5l-72 -19q-22 46 -71.5 79.5t-119.5 33.5q-96 0 -157 -61t-61 -160q0 -97 62.5 -158t163.5 -61q66 0 121.5 28.5t76.5 62.5v71h-170v70 h241v-292z" />
|
||||
<glyph unicode="h" horiz-adv-x="616" d="M540 0h-78v252h-307v-252h-78v560h78v-235h307v235h78v-560z" />
|
||||
<glyph unicode="i" horiz-adv-x="232" d="M77 0v560h78v-560h-78z" />
|
||||
<glyph unicode="j" horiz-adv-x="424" d="M352 560v-334q0 -115 -52 -176.5t-151 -61.5q-94 0 -149 62l43 57q41 -47 105 -47q66 0 96 42t30 127v331h78z" />
|
||||
<glyph unicode="k" horiz-adv-x="570" d="M463 0l-203 285l-105 -108v-177h-78v560h78v-159v-32v-28.5t-0.5 -24t-0.5 -19.5v-14v-9v-4h2q29 31 76 79l204 211h99l-217 -223l235 -337h-90z" />
|
||||
<glyph unicode="l" horiz-adv-x="483" d="M77 0v560h78v-487h292v-73h-370z" />
|
||||
<glyph unicode="m" horiz-adv-x="701" d="M546 0v284l1 162h-2l-169 -310h-53l-170 314h-2v-12q0 -12 0.5 -30.5t1 -39.5t0.5 -43v-37v-288h-76v560h95l118 -212q18 -32 34 -62t22 -43l7 -13h2q1 0 7.5 12.5t23 44t33.5 62.5l116 211h89v-560h-78z" />
|
||||
<glyph unicode="n" horiz-adv-x="630" d="M553 0h-80l-318 441h-2v-4q0 -4 0.5 -10.5t0.5 -15v-20t0.5 -24t0.5 -26.5v-28v-313h-78v560h80l317 -434h2v4v9.5v14.5t-0.5 19t-0.5 22.5v24.5v26v314h78v-560z" />
|
||||
<glyph unicode="o" horiz-adv-x="665" d="M38 279q0 127 84.5 209.5t209.5 82.5t209.5 -82.5t84.5 -209.5q0 -125 -84.5 -208t-209.5 -83t-209.5 83t-84.5 208zM117 279q0 -96 61.5 -157.5t153.5 -61.5t153.5 61.5t61.5 157.5q0 97 -61 158.5t-154 61.5t-154 -61.5t-61 -158.5z" />
|
||||
<glyph unicode="p" horiz-adv-x="504" d="M77 560h182q104 0 161 -47t57 -128q0 -82 -56.5 -128t-161.5 -46h-104v-211h-78v560zM155 277h107q66 0 101 28t35 78t-34.5 78.5t-101.5 28.5h-107v-213z" />
|
||||
<glyph unicode="q" horiz-adv-x="663" d="M626 279q0 -115 -72 -195t-184 -93v-107h-78v107q-111 14 -182.5 93.5t-71.5 194.5q0 127 84.5 209.5t209.5 82.5t209.5 -82.5t84.5 -209.5zM332 60q92 0 153.5 61.5t61.5 157.5q0 97 -61 158.5t-154 61.5t-154 -61.5t-61 -158.5q0 -96 61.5 -157.5t153.5 -61.5z" />
|
||||
<glyph unicode="r" horiz-adv-x="535" d="M413 0l-134 222q-22 -1 -62 -1h-62v-221h-78v560h184q104 0 161.5 -44t57.5 -125q0 -62 -34 -102t-92 -53l144 -236h-85zM155 284h109q137 0 137 102q0 103 -137 103h-109v-205z" />
|
||||
<glyph unicode="s" horiz-adv-x="500" d="M35 139l71 19q6 -49 46.5 -78t106.5 -29q59 0 93 25t34 73q0 16 -4.5 29t-10 22.5t-18.5 17.5t-21.5 13t-28 10.5t-29.5 8t-34.5 7.5t-34.5 7q-33 7 -55 15t-48.5 24t-40.5 44.5t-14 67.5q0 76 52.5 116t147.5 40q180 0 213 -136l-69 -19q-25 92 -139 92 q-60 0 -92.5 -23.5t-32.5 -66.5q0 -46 35.5 -65.5t115.5 -34.5q30 -6 48 -10.5t47.5 -17.5t47 -29t31 -45t13.5 -66q0 -80 -55.5 -121t-150.5 -41q-37 0 -70 6.5t-66.5 22t-56.5 47t-31 75.5z" />
|
||||
<glyph unicode="t" horiz-adv-x="543" d="M506 487h-196v-487h-78v487h-195v73h469v-73z" />
|
||||
<glyph unicode="u" horiz-adv-x="611" d="M543 560v-319q0 -126 -61.5 -189.5t-176.5 -63.5t-176 63.5t-61 189.5v319h79v-327q0 -173 159 -173t159 173v327h78z" />
|
||||
<glyph unicode="v" horiz-adv-x="603" d="M346 0h-90l-239 560h86l117 -274q25 -59 45.5 -108.5t28.5 -69.5l9 -21h2l3 7q3 8 9.5 24.5t15.5 38t23.5 56t30.5 72.5l116 275h83z" />
|
||||
<glyph unicode="w" horiz-adv-x="813" d="M532 0l-70 218q-15 47 -28.5 91t-19.5 63l-6 20h-2l-6 -18q-6 -19 -21 -66t-29 -91l-69 -217h-79l-184 560h83l84 -259q18 -54 34 -105t23 -72l6 -22h1l7 20q6 21 20 66.5t28 89.5l66 211h81l65 -211q14 -44 27.5 -89.5t19.5 -66.5l6 -20h1l7 22q7 21 23 71.5t34 105.5 l84 259h77l-184 -560h-79z" />
|
||||
<glyph unicode="x" horiz-adv-x="576" d="M462 0l-100 130q-23 30 -43 56.5t-27 36.5l-8 10h-1q-1 0 -79 -104l-95 -129h-89l217 289l-200 271h93l81 -109q22 -29 43.5 -57.5t29.5 -39.5l8 -10h1l8 10q8 11 30.5 41.5t43.5 59.5l76 105h86l-201 -272l220 -288h-94z" />
|
||||
<glyph unicode="y" horiz-adv-x="541" d="M309 0h-78v231l-214 329h89l90 -137q20 -29 39 -58.5t29 -44.5l9 -15h2l9 15q10 14 30 44.5t39 59.5l89 136h82l-215 -329v-231z" />
|
||||
<glyph unicode="z" horiz-adv-x="557" d="M515 486l-268 -301q-37 -41 -63 -69t-34 -35l-7 -7l2 -2q30 1 76 1h294v-73h-473v74l280 310q31 35 55 60.5t31 33.5l7 7l-2 2h-71h-292v73h465v-74z" />
|
||||
<glyph unicode="{" horiz-adv-x="403" d="M223 567v-115q0 -36 -7 -64.5t-16.5 -45t-21.5 -28t-19 -15.5t-13 -6q5 -1 12.5 -5.5t19.5 -16.5t21.5 -29t16.5 -45.5t7 -63.5v-114q0 -91 37 -125.5t102 -34.5v-70q-101 0 -157.5 56t-56.5 170v118q0 117 -71 124v72q28 5 43 20q28 33 28 104v118q0 114 56.5 170 t157.5 56v-71q-65 0 -102 -34t-37 -125z" />
|
||||
<glyph unicode="|" horiz-adv-x="187" d="M60 775h67v-849h-67v849z" />
|
||||
<glyph unicode="}" horiz-adv-x="403" d="M180 19v115q0 44 10 77t25 49t25 23t18 10q-5 1 -13 5.5t-19.5 16.5t-21.5 28.5t-17 45t-7 63.5v115q0 91 -37 125t-102 34v71q101 0 157.5 -56.5t56.5 -170.5v-117q1 -118 72 -125v-71q-32 -5 -48 -26q-24 -34 -24 -99v-117q0 -114 -56.5 -170t-157.5 -56v71 q65 0 102 34t37 125z" />
|
||||
<glyph unicode="~" horiz-adv-x="668" d="M534 346l13 -67q-11 -15 -41 -30.5t-69 -15.5q-37 0 -100.5 21.5t-101.5 21.5q-56 0 -100 -46l-15 66q42 49 112 49q37 0 100 -21.5t101 -21.5q55 0 101 44z" />
|
||||
<glyph unicode="¢" horiz-adv-x="584" d="M299 90q116 0 165 101l72 -20q-27 -63 -81.5 -103t-122.5 -48v-104h-67v104q-99 11 -163 82.5t-64 179.5q0 107 62 177t164 81v104h68v-104q71 -7 126.5 -46t81.5 -112l-72 -20q-20 51 -62.5 81t-103.5 30q-85 0 -136 -52t-51 -139t51 -139.5t133 -52.5z" />
|
||||
<glyph unicode="£" horiz-adv-x="510" d="M469 73v-73h-433v73q38 7 51 29.5t13 65.5q0 23 -4 75h-61v64h54q-8 72 -8 101q0 78 48 120.5t132 42.5q174 0 197 -157l-73 -20q-9 55 -38 81.5t-83 26.5q-107 0 -107 -110q0 -10 7 -85h199v-64h-191q5 -47 5 -74q0 -78 -40 -96l1 -2q8 2 171 2h160z" />
|
||||
<glyph unicode="¥" horiz-adv-x="498" d="M365 365h79v-60h-114l-29 -51h143v-61h-157v-193h-78v193h-155v61h142l-29 51h-113v60h78l-112 195h87l96 -175q38 -71 46 -79h2q8 8 46 79l96 175h84z" />
|
||||
<glyph unicode="¨" d="M171 776q-19 0 -32 13.5t-13 32.5q0 20 13.5 33.5t32.5 13.5t32.5 -14t13.5 -33t-14 -32.5t-33 -13.5zM361 776q-19 0 -33 13.5t-14 32.5q0 20 14 33.5t33 13.5t32.5 -14t13.5 -33t-13.5 -32.5t-32.5 -13.5z" />
|
||||
<glyph unicode="©" horiz-adv-x="804" d="M401 629q153 0 258.5 -103t105.5 -261t-105.5 -261t-258.5 -103q-152 0 -257.5 103t-105.5 261t105.5 261t257.5 103zM401 582q-137 0 -225.5 -87.5t-88.5 -228.5t89 -229.5t225 -88.5q137 0 226.5 88t89.5 230q0 141 -89.5 228.5t-226.5 87.5zM519 196l54 -17 q-23 -48 -70 -76.5t-107 -28.5q-85 0 -139 53.5t-54 137.5q0 85 55 138t140 53q60 0 107 -29.5t65 -82.5l-53 -15q-7 24 -36 48.5t-81 24.5q-61 0 -99.5 -37t-38.5 -99q0 -61 37.5 -99t98.5 -38q82 0 121 67z" />
|
||||
<glyph unicode="«" horiz-adv-x="647" d="M540 513l47 -47l-192 -186v-3l192 -186l-47 -47l-235 235zM295 513l47 -47l-192 -186v-3l192 -186l-47 -47l-235 235z" />
|
||||
<glyph unicode="­" horiz-adv-x="581" d="M480 254h-380v69h380v-69z" />
|
||||
<glyph unicode="®" horiz-adv-x="804" d="M401 629q153 0 258.5 -103t105.5 -261t-105.5 -261t-258.5 -103q-152 0 -257.5 103t-105.5 261t105.5 261t257.5 103zM401 582q-137 0 -225.5 -87.5t-88.5 -228.5t89 -229.5t225 -88.5q137 0 226.5 88t89.5 230q0 141 -89.5 228.5t-226.5 87.5zM491 82l-85 147 q-13 -1 -36 -1h-36v-146h-60v369h126q69 0 107.5 -30t38.5 -83q0 -80 -81 -99l91 -157h-65zM334 275h69q83 0 83 61q0 62 -83 62h-69v-123z" />
|
||||
<glyph unicode="´" d="M257 754h-76l104 161l67 -22z" />
|
||||
<glyph unicode="¸" d="M379 -88q0 -84 -122 -84q-53 0 -83 15v56q23 -14 73 -14q71 0 71 37q0 43 -112 44v58h60v-26q113 -9 113 -86z" />
|
||||
<glyph unicode="»" horiz-adv-x="647" d="M107 44l-47 47l192 186v3l-192 186l47 47l235 -234zM352 44l-47 47l192 186v3l-192 186l47 47l235 -234z" />
|
||||
<glyph unicode="Ó" horiz-adv-x="802" d="M425 754h-76l104 161l67 -22zM38 351q0 161 103.5 262t259.5 101q155 0 259 -101.5t104 -261.5q0 -161 -104 -262.5t-259 -101.5q-156 0 -259.5 101.5t-103.5 262.5zM120 351q0 -131 79.5 -208.5t201.5 -77.5q121 0 201 78t80 208t-80 208t-201 78t-201 -78t-80 -208z " />
|
||||
<glyph unicode="ó" horiz-adv-x="665" d="M356 614h-76l104 161l67 -22zM38 279q0 127 84.5 209.5t209.5 82.5t209.5 -82.5t84.5 -209.5q0 -125 -84.5 -208t-209.5 -83t-209.5 83t-84.5 208zM117 279q0 -96 61.5 -157.5t153.5 -61.5t153.5 61.5t61.5 157.5q0 97 -61 158.5t-154 61.5t-154 -61.5t-61 -158.5z" />
|
||||
<glyph unicode="Ą" horiz-adv-x="732" d="M528 -60q0 -49 75 -49q62 0 96 17v-62q-41 -18 -102 -18q-57 0 -97 27t-40 82q0 42 31 76.5t106 43.5l-54 129h-355l-78 -186h-87l298 700h89l298 -700h-44q-136 0 -136 -60zM512 260l-77 183q-10 24 -28.5 68t-29.5 70l-11 26h-2q-1 -1 -68 -163l-77 -184h293z" />
|
||||
<glyph unicode="ą" horiz-adv-x="596" d="M401 -60q0 -49 75 -49q61 0 95 17v-62q-39 -18 -102 -18q-57 0 -97 27t-40 82q0 42 31 76.5t106 43.5l-37 93h-270l-58 -150h-81l229 560h92l229 -560h-37q-135 0 -135 -60zM405 218l-49 125q-57 143 -57 150h-3q0 -4 -60 -157l-47 -118h216z" />
|
||||
<glyph unicode="Ć" horiz-adv-x="769" d="M421 754h-76l104 161l67 -22zM646 218l79 -21q-40 -98 -127.5 -154t-199.5 -56q-156 0 -258 101t-102 264t102 262.5t258 99.5q116 0 199.5 -54t118.5 -137l-79 -22q-12 22 -29 42t-45.5 43t-72 37t-94.5 14q-123 0 -199.5 -77.5t-76.5 -208.5q0 -130 78 -208t196 -78 q85 0 152 41t100 112z" />
|
||||
<glyph unicode="ć" horiz-adv-x="645" d="M355 614h-76l104 161l67 -22zM526 172l75 -20q-36 -75 -106 -119.5t-160 -44.5q-128 0 -212.5 82.5t-84.5 209.5q0 125 84.5 208t211.5 83q88 0 158.5 -42t104.5 -123l-74 -20q-66 113 -188 113q-95 0 -156.5 -61.5t-61.5 -157.5q0 -97 61.5 -158.5t155.5 -61.5 q66 0 115.5 31t76.5 81z" />
|
||||
<glyph unicode="Ę" horiz-adv-x="600" d="M485 -110q49 0 77 17v-62q-31 -17 -82 -17q-55 0 -90.5 28.5t-35.5 74.5q0 41 28 69h-305v700h471v-76h-390v-220h304v-76h-304v-252h392v-76h-32q-96 -8 -96 -60q0 -50 63 -50z" />
|
||||
<glyph unicode="ę" horiz-adv-x="525" d="M475 0h-47q-96 -8 -96 -60q0 -50 63 -50q49 0 78 17v-62q-31 -17 -83 -17q-55 0 -90 28.5t-35 74.5q0 41 27 69h-215v560h393v-73h-315v-162h243v-71h-243v-181h320v-73z" />
|
||||
<glyph unicode="Ł" horiz-adv-x="564" d="M527 76v-76h-450v700h81v-343l274 133v-79l-274 -133v-202h369z" />
|
||||
<glyph unicode="ł" horiz-adv-x="483" d="M447 73v-73h-370v560h78v-268l205 98v-75l-205 -98v-144h292z" />
|
||||
<glyph unicode="Ń" horiz-adv-x="727" d="M392 754h-76l104 161l67 -22zM568 0l-410 569h-2v-5q0 -5 0.5 -13.5t0.5 -20.5v-27t0.5 -31t0.5 -34.5v-36.5v-401h-81v700h82l410 -564h2v5q0 5 -0.5 14t-0.5 20.5v26.5t-0.5 30.5t-0.5 33v34.5v400h82v-700h-83z" />
|
||||
<glyph unicode="ń" horiz-adv-x="630" d="M334 614h-76l104 161l67 -22zM553 0h-80l-318 441h-2v-4q0 -4 0.5 -10.5t0.5 -15v-20t0.5 -24t0.5 -26.5v-28v-313h-78v560h80l317 -434h2v4v9.5v14.5t-0.5 19t-0.5 22.5v24.5v26v314h78v-560z" />
|
||||
<glyph unicode="Ś" horiz-adv-x="593" d="M320 754h-76l104 161l67 -22zM35 184l78 21q6 -72 60 -108.5t138 -36.5q78 0 121 31.5t43 93.5q0 21 -5.5 38.5t-13.5 29.5t-22.5 22t-27 16t-32.5 12t-33 8.5t-35.5 7t-33.5 6.5q-36 8 -60 15.5t-56.5 23t-52 35t-34 51.5t-14.5 73q0 91 63 141t174 50q101 0 167.5 -43 t88.5 -131l-78 -21q-30 122 -179 122q-75 0 -114 -30.5t-39 -84.5q0 -27 11 -47.5t25.5 -33.5t43 -23.5t49.5 -15.5t59 -13q38 -7 64.5 -14t61 -23t55.5 -36.5t36 -55t15 -78.5q0 -98 -64.5 -148.5t-183.5 -50.5q-48 0 -90 9t-82.5 30t-67.5 61t-35 97z" />
|
||||
<glyph unicode="ś" horiz-adv-x="500" d="M276 614h-76l104 161l67 -22zM35 139l71 19q6 -49 46.5 -78t106.5 -29q59 0 93 25t34 73q0 16 -4.5 29t-10 22.5t-18.5 17.5t-21.5 13t-28 10.5t-29.5 8t-34.5 7.5t-34.5 7q-33 7 -55 15t-48.5 24t-40.5 44.5t-14 67.5q0 76 52.5 116t147.5 40q180 0 213 -136l-69 -19 q-25 92 -139 92q-60 0 -92.5 -23.5t-32.5 -66.5q0 -46 35.5 -65.5t115.5 -34.5q30 -6 48 -10.5t47.5 -17.5t47 -29t31 -45t13.5 -66q0 -80 -55.5 -121t-150.5 -41q-37 0 -70 6.5t-66.5 22t-56.5 47t-31 75.5z" />
|
||||
<glyph unicode="Ź" horiz-adv-x="654" d="M354 754h-76l104 161l67 -22zM612 622l-384 -453q-26 -31 -46.5 -54t-27.5 -31l-8 -7l2 -2h4q5 0 12.5 0.5t18 0.5h24.5h28h377v-76h-570v75l392 462q22 26 41.5 47t27.5 30l8 8l-1 3h-4q-4 0 -11.5 -0.5t-17 -0.5h-23.5h-29h-373v76h560v-78z" />
|
||||
<glyph unicode="ź" horiz-adv-x="557" d="M302 614h-76l104 161l67 -22zM515 486l-268 -301q-37 -41 -63 -69t-34 -35l-7 -7l2 -2q30 1 76 1h294v-73h-473v74l280 310q31 35 55 60.5t31 33.5l7 7l-2 2h-71h-292v73h465v-74z" />
|
||||
<glyph unicode="Ż" horiz-adv-x="654" d="M331 776q-19 0 -32.5 13.5t-13.5 32.5q0 20 13.5 33.5t32.5 13.5t32.5 -13.5t13.5 -33.5q0 -19 -13.5 -32.5t-32.5 -13.5zM612 622l-384 -453q-26 -31 -46.5 -54t-27.5 -31l-8 -7l2 -2h4q5 0 12.5 0.5t18 0.5h24.5h28h377v-76h-570v75l392 462q22 26 41.5 47t27.5 30l8 8 l-1 3h-4q-4 0 -11.5 -0.5t-17 -0.5h-23.5h-29h-373v76h560v-78z" />
|
||||
<glyph unicode="ż" horiz-adv-x="557" d="M279 636q-19 0 -32.5 13.5t-13.5 32.5t13.5 33t32.5 14t33 -13.5t14 -33.5q0 -19 -14 -32.5t-33 -13.5zM515 486l-268 -301q-37 -41 -63 -69t-34 -35l-7 -7l2 -2q30 1 76 1h294v-73h-473v74l280 310q31 35 55 60.5t31 33.5l7 7l-2 2h-71h-292v73h465v-74z" />
|
||||
<glyph unicode="ˆ" d="M409 801l-38 -46l-104 88l-105 -87l-39 45l144 118z" />
|
||||
<glyph unicode="˚" d="M267 740q-46 0 -74 25.5t-28 68.5t28 68.5t74 25.5q45 0 73 -25.5t28 -68.5t-28 -68.5t-73 -25.5zM267 788q21 0 34.5 13t13.5 33t-13.5 33t-34.5 13q-22 0 -35 -13t-13 -33t13 -33t35 -13z" />
|
||||
<glyph unicode="˜" d="M390 869l16 -60q-22 -31 -70 -31q-27 0 -68 17t-66 17q-36 0 -61 -28l-16 60q22 34 71 34q26 0 66.5 -17.5t67.5 -17.5q31 0 60 26z" />
|
||||
<glyph unicode=" " horiz-adv-x="464" />
|
||||
<glyph unicode=" " horiz-adv-x="928" />
|
||||
<glyph unicode=" " horiz-adv-x="464" />
|
||||
<glyph unicode=" " horiz-adv-x="928" />
|
||||
<glyph unicode=" " horiz-adv-x="309" />
|
||||
<glyph unicode=" " horiz-adv-x= |