- Several modifications of template files for Libretic's web site
- Addition of prerequisites files for scss modifications - Update of Fontawesome font - Update of NovecentoSans font for latin characters - Integration of Pacifico font in the theme instead of dynamically downloading from some google web site - Removal of some unuseful font files
This commit is contained in:
parent
9ab1569879
commit
17bb11854e
69 changed files with 10479 additions and 6150 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,3 +1,3 @@
|
|||
.sass-cache
|
||||
|
||||
.DS_Store
|
||||
node_modules
|
||||
|
|
81
README.md
81
README.md
|
@ -1,66 +1,13 @@
|
|||
# Deliver Theme for Grav
|
||||
# Libretic's Deliver Theme for Grav
|
||||
|
||||
![Deliver](assets/readme_1.png)
|
||||
|
||||
Deliver theme is a port of the [Deliver](http://freebiesbug.com/psd-freebies/deliver-free-psd-theme/) by [Michael Reimer](http://www.bestpsdfreebies.com/). Whether you’re a creative looking to show off your portfolio, or a business looking to promote your company, this theme is for you.
|
||||
This is a customization, made for [Libretic Website](https://libretic.fr), of the [Deliver theme](https://github.com/getgrav/grav-theme-deliver) which is a port of the [Deliver](http://freebiesbug.com/psd-freebies/deliver-free-psd-theme/) by [Michael Reimer](http://www.bestpsdfreebies.com/).
|
||||
|
||||
# Features
|
||||
|
||||
* Fully responsive
|
||||
* Automatic and custom navigation menus included
|
||||
* Showcase section with stunning animated slideshow module
|
||||
* Services grid with custom FontAwesome icons.
|
||||
* Portfolio grid with modal window popup previews for portfolio item details. Both frontpage (minimal) and full featured versions included.
|
||||
* Footer section with Feedburner subscription (feedburner id customizable in site config), custom menus, contact info and more.
|
||||
* About layout with social icons module and custom styling
|
||||
* Services layout with FontAwesome icons and pricing tables
|
||||
* Archive layout with blog posts archives list
|
||||
* Full featured blog with support for custom authors and jscomments
|
||||
* Contact us layout with Simple Form plugin support.
|
||||
* SCSS files included for deeper customization options
|
||||
|
||||
# Installation
|
||||
|
||||
Installing the Deliver theme can be done in one of two ways. Our GPM (Grav Package Manager) installation method enables you to quickly and easily install the theme with a simple terminal command, while the manual method enables you to do so via a zip file.
|
||||
|
||||
The theme by itself is useful, but you may have an easier time getting up and running by installing a skeleton. The [Deliver Site Skeleton](https://github.com/getgrav/grav-skeleton-deliver-site) is a self-contained repository for a complete sites which includes: sample content, configuration, theme, and plugins.
|
||||
|
||||
## GPM Installation (Preferred)
|
||||
|
||||
The simplest way to install this theme is via the [Grav Package Manager (GPM)](http://learn.getgrav.org/advanced/grav-gpm) through your system's Terminal (also called the command line). From the root of your Grav install type:
|
||||
|
||||
bin/gpm install deliver
|
||||
|
||||
This will install the Deliver theme into your `/user/themes` directory within Grav. Its files can be found under `/your/site/grav/user/themes/deliver`.
|
||||
|
||||
## Manual Installation
|
||||
|
||||
To install this theme, just download the zip version of this repository and unzip it under `/your/site/grav/user/themes`. Then, rename the folder to `deliver`. You can find these files either on [GitHub](https://github.com/getgrav/grav-theme-deliver) or via [GetGrav.org](http://getgrav.org/downloads/themes).
|
||||
|
||||
You should now have all the theme files under
|
||||
|
||||
/your/site/grav/user/themes/deliver
|
||||
|
||||
>> NOTE: This theme is a modular component for Grav which requires the [Grav](http://github.com/getgrav/grav), [Error](https://github.com/getgrav/grav-theme-error) and [Problems](https://github.com/getgrav/grav-plugin-problems) plugins.
|
||||
|
||||
# Updating
|
||||
|
||||
As development for the Deliver theme continues, new versions may become available that add additional features and functionality, improve compatibility with newer Grav releases, and generally provide a better user experience. Updating Deliver is easy, and can be done through Grav's GPM system, as well as manually.
|
||||
|
||||
## GPM Update (Preferred)
|
||||
|
||||
The simplest way to update this theme is via the [Grav Package Manager (GPM)](http://learn.getgrav.org/advanced/grav-gpm). You can do this with this by navigating to the root directory of your Grav install using your system's Terminal (also called command line) and typing the following:
|
||||
|
||||
bin/gpm update deliver
|
||||
|
||||
This command will check your Grav install to see if your Deliver theme is due for an update. If a newer release is found, you will be asked whether or not you wish to update. To continue, type `y` and hit enter. The theme will automatically update and clear Grav's cache.
|
||||
|
||||
## Manual Update
|
||||
|
||||
Manually updating Deliver is pretty simple. Here is what you will need to do to get this done:
|
||||
## Installation / Update
|
||||
|
||||
* Delete the `your/site/user/themes/deliver` directory.
|
||||
* Download the new version of the Deliver theme from either [GitHub](https://github.com/getgrav/grav-theme-deliver) or [GetGrav.org](http://getgrav.org/downloads/themes).
|
||||
* Download the new version of the Libretic theme from [our GIT repository](https://git.libretic.fr/libretic/grav-theme-libretic.git)
|
||||
* Unzip the zip file in `your/site/user/themes` and rename the resulting folder to `deliver`.
|
||||
* Clear the Grav cache. The simplest way to do this is by going to the root Grav directory in terminal and typing `bin/grav clear-cache`.
|
||||
|
||||
|
@ -68,7 +15,7 @@ Manually updating Deliver is pretty simple. Here is what you will need to do to
|
|||
|
||||
# Setup
|
||||
|
||||
If you want to set Deliver as the default theme, you can do so by following these steps:
|
||||
To set this theme as the default theme, follow these steps:
|
||||
|
||||
* Navigate to `/your/site/grav/user/config`.
|
||||
* Open the **system.yaml** file.
|
||||
|
@ -77,3 +24,21 @@ If you want to set Deliver as the default theme, you can do so by following thes
|
|||
* Clear the Grav cache. The simplest way to do this is by going to the root Grav directory in Terminal and typing `bin/grav clear-cache`.
|
||||
|
||||
Once this is done, you should be able to see the new theme on the frontend. Keep in mind any customizations made to the previous theme will not be reflected as all of the theme and templating information is now being pulled from the **deliver** folder.
|
||||
|
||||
|
||||
# SCSS modifications and compilation of css
|
||||
|
||||
Tested on debian 10 :
|
||||
|
||||
```bash
|
||||
apt install nodejs nmp
|
||||
git clone https://git.libretic.fr/libretic/grav-theme-libretic.git
|
||||
cd grav-theme-libretic
|
||||
npm install # install dependancies
|
||||
|
||||
[ modifications of scss here ]
|
||||
|
||||
npm run build # build css-compiled
|
||||
|
||||
[git commit and push, then "setup" again in grav site]
|
||||
```
|
||||
|
|
|
@ -1,17 +1,16 @@
|
|||
name: Deliver
|
||||
slug: deliver
|
||||
type: theme
|
||||
version: 1.7.1
|
||||
description: "Deliver theme is a port of the Michael Reimer's Deliver Free PSD theme."
|
||||
version: 1.7.2.1
|
||||
description: "Libretic's Deliver theme is Libretic's website theme customization based on Deliver theme"
|
||||
icon: newspaper-o
|
||||
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/deliver-skeleton/
|
||||
keywords: deliver, theme, modern, fast, responsive, html5, css3
|
||||
bugs: https://github.com/getgrav/grav-theme-deliver/issues
|
||||
name: Libretic
|
||||
url: https://libretic.fr
|
||||
homepage: https://git.libretic.fr/libretic/grav-theme-libretic
|
||||
demo: httsp://libretic.fr
|
||||
keywords: libretic, deliver, theme, modern, fast, responsive, html5, css3
|
||||
bugs: https://git.libretic.fr/libretic/grav-theme-libretic/issues
|
||||
license: MIT
|
||||
dependencies:
|
||||
- { name: grav, version: '>=1.5.10' }
|
||||
|
|
File diff suppressed because one or more lines are too long
1
css-compiled/nucleus.min.css
vendored
Normal file
1
css-compiled/nucleus.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
0
css-compiled/particles.min.css
vendored
Normal file
0
css-compiled/particles.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
1
css-compiled/template.min.css
vendored
Normal file
1
css-compiled/template.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
7833
css/font-awesome.min.css
vendored
7833
css/font-awesome.min.css
vendored
File diff suppressed because one or more lines are too long
Binary file not shown.
Binary file not shown.
|
@ -1,48 +0,0 @@
|
|||
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).
|
|
@ -1,230 +0,0 @@
|
|||
<!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>
|
|
@ -1,521 +0,0 @@
|
|||
<!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.
|
@ -1,879 +0,0 @@
|
|||
<?xml version="1.0" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
|
||||
<svg xmlns="http://www.w3.org/2000/svg">
|
||||
<metadata></metadata>
|
||||
<defs>
|
||||
<font id="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" |