Added beginning stuff to everything, including base.css, ui.css, and really made the grid awesome. Tested it very lightly against all browsers

This commit is contained in:
Dave Gamache 2011-05-02 12:17:18 -07:00
parent 600ceeb6ad
commit 48b90f6bb5
34 changed files with 501 additions and 1151 deletions

3
README
View File

@ -0,0 +1,3 @@
Does this just go straight into the GIT description?

View File

@ -6,21 +6,19 @@
*/
/* Table of Content
==================================================
@Reset & Basics
@Basic Styles
@Typography
@Links
@Lists
@Tabs
@Grid
@Tables
@Misc
*/
@Media Queries */
/* Reset & Basics (Inspired by E. Meyers)
/* @Reset & Basics (Inspired by E. Meyers)
================================================== */
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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
@ -45,30 +43,32 @@
table {
border-collapse: collapse;
border-spacing: 0; }
/* @Basic Styles
================================================== */
body {
background: #fff;
font: 13px/18px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;; ;
font: 14px/21px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;; ;
color: #444;
-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */ }
/* --------------------------------------------------
:: Typography
-------------------------------------------------- */
h1, h2, h3, h4, h5, h6 { color: #181818; font-weight: bold; line-height: 1.25 }
/* @Typography
================================================== */
h1, h2, h3, h4, h5, h6 { color: #181818; font-weight: bold; line-height: 1 }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
h1 { font-size: 46px; margin-bottom: 12px;}
h2 { font-size: 35px; margin-bottom: 9px; }
h3 { font-size: 28px; margin-bottom: 9px; }
h4 { font-size: 21px; margin-bottom: 3px; }
h5 { font-size: 18px; font-weight: normal; margin-bottom: 3px; }
h6 { font-size: 15px; font-weight: normal; }
h1 { font-size: 46px; margin-bottom: 4px;}
h2 { font-size: 35px; margin-bottom: 2px; }
h3 { font-size: 28px; }
h4 { font-size: 21px; }
h5 { font-size: 18px; }
h6 { font-size: 15px; }
.subheader { color: #777; }
.subheader { color: #777; font-weight: 300; margin-bottom: 24px; }
p { line-height: 17px; margin: 0 0 18px; }
p { margin: 0 0 20px; }
p img { margin: 0; }
p.lead { font-size: 18px; line-height: 24px; }
p.lead { font-size: 21px; line-height: 27px; color: #777; }
em { font-style: italic; line-height: inherit; }
strong { font-weight: bold; line-height: inherit; }
@ -76,228 +76,95 @@
/* Blockquotes */
blockquote, blockquote p { line-height: 20px; color: #777; }
blockquote { margin: 0 0 18px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
blockquote cite { display: block; font-size: 12px; color: #555; }
blockquote cite:before { content: "\2014 \0020"; }
blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }
hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 12px 0 18px; height: 0; }
abbr, acronym { text-transform: uppercase; font-size: 90%; color: #222; border-bottom: 1px solid #ddd; cursor: help; }
abbr { text-transform: none; }
/* --------------------------------------------------
:: Links
-------------------------------------------------- */
a { color: #2a85e8; text-decoration: none; outline: 0; line-height: inherit; }
a:hover { color: #11639d; }
/* @Links
================================================== */
a, a:visited { color: #333; font-weight: bold; text-decoration: underline; outline: 0; line-height: inherit; }
a:hover, a:focus { color: #000; }
p a, p a:visited { line-height: inherit; }
/* --------------------------------------------------
:: Lists
-------------------------------------------------- */
ul, ol { margin-bottom: 18px; }
/* @List
================================================== */
ul, ol { margin-bottom: 20px; }
ul { list-style: none outside; }
ol { list-style: decimal; }
ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
ul.square { list-style: square outside; }
ul.circle { list-style: circle outside; }
ul.disc { list-style: disc outside; }
ul ul, ol ol { margin: 4px 0 5px 30px; }
ul ul, ul ol
ol ol, ol ul { margin: 4px 0 5px 30px; }
li { line-height: 18px; margin-bottom: 12px; }
ul.large li { line-height: 21px; }
/* --------------------------------------------------
:: Grid
-------------------------------------------------- */
/* Container */
div.container { position: relative; width: 1050px; margin: 0 auto; padding: 0; }
body.ie8 div.container { position: static; }
.row { margin: 0 0 18px -30px; width: 1080px; }
.column, .columns { float: left; display: inline; margin: 0 0 0 30px; }
.one { width: 15px; }
.two { width: 60px; }
.three { width: 105px; }
.four { width: 150px; }
.five { width: 195px; }
.six, .one-fourth { width: 240px; }
.seven { width: 285px; }
.eight, .one-third { width: 330px; }
.nine { width: 375px; }
.ten { width: 420px; }
.eleven { width: 465px; }
.twelve { width: 510px; }
.thirteen { width: 555px; }
.fourteen { width: 600px; }
.fifteen { width: 645px; }
.sixteen, .two-thirds { width: 690px; }
.seventeen { width: 735px; }
.eighteen { width: 780px; }
.nineteen { width: 825px; }
.twenty { width: 870px; }
.twenty-one { width: 915px; }
.twenty-two { width: 960px; }
.twenty-three { width: 1005px; }
.twenty-four { width: 1050px; }
.offset-by-one { margin-left: 30px; }
.offset-by-two { margin-left: 75px; }
.offset-by-three { margin-left: 120px; }
.offset-by-four { margin-left: 165px; }
.offset-by-five { margin-left: 210px; }
.offset-by-six { margin-left: 255px; }
.offset-by-seven { margin-left: 300px; }
.offset-by-eight { margin-left: 345px; }
.offset-by-nine { margin-left: 390px; }
.offset-by-ten { margin-left: 435px; }
.offset-by-eleven { margin-left: 480px; }
.offset-by-twelve { margin-left: 525px; }
.offset-by-thirteen { margin-left: 570px; }
.offset-by-fourteen { margin-left: 615px; }
.offset-by-fifteen { margin-left: 660px; }
.offset-by-sixteen { margin-left: 705px; }
.offset-by-seventeen { margin-left: 750px; }
.offset-by-eighteen { margin-left: 795px; }
.offset-by-nineteen { margin-left: 840px; }
.offset-by-twenty { margin-left: 885px; }
.offset-by-twenty-one { margin-left: 930px; }
.offset-by-twenty-two { margin-left: 975px; }
.offset-by-twenty-three { margin-left: 1020px; }
.two .row { width: 90px; }
.three .row { width: 135px; }
.four .row { width: 180px; }
.five .row { width: 225px; }
.six .row { width: 270px; }
.seven .row { width: 315px; }
.eight .row { width: 360px; }
.nine .row { width: 405px; }
.ten .row { width: 450px; }
.eleven .row { width: 495px; }
.twelve .row { width: 540px; }
.thirteen .row { width: 585px; }
.fourteen .row { width: 630px; }
.fifteen .row { width: 675px; }
.sixteen .row { width: 720px; }
.seventeen .row { width: 765px; }
.eighteen .row { width: 810px; }
.nineteen .row { width: 855px; }
.twenty .row { width: 900px; }
.twenty-one .row { width: 945px; }
.twenty-two .row { width: 990px; }
.twenty-three .row { width: 1035px; }
.twenty-four .row { width: 1080px; }
li p { line-height: 21px; }
/* Slim (940/960) Grid */
div.container.slim { position: relative; width: 940px; margin: 0 auto; padding: 0; }
body.ie8 div.container.slim { position: static; }
.slim .row { margin: 0 0 18px -20px; width: 960px; }
.slim .column, .slim .columns { float: left; display: inline; margin: 0 0 0 20px; }
/* @Grid
================================================== */
.container { position: relative; width: 960px; margin: 0 auto; padding: 0; }
.columns, .columns { float: left; display: inline; margin-left: 10px; margin-right: 10px; }
/* Actual Grid */
.container .one.column { width: 40px; }
.container .two.columns { width: 100px; }
.container .three.columns { width: 160px; }
.container .four.columns { width: 220px; }
.container .five.columns { width: 280px; }
.container .six.columns { width: 340px; }
.container .seven.columns { width: 400px; }
.container .eight.columns { width: 460px; }
.container .nine.columns { width: 520px; }
.container .ten.columns { width: 580px; }
.container .eleven.columns { width: 640px; }
.container .twelve.columns { width: 700px; }
.container .thirteen.columns { width: 760px; }
.container .fourteen.columns { width: 820px; }
.container .fifteen.columns { width: 880px; }
.container .sixteen.columns { width: 940px; }
/* Offsets */
.container .offset-by-one { padding-left: 60px; }
.container .offset-by-two { padding-left: 120px; }
.container .offset-by-three { padding-left: 180px; }
.container .offset-by-four { padding-left: 240px; }
.container .offset-by-five { padding-left: 300px; }
.container .offset-by-six { padding-left: 360px; }
.container .offset-by-seven { padding-left: 420px; }
.container .offset-by-eight { padding-left: 480px; }
.container .offset-by-nine { padding-left: 540px; }
.container .offset-by-ten { padding-left: 600px; }
.container .offset-by-eleven { padding-left: 660px; }
.container .offset-by-twelve { padding-left: 720px; }
.container .offset-by-thirteen { padding-left: 780px; }
.container .offset-by-fourteen { padding-left: 840px; }
.container .offset-by-fifteen { padding-left: 900px; }
/* Nested Column Classes */
.column.alpha, .columns.alpha { margin-left: 0; }
.column.omega, .columns.omega { margin-right: 0; }
/* Self Clearing Goodness */
.container:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.slim .one { width: 40px; }
.slim .two { width: 100px; }
.slim .three { width: 160px; }
.slim .four { width: 220px; }
.slim .five { width: 280px; }
.slim .six { width: 340px; }
.slim .seven { width: 400px; }
.slim .eight { width: 460px; }
.slim .nine { width: 520px; }
.slim .ten { width: 580px; }
.slim .eleven { width: 640px; }
.slim .twelve { width: 700px; }
.slim .thirteen { width: 760px; }
.slim .fourteen { width: 820px; }
.slim .fifteen { width: 880px; }
.slim .sixteen { width: 940px; }
.slim .one-half { width: 420px; padding-right: 10px; }
.slim .one-third { width: 300px; }
.slim .two-thirds { width: 580px; }
.slim .ten .row { width: 600px; }
.slim .eleven .row { width: 660px; }
.slim .twelve .row { width: 760px; }
/* @Media Queries
================================================== */
.slim .offset-by-one-half { margin-left: 50px; }
.slim .offset-by-one { margin-left: 80px; }
.slim .offset-by-two { margin-left: 140px; }
.slim .offset-by-three { margin-left: 200px; }
.slim .offset-by-four { margin-left: 260px; }
.slim .offset-by-five { margin-left: 320px; }
.slim .offset-by-six { margin-left: 380px; }
.slim .offset-by-seven { margin-left: 440px; }
.slim .offset-by-eight { margin-left: 500px; }
.slim .offset-by-nine { margin-left: 560px; }
.slim .offset-by-ten { margin-left: 620px; }
.slim .offset-by-eleven { margin-left: 680px; }
.slim .offset-by-twelve { margin-left: 740px; }
.slim .offset-by-thirteen { margin-left: 800px; }
.slim .offset-by-fourteen { margin-left: 880px; }
/* Mobile portrait and smaller (code for 320px wide)*/
@media screen and (max-width: 479px) {}
.slim .two .row { width: 120px; }
.slim .three .row { width: 180px; }
.slim .four .row { width: 240px; }
.slim .five .row { width: 300px; }
.slim .six .row { width: 360px; }
.slim .seven .row { width: 420px; }
.slim .eight .row { width: 480px; }
.slim .nine .row { width: 540px; }
.slim .ten .row { width: 600px; }
.slim .eleven .row { width: 660px; }
.slim .twelve .row { width: 720px; }
.slim .thirteen .row { width: 780px; }
.slim .fourteen .row { width: 840px; }
.slim .fifteen .row { width: 900px; }
.slim .sixteen .row { width: 960px; }
.slim .one-half .row { width: 480px; }
.slim .one-third .row { width: 320px; }
.slim .two-thirds .row { width: 600px; }
/* Clear the columns automagically */
.row:after, .clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
* html .row, * html .clearfix { height: 1%; }
.row, .clearfix { display: inline-block; }
.row, .clearfix { display: block; }
/* --------------------------------------------------
:: Tables
-------------------------------------------------- */
table { background: #fff; -moz-border-radius: 3px; -webkit-border-radius: 3px; width: 100%; margin: 0 0 18px; border: 1px solid #ddd; }
table thead { background: #555; }
table thead tr th,
table tbody tr td { font-size: 12px; line-height: 18px; }
table thead tr { }
table thead tr th { padding: 8px 10px 9px; font-size: 14px; font-weight: bold; color: #fff; }
table tbody { }
table tbody tr { }
table tbody tr.even,
table tbody tr.alt { background: #f5f5f5; }
body.safari table tbody tr:nth-child(even) { background: #f5f5f5; }
table tbody tr td { color: #333; padding: 9px 10px; vertical-align: top; border: none; }
/* Style the tables a bit lighter */
table.alt { }
table.alt thead { background: #f5f5f5; }
table.alt thead tr th { color: #222; }
table.alt thead tr th:first-child { border-left: none; }
table.alt thead tr th:last-child { border-right: none; }
/* --------------------------------------------------
:: Misc
---------------------------------------------------*/
.left { float: left; }
.right { float: right; }
.hide { display: none; }
.highlight { background: #ff0; }
/* Mobile Landscape (code for 480px) */
@media screen and (min-width: 480px) and (max-width: 767px) {}
/* Tablet Portrait (Code for 768px) */
@media screen and (max-width: 959px) {}

258
css/future_mobile_base.css Normal file
View File

@ -0,0 +1,258 @@
/*
* Skeleton V0.1
* Created by Dave Gamache
* www.skeleton.gs
* 4/30/2011
*/
/* Table of Content
==================================================
@Reset & Basics
@Basic Styles
@Typography
@Links
@Lists
@Grid
@Tables
@Misc
*/
/* Reset & Basics (Inspired by E. Meyers)
================================================== */
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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
display: block; }
body {
line-height: 1; }
ol, ul {
list-style: none; }
blockquote, q {
quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none; }
table {
border-collapse: collapse;
border-spacing: 0; }
/* Basic Styles
================================================== */
body {
background: #fff;
font: 13px/18px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;; ;
color: #444;
-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */ }
/* Typography
================================================== */
h1, h2, h3, h4, h5, h6 { color: #181818; font-weight: bold; line-height: 1.25 }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
h1 { font-size: 46px; margin-bottom: 4px;}
h2 { font-size: 35px; margin-bottom: 2px; }
h3 { font-size: 28px; }
h4 { font-size: 21px; }
h5 { font-size: 18px; }
h6 { font-size: 15px; }
.subheader { color: #777; }
p { margin: 0 0 20px; }
p img { margin: 0; }
p.lead { font-size: 18px; line-height: 24px; }
em { font-style: italic; line-height: inherit; }
strong { font-weight: bold; line-height: inherit; }
small { font-size: 80%; line-height: inherit; }
/* Blockquotes */
blockquote, blockquote p { line-height: 20px; color: #777; }
blockquote { margin: 0 0 18px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
blockquote cite { display: block; font-size: 12px; color: #555; }
blockquote cite:before { content: "\2014 \0020"; }
blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }
hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 12px 0 18px; height: 0; }
/* Links
================================================== */
a, a:visited { color: #d00b47; text-decoration: none; outline: 0; line-height: inherit; }
a:hover, a:focus { color: #9d0a37; }
p a, p a:visited { line-height: inherit; }
/* List
================================================== */
ul, ol { margin-bottom: 20px; }
ul { list-style: none outside; }
ol { list-style: decimal; }
ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
ul.square { list-style: square outside; }
ul.circle { list-style: circle outside; }
ul.disc { list-style: disc outside; }
ul ul, ul ol
ol ol, ol ul { margin: 4px 0 5px 30px; }
li { line-height: 18px; margin-bottom: 12px; }
ul.large li { line-height: 21px; }
/* Grid
================================================== */
.container { position: relative; width: 320px; margin: 0 auto; padding: 0; }
.columns, .columns { float: left; display: inline; background: #f79421; margin-left: 10px; margin-right: 10px; }
.column.alpha,
.columns.alpha {
margin: 0; }
.column.omega,
.columns.omega {
margin: 0; }
.container:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
/* Mobile portrait and smaller */
.container .one.column,
.container .two.columns,
.container .three.columns,
.container .four.columns,
.container .five.columns,
.container .six.columns,
.container .seven.columns,
.container .eight.columns,
.container .nine.columns,
.container .ten.columns,
.container .eleven.columns,
.container .twelve.columns,
.container .thirteen.columns,
.container .fourteen.columns,
.container .fifteen.columns,
.container .sixteen.columns { width: 300px; }
/* All non-Mobile Portrait */
@media screen and (min-width: 480px) {
.column.alpha,
.columns.alpha {
margin-left: 0; }
.column.omega,
.columns.omega {
margin-right: 0; }
}
/* Mobile Landscape */
@media screen and (min-width: 480px) and (max-width: 767px) {
body { background: #333; }
.container { width: 480px; }
.columns, .columns { margin-left: 8px; margin-right: 8px; }
.container .one.column { width: 14px; }
.container .two.columns { width: 44px; }
.container .three.columns { width: 74px; }
.container .four.columns { width: 104px; }
.container .five.columns { width: 134px; }
.container .six.columns { width: 164px; }
.container .seven.columns { width: 194px; }
.container .eight.columns { width: 224px; }
.container .nine.columns { width: 254px; }
.container .ten.columns { width: 284px; }
.container .eleven.columns { width: 314px; }
.container .twelve.columns { width: 344px; }
.container .thirteen.columns { width: 374px; }
.container .fourteen.columns { width: 404px; }
.container .fifteen.columns { width: 434px; }
.container .sixteen.columns { width: 464px; }
}
/* Tablet Landscape */
@media screen and (min-width: 768px) and (max-width: 959px) {
.container { width: 768px; }
.columns, .columns { margin-left: 10px; margin-right: 10px; }
.container .one.column { width: 28px; }
.container .two.columns { width: 76px; }
.container .three.columns { width: 124px; }
.container .four.columns { width: 172px; }
.container .five.columns { width: 220px; }
.container .six.columns { width: 268px; }
.container .seven.columns { width: 316px; }
.container .eight.columns { width: 364px; }
.container .nine.columns { width: 412px; }
.container .ten.columns { width: 460px; }
.container .eleven.columns { width: 508px; }
.container .twelve.columns { width: 556px; }
.container .thirteen.columns { width: 604px; }
.container .fourteen.columns { width: 652px; }
.container .fifteen.columns { width: 700px; }
.container .sixteen.columns { width: 748px; }
}
/* Standard 960 size */
@media screen and (min-width: 960px) {
body { background: #333; }
.container { width: 960px; }
.columns, .columns { margin-left: 10px; margin-right: 10px; }
.container .one.column { width: 40px; }
.container .two.columns { width: 100px; }
.container .three.columns { width: 160px; }
.container .four.columns { width: 220px; }
.container .five.columns { width: 280px; }
.container .six.columns { width: 340px; }
.container .seven.columns { width: 400px; }
.container .eight.columns { width: 460px; }
.container .nine.columns { width: 520px; }
.container .ten.columns { width: 580px; }
.container .eleven.columns { width: 640px; }
.container .twelve.columns { width: 700px; }
.container .thirteen.columns { width: 760px; }
.container .fourteen.columns { width: 820px; }
.container .fifteen.columns { width: 880px; }
.container .sixteen.columns { width: 940px; }
}
/*
.clear {
clear: both;
display: block;
overflow: hidden;
visibility: hidden;
width: 0;
height: 0; }
.clearfix:before,
.clearfix:after {
content: '\0020';
display: block;
overflow: hidden;
visibility: hidden;
width: 0;
height: 0; }
.clearfix:after {
clear: both; }
.clearfix {
zoom: 1; }
*/
/* TEST STYLES */
.sixteen.columns { height: auto; }
nav ul { float: right; }
nav ul li { float: left; margin-left: 20px; }
.slider { width: 100%; height: auto; background: #000; }

View File

@ -1,3 +0,0 @@
/* This is for all IE specfific style less than IE9 and
we make IE 8 render like 7. We hate IE. */

View File

@ -0,0 +1,7 @@
/*
* Skeleton V0.1
* Created by Dave Gamache
* www.skeleton.gs
* 4/30/2011
*/

View File

@ -1,201 +0,0 @@
/* CSS for jQuery Orbit Plugin 1.2.3
* www.ZURB.com/playground
* Copyright 2010, ZURB
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
/* PUT IN YOUR SLIDER ID AND SIZE TO MAKE LOAD BEAUTIFULLY
================================================== */
#featured {
width: 940px;
height: 450px;
background: #000 url('orbit/loading.gif') no-repeat center center;
overflow: hidden; }
#featured>img,
#featured>div,
#featured>a { display: none; }
/* CONTAINER
================================================== */
div.orbit-wrapper {
width: 1px;
height: 1px;
position: relative; }
div.orbit {
width: 1px;
height: 1px;
position: relative;
overflow: hidden }
div.orbit>img {
position: absolute;
top: 0;
left: 0;
display: none; }
div.orbit>a {
border: none;
position: absolute;
top: 0;
left: 0;
line-height: 0;
display: none; }
.orbit>div {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%; }
/* Note: If your slider only uses content or anchors, you're going to want to put the width and height declarations on the ".orbit>div" and "div.orbit>a" tags in addition to just the .orbit-wrapper */
/* TIMER
================================================== */
div.timer {
width: 40px;
height: 40px;
overflow: hidden;
position: absolute;
top: 10px;
right: 10px;
opacity: .6;
cursor: pointer;
z-index: 1001; }
span.rotator {
display: block;
width: 40px;
height: 40px;
position: absolute;
top: 0;
left: -20px;
background: url(orbit/rotator-black.png) no-repeat;
z-index: 3; }
span.mask {
display: block;
width: 20px;
height: 40px;
position: absolute;
top: 0;
right: 0;
z-index: 2;
overflow: hidden; }
span.rotator.move {
left: 0 }
span.mask.move {
width: 40px;
left: 0;
background: url(orbit/timer-black.png) repeat 0 0; }
span.pause {
display: block;
width: 40px;
height: 40px;
position: absolute;
top: 0;
left: 0;
background: url(orbit/pause-black.png) no-repeat;
z-index: 4;
opacity: 0; }
span.pause.active {
background: url(orbit/pause-black.png) no-repeat 0 -40px }
div.timer:hover span.pause,
span.pause.active {
opacity: 1 }
/* CAPTIONS
================================================== */
.orbit-caption {
display: none;
font-family: "HelveticaNeue", "Helvetica-Neue", Helvetica, Arial, sans-serif; }
.orbit-wrapper .orbit-caption {
background: #000;
background: rgba(0,0,0,.6);
z-index: 1000;
color: #fff;
text-align: center;
padding: 7px 0;
font-size: 13px;
position: absolute;
right: 0;
bottom: 0;
width: 100%; }
/* DIRECTIONAL NAV
================================================== */
div.slider-nav {
display: block }
div.slider-nav span {
width: 78px;
height: 100px;
text-indent: -9999px;
position: absolute;
z-index: 1000;
top: 50%;
margin-top: -50px;
cursor: pointer; }
div.slider-nav span.right {
background: url(orbit/right-arrow.png);
right: 0; }
div.slider-nav span.left {
background: url(orbit/left-arrow.png);
left: 0; }
/* BULLET NAV
================================================== */
.orbit-bullets {
position: absolute;
z-index: 1000;
list-style: none;
bottom: -40px;
left: 50%;
margin-left: -50px;
padding: 0; }
.orbit-bullets li {
float: left;
margin-left: 5px;
cursor: pointer;
color: #999;
text-indent: -9999px;
background: url(orbit/bullets.jpg) no-repeat 4px 0;
width: 13px;
height: 12px;
overflow: hidden; }
.orbit-bullets li.active {
color: #222;
background-position: -8px 0; }
.orbit-bullets li.has-thumb {
background: none;
width: 100px;
height: 75px; }
.orbit-bullets li.active.has-thumb {
background-position: 0 0;
border-top: 2px solid #000; }

View File

@ -1,26 +1,72 @@
/* Artfully masterminded by ZURB */
/* --------------------------------------------------
Table of Contents
-----------------------------------------------------
:: Buttons
:: Notices/Alerts
:: Tabs
:: Pagination
:: Lists
:: Panels
/*
* Skeleton V0.1
* Created by Dave Gamache
* www.skeleton.gs
* 4/30/2011
*/
/* Table of Content
==================================================
@Tabs
@Buttons */
/* --------------------------------------------------
Buttons
-------------------------------------------------- */
.button {
/* @Tabs (activate in app.js)
================================================== */
ul.tabs {
display: block;
margin: 0 0 20px 0;
padding: 0;
height: 30px;
border-bottom: solid 1px #ddd; }
ul.tabs li {
display: block;
width: auto;
height: 30px;
padding: 0;
float: left; }
ul.tabs li a {
display: block;
text-decoration: none;
width: auto;
height: 29px;
padding: 0px 16px;
line-height: 30px;
border: solid 1px #ddd;
margin: 0;
background: #eee;
font-size: 13px; }
ul.tabs li a.active {
background: #fff;
border-width: 1px 0 0px 0;
height: 30px;
margin: 0 -1px 0 0;
color: #111; }
ul.tabs li:first-child a.active {
border-width: 1px 0 0 1px; }
ul.tabs li:last-child a.active {
border-width: 1px 1px 0 0; }
ul.tabs-content { margin: 0; display: block; }
ul.tabs-content > li { display:none; }
ul.tabs-content > li.active { display: block; }
/* Sample Markup
<ul class="tabs">
<li><a class="active" href="#info1"></a></li>
<li><a href="#info2"></a></li>
</ul>
<ul class="tabs-content">
<li class="active" id="info1"></li>
<li id="info2"></li>
</ul> */
/* @Buttons
================================================== */
a.button {
background: #00a6fc;
display: inline-block;
padding: 9px 34px 11px;
@ -33,12 +79,12 @@
}
.button.nice {
background: #00a6fc url(../images/misc/button-gloss.png) repeat-x 0 -34px;
background: #00a6fc;
-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.5);
-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.5);
text-shadow: 0 -1px 1px rgba(0,0,0,0.28);
background: #00a6fc url(../images/misc/button-gloss.png) repeat-x 0 -34px, -moz-linear-gradient(top, rgba(255,255,255,.4) 0%, transparent 100%);
background: #00a6fc url(../images/misc/button-gloss.png) repeat-x 0 -34px, -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.4)), color-stop(100%,transparent));
background: #00a6fc -moz-linear-gradient(top, rgba(255,255,255,.4) 0%, transparent 100%);
background: #00a6fc -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.4)), color-stop(100%,transparent));
border: 1px solid #0593dc;
-webkit-transition: all .15s ease-in-out;
-moz-transition: all .15s ease-in-out;
@ -48,13 +94,12 @@
.button.radius {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
border-radius: 3px; }
.button.round {
-moz-border-radius: 1000px;
-webkit-border-radius: 1000px;
border-radius: 1000px;
}
-moz-border-radius: 300px;
-webkit-border-radius: 300px;
border-radius: 300px; }
.button.full-width {
width: 100%;
@ -63,146 +108,23 @@
text-align: center;
}
.button.left-align {
text-align: left;
text-indent: 12px;
}
.button:active {}
/* Sizes ---------- */
.small.button { font-size: 11px; padding: 8px 20px 10px; }
.medium.button { font-size: 13px; }
.large.button { font-size: 18px; padding: 11px 48px 13px; }
/* Nice Sizes ---------- */
.nice.small.button { background-position: 0 -36px; }
.nice.large.button { background-position: 0 -30px; }
/* Colors ---------- */
.blue.button { background-color: #00a6fc; }
.red.button { background-color: #e91c21; }
.white.button { background-color: #e9e9e9; color: #333; }
.charcoal.button { background-color: #141414; }
/* Nice Colors ---------- */
.nice.blue.button { border: 1px solid #0593dc; }
.nice.red.button { border: 1px solid #b90b0b; }
.nice.white.button { border: 1px solid #cacaca; text-shadow: none !important; }
.nice.charcoal.button { border: 1px solid #000; }
/* Hovers ---------- */
.button:hover { background-color: #0192dd; color: #fff; }
.blue.button:hover { background-color: #0192dd; }
.red.button:hover { background-color: #d01217; }
.white.button:hover { background-color: #dadada; color: #333; }
.charcoal.button:hover { background-color: #000; }
/* --------------------------------------------------
Tabs
-------------------------------------------------- */
dl.tabs { display: block; margin: 0 0 20px 0; padding: 0; height: 30px; border-bottom: solid 1px #ddd; }
dl.tabs dt { display: block; width: auto; height: 30px; padding: 0px 9px 0 20px; line-height: 30px; float: left; color: #999; font-size: 11px; text-transform: uppercase; cursor: default; }
dl.tabs dt:first-child { padding: 0 9px 0 0px; }
dl.tabs dd { display: block; width: auto; height: 30px; padding: 0; float: left; }
dl.tabs dd a { display: block; width: auto; height: 29px; padding: 0px 9px; line-height: 30px; border: solid 1px #ddd; margin: 0; color: #555; background: #eee; }
dl.tabs dd a.active { background: #fff; border-width: 1px 1px 0px 1px; height: 30px; margin: 0 -1px 0 0 }
.nice.tabs { border-bottom: solid 1px #eee; margin: 0 0 30px 0; height:43px; }
.nice.tabs dd a { padding: 7px 18px 9px; font-size: 15px; color: #555555; background: none; border: none; }
.nice.tabs dd a.active { font-weight: bold; color: #333; background: #fff; border-left: 1px solid #eee; border-right: 1px solid #eee; border-top: 3px solid #00a6fc; margin: 0 10px; position: relative; top: -5px; }
.nice.tabs dd:first-child a.active { margin-left: 0; }
ul.tabs-content { margin: 0; display: block; }
ul.tabs-content > li { display:none; }
ul.tabs-content > li.active { display: block; }
dl.contained, dl.nice.contained { margin-bottom: 0px; }
dl.contained.tabs dd a { padding: 0px 14px; }
dl.nice.contained.tabs dd a { padding: 7px 18px 9px; }
ul.contained.tabs-content { padding: 0; }
ul.contained.tabs-content li { padding: 20px; border: solid 0px #ddd; border-width: 0px 1px 1px 1px; }
ul.nice.contained.tabs-content li { border-color: #eee; }
/* --------------------------------------------------
Pagination
-------------------------------------------------- */
ul.pagination { display: block; height: 24px; margin-left: -5px; }
ul.pagination li { float: left; display: block; height: 24px; color: #999; font-size: 15px; margin-left: 5px; }
ul.pagination li a { display: block; padding: 6px 7px 4px; color: #555; }
ul.pagination li.current a, ul.pagination li:hover a { border-bottom: solid 2px #00a6fc; color: #141414; }
ul.pagination li.unavailable a { cursor: default; color: #999; }
ul.pagination li.unavailable:hover a { border-bottom: none; }
/* --------------------------------------------------
Lists
-------------------------------------------------- */
ul.nice, ol.nice { list-style: none; margin: 0; }
ul.nice li, ol.nice li { padding-left: 13px; position: relative }
ul.nice li span.bullet, ol.nice li span.number { position: absolute; left: 0px; top: 0px; color: #ccc; }
/* --------------------------------------------------
Notices/Alerts
---------------------------------------------------*/
/* Alerts cannot be closed and notices can */
.notice, .alert {
position: relative;
background: #222 url(../images/misc/button-overlay.png) repeat-x bottom;
width: 100%;
margin: 10px 0;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
color: #fff;
text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
font-weight: bold;
}
.notice>span, .alert>span {
display: block;
padding: 5px 10px 6px;
}
.notice a.close {
font-size: 20px;
line-height: .5;
color: #fff;
text-shadow: 0 -1px 1px rbga(0,0,0,.25);
font-weight: bold;
cursor: pointer;
position: absolute;
right: 10px;
top: 6px;
}
/* NOTES
Close button entity is &#215;
Sample Markup:
<div class="notice"><span>
This is awesome
<a class="close" href="#">&#215;</a>
</span></div>
*/
/* --------------------------------------------------
Panels
-------------------------------------------------- */
div.panel {
padding: 20px 20px 2px 20px;
background: #efefef;
background: -moz-linear-gradient(top, #FFFFFF 0%, #F4F4F4 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(100%,#F4F4F4));
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#F4F4F4',GradientType=0 );
-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.15);
-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.25);
margin: 0 0 20px 0;
}

13
fonts/README.css Normal file
View File

@ -0,0 +1,13 @@
/* This is the proper syntax for an @font-face file
Just copy pasta into your CSS file
*/
@font-face {
font-family: 'FontName';
src: url('../fonts/FontName.eot');
src: url('../fonts/FontName.eot?iefix') format('eot'),
url('../fonts/FontName.woff') format('woff'),
url('../fonts/FontName.ttf') format('truetype'),
url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
font-weight: normal;
font-style: normal; }

View File

@ -1,223 +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>
This is a custom SVG webfont generated by Font Squirrel.
</metadata>
<defs>
<font id="webfontpm5EArBj" horiz-adv-x="354" >
<font-face units-per-em="1000" ascent="735" descent="-265" />
<missing-glyph horiz-adv-x="154" />
<glyph unicode=" " horiz-adv-x="154" />
<glyph unicode="&#x09;" horiz-adv-x="154" />
<glyph unicode="&#xa0;" horiz-adv-x="154" />
<glyph unicode="!" horiz-adv-x="189" d="M42 0v111h105v-111h-105zM63 198l-27 537h117l-27 -537h-63z" />
<glyph unicode="&#x22;" horiz-adv-x="161" d="M118 466h-75l-15 269h105z" />
<glyph unicode="#" horiz-adv-x="602" d="M24 214l13 95h97l18 126h-96l13 95h96l28 205h96l-28 -205h127l28 205h96l-28 -205h94l-13 -95h-94l-18 -126h93l-13 -95h-93l-29 -214h-96l29 214h-127l-29 -214h-96l29 214h-97zM248 435l-18 -126h127l18 126h-127z" />
<glyph unicode="$" horiz-adv-x="338" d="M140 795h60v-61q98 -11 115 -138l-94 -12q-3 28 -13.5 45t-31.5 16q-39 -1 -41 -79q0 -14 4 -29.5t9 -26.5t16 -29l16 -26l20 -29l19 -25q3 -5 16 -23l18 -26q5 -7 16.5 -25t16.5 -28l13 -27q8 -17 11.5 -30t6.5 -29.5t3 -31.5q-2 -165 -120 -180v-106h-60v108 q-115 20 -122 172l94 6q6 -91 63 -91q43 0 45 90q0 14 -4 29t-9.5 27t-16 29.5t-16.5 26.5l-20 26l-17 25q-33 45 -49 69t-34.5 69t-18.5 83q2 143 105 167v64z" />
<glyph unicode="%" horiz-adv-x="489" d="M144 0h-67l270 735h64zM122 658q1 27 -17 27q-9 0 -13.5 -6.5t-4.5 -13.5v-7v-213q-2 -27 18 -27q8 0 12.5 7t4.5 13v7v213zM403 290q1 27 -17 27q-9 0 -13.5 -6.5t-4.5 -13.5v-7v-213q-2 -28 18 -28q8 0 12 7t4 14l1 7v213zM182 445q0 -3 -0.5 -9t-4.5 -21t-11.5 -26 t-23 -20.5t-37.5 -9.5q-35 0 -54.5 21.5t-21.5 43.5l-2 21v213q0 3 0.5 9t4.5 20.5t11.5 26t23.5 20.5t38 9q34 0 53.5 -21.5t21.5 -42.5l2 -21v-213zM463 77q0 -3 -0.5 -9t-4.5 -20.5t-11.5 -26t-23 -20.5t-37.5 -9q-35 0 -54.5 21t-21.5 43l-2 21v213q0 3 0.5 9t4.5 21 t11.5 26t23.5 20.5t38 9.5q34 0 53.5 -21.5t21.5 -42.5l2 -22v-213z" />
<glyph unicode="&#x26;" horiz-adv-x="417" d="M24 154q0 56 21.5 104.5t61.5 108.5q-52 110 -52 216v9q0 6 2.5 22.5t6.5 31.5t14 33.5t23.5 32t35.5 22.5t50 9q38 0 65.5 -16.5t39 -40t18 -47t6.5 -39.5v-17q0 -79 -100 -212q37 -85 72 -139q16 47 23 103l86 -16q-8 -104 -45 -175q27 -31 45 -37v-115q-11 0 -42 18.5 t-60 49.5q-60 -68 -123 -68t-105.5 47.5t-42.5 114.5zM238 128q-43 68 -85 144q-3 -5 -7 -14t-11 -38t-7 -61q1 -32 14.5 -52.5t34.5 -20.5q29 0 61 42zM225 586q-1 1 0 7.5t-1 17.5t-5.5 21t-11.5 17.5t-20 7.5q-19 0 -28.5 -18.5t-9.5 -36.5v-19q0 -54 27 -120 q49 76 49 123z" />
<glyph unicode="'" horiz-adv-x="151" d="M127 735v-111l-55 -130h-50l35 130h-35v111h105z" />
<glyph unicode="(" horiz-adv-x="274" d="M175 776l79 -41q-5 -7 -13.5 -20t-30.5 -56t-38.5 -89t-30 -116t-13.5 -139t13 -138t31.5 -117.5t37 -87t31.5 -57.5l13 -19l-79 -41q-6 9 -15.5 24.5t-34 65t-43.5 101t-34.5 125.5t-15.5 144t14.5 143t35.5 127.5t42.5 99.5t35.5 68z" />
<glyph unicode=")" horiz-adv-x="274" d="M20 735l79 41q6 -9 15.5 -24.5t34 -65.5t43.5 -101t34.5 -125.5t15.5 -144.5t-14.5 -143t-36 -127.5t-42.5 -99t-35 -67.5l-15 -23l-79 41q5 7 13.5 20t30.5 56t38.5 88.5t30 115.5t13.5 139t-13 138t-31.5 117.5t-37 87.5t-31.5 58z" />
<glyph unicode="*" horiz-adv-x="331" d="M137 649l-9 86h75l-9 -86l80 34l21 -72l-84 -17l56 -67l-64 -39l-38 74l-37 -74l-64 39l56 67l-84 17l21 72z" />
<glyph unicode="+" horiz-adv-x="518" d="M36 317v84h181v169h84v-169h181v-84h-181v-169h-84v169h-181z" />
<glyph unicode="," horiz-adv-x="151" d="M127 111v-111l-55 -130h-50l35 130h-35v111h105z" />
<glyph unicode="-" horiz-adv-x="217" d="M36 222v95h145v-95h-145z" />
<glyph unicode="." horiz-adv-x="157" d="M26 0v111h105v-111h-105z" />
<glyph unicode="/" horiz-adv-x="352" d="M4 -72l265 807h79l-262 -807h-82z" />
<glyph unicode="0" d="M321 151q0 -6 -1 -17t-8.5 -38.5t-21 -48.5t-43 -38t-70.5 -17t-70.5 16.5t-43 39.5t-21 46.5t-8.5 39.5l-1 17v433q0 6 1 17t8.5 38.5t21 48.5t43 38t70.5 17t70.5 -16.5t43 -39.5t21 -46.5t8.5 -40.5l1 -16v-433zM213 584q0 6 -0.5 15t-9.5 24t-26 15t-26 -13.5 t-9 -26.5l-1 -14v-433q0 -6 0.5 -15t9.5 -24t26 -15t26 13.5t9 27.5l1 13v433z" />
<glyph unicode="1" horiz-adv-x="232" d="M84 576h-72v69q40 8 68.5 30.5t37.5 40.5l9 19h65v-735h-108v576z" />
<glyph unicode="2" horiz-adv-x="357" d="M138 502h-108v51q0 190 144 190t144 -183q0 -164 -169 -453h171v-107h-293v107l19 30q12 19 43 74.5t55 107.5t44.5 118t21.5 116q0 90 -36 90t-36 -90v-51z" />
<glyph unicode="3" horiz-adv-x="335" d="M121 332h-9v90q18 1 30.5 3.5t22 7t15 10.5t8.5 14.5t4.5 19.5t1.5 25v30v21q0 22 -0.5 33.5t-3.5 28.5t-10.5 25t-19.5 8q-20 0 -25.5 -24t-6.5 -101h-106q0 34 1 56t8.5 56.5t21.5 55t41 36.5t66 16q38 0 66 -15t41.5 -34.5t21.5 -45t9.5 -39t1.5 -24.5 q0 -142 -52 -194l-1 -1q62 -49 62 -202q0 -12 -1.5 -28.5t-9.5 -48.5t-21.5 -56.5t-41.5 -43.5t-66 -19q-39 0 -66.5 15.5t-42 37t-23 55t-10 57.5t-1.5 55h106q1 -73 8.5 -99t28.5 -26q22 0 28 24.5t6 68.5q0 9 0.5 32.5t0 30.5t-2 24t-4.5 23l-9 16q-6 10 -14.5 13.5 t-22 7.5t-30.5 5z" />
<glyph unicode="4" horiz-adv-x="334" d="M179 0v160h-167v95l158 480h108v-480h50v-95h-50v-160h-99zM167 485l-63 -230h75v230v22h-6z" />
<glyph unicode="5" horiz-adv-x="344" d="M144 185q0 -56 7 -77.5t26 -21.5q18 0 25.5 22t7.5 76v164q0 54 -34 54q-16 0 -29 -19.5t-13 -34.5h-91v387h261v-107h-168v-153q4 3 10.5 7.5t23 11.5t28.5 6q38 0 65 -19.5t37.5 -48.5t14 -49t3.5 -35v-164q0 -192 -141 -192q-38 0 -65 14.5t-41.5 35t-22.5 53t-10 58 t-2 61.5h108v-29z" />
<glyph unicode="6" horiz-adv-x="342" d="M314 301v-150q0 -20 -4 -41t-16.5 -50.5t-43.5 -48.5t-77 -19t-77 19t-43.5 48.5t-16.5 50.5t-4 41v418q0 174 141 174t141 -174v-46h-108q0 79 -5.5 102.5t-27.5 23.5q-19 0 -26 -18t-7 -62v-131q29 18 54 18q39 0 65 -17.5t37 -45.5t14.5 -49.5t3.5 -42.5zM140 119 q0 -10 8.5 -21.5t24.5 -11.5q15 0 24 12t9 21v220q0 9 -9 21t-24 12t-23.5 -10t-9.5 -20v-223z" />
<glyph unicode="7" horiz-adv-x="288" d="M56 0l110 628h-162v107h272v-108l-108 -627h-112z" />
<glyph unicode="8" horiz-adv-x="340" d="M314 243v-86q0 -12 -1 -25.5t-9 -40.5t-22 -47t-43 -36t-69 -16t-69 16t-43 36t-22 47t-9 40.5t-1 25.5v86q0 92 56 145q-50 50 -50 135v62q0 11 1 24t9 39t21 45.5t41 34.5t66 15t66 -15t41 -34.5t21 -45.5t9 -39t1 -24v-62q0 -85 -50 -135q56 -53 56 -145zM209 200 q0 74 -6.5 102t-32.5 28t-32.5 -28t-6.5 -102q1 -62 8.5 -85.5t30.5 -23.5q18 0 26.5 14.5t10.5 34.5t2 60zM202 547q0 55 -6 78t-26 23q-18 0 -24.5 -21.5t-7.5 -79.5q0 -62 6 -86.5t26 -24.5t26 24.5t6 86.5z" />
<glyph unicode="9" horiz-adv-x="342" d="M28 441v143q0 20 4 41t16.5 50.5t43.5 48.5t77 19t77 -19t43.5 -48.5t16.5 -50.5t4 -41v-418q0 -174 -141 -174t-141 174v46h108q0 -79 5.5 -102.5t27.5 -23.5q19 0 26 18t7 62v138q-29 -18 -54 -18q-39 0 -65 17.5t-37 45.5t-14.5 49.5t-3.5 42.5zM202 400v216 q0 10 -8.5 21.5t-24.5 11.5q-15 0 -24 -12t-9 -21v-213q0 -9 9 -21t24 -12t23.5 10t9.5 20z" />
<glyph unicode=":" horiz-adv-x="177" d="M36 436v111h105v-111h-105zM36 0v111h105v-111h-105z" />
<glyph unicode=";" horiz-adv-x="177" d="M36 436v111h105v-111h-105zM141 111v-111l-55 -130h-50l35 130h-35v111h105z" />
<glyph unicode="&#x3c;" horiz-adv-x="517" d="M36 317v78l445 232v-97l-341 -174l341 -174v-97z" />
<glyph unicode="=" horiz-adv-x="517" d="M36 233v84h445v-84h-445zM36 422v84h445v-84h-445z" />
<glyph unicode="&#x3e;" horiz-adv-x="517" d="M481 395v-78l-445 -232v97l341 174l-341 174v97z" />
<glyph unicode="?" horiz-adv-x="315" d="M97 111v-111h105v111h-105zM196 198h-93v125q0 50 12 95.5t23.5 68.5t31.5 57q21 35 26 55q3 13 -5.5 29.5t-27.5 16.5q-23 1 -40 -23t-24 -48l-87 41q6 16 16.5 33.5t29 40t47 37t60.5 13.5q40 -1 67.5 -16.5t40 -40t17.5 -44.5t5 -39q0 -40 -39 -107l-28 -46 q-9 -16 -20.5 -52.5t-11.5 -70.5v-125z" />
<glyph unicode="@" horiz-adv-x="426" d="M398 582v-387h-80l-10 27q-2 -4 -5.5 -9.5t-18 -14.5t-31.5 -9q-71 0 -71 84v237q0 83 71 83q17 0 31 -8.5t19 -16.5l5 -8v22q0 25 -22 51t-71 26t-71 -26t-22 -51v-434q0 -26 21.5 -50.5t71.5 -24.5q57 0 82 31l74 -42q-53 -70 -156 -70q-52 0 -90 17.5t-57 44 t-27.5 50.5t-8.5 44v434q0 21 8.5 46t27.5 52t57 45t90 18t90 -18t57 -45t27.5 -52t8.5 -46zM308 280v222q0 26 -24 26q-23 0 -23 -26v-222q0 -26 23 -26q24 0 24 26z" />
<glyph unicode="A" horiz-adv-x="374" d="M115 0h-105l111 735h132l111 -735h-105l-20 150h-104zM224 264l-31 232l-3 19h-6l-3 -19l-31 -232h74z" />
<glyph unicode="B" horiz-adv-x="364" d="M173 0h-133v735h95q100 0 148.5 -44.5t48.5 -150.5q0 -52 -14.5 -85.5t-52.5 -66.5q3 -1 8 -4.5t18 -17t23 -32t18 -52t8 -74.5q0 -202 -167 -208zM228 220q0 40 -8 65.5t-22.5 34.5t-23.5 11t-22 2h-4v-226q36 0 53 15q27 27 27 98zM228 530q0 29 -7 49t-15 29.5t-22 14 t-19.5 5t-16.5 0.5v-196q11 0 16.5 0.5t19.5 5t22 14t15 29.5t7 49z" />
<glyph unicode="C" horiz-adv-x="346" d="M220 252h101v-101q0 -6 -1 -17t-8.5 -38.5t-21 -48.5t-43 -38t-70.5 -17t-70.5 16.5t-43 39.5t-21 46.5t-8.5 39.5l-1 17v433q0 6 1 17t8.5 38.5t21 48.5t43 38t70.5 17t70.5 -16.5t43 -39.5t21 -46.5t8.5 -40.5l1 -16v-101h-101v101q-1 0 0 5.5t-1.5 13.5t-6 16 t-12 13.5t-21.5 5.5q-17 0 -26.5 -13.5t-10.5 -26.5l-1 -14v-433q0 -6 1 -15t10.5 -24t26.5 -15q20 0 30.5 13.5t10.5 27.5v13v101z" />
<glyph unicode="D" horiz-adv-x="372" d="M340 367q0 -69 -1.5 -111.5t-6 -86t-14 -67.5t-24.5 -46.5t-39 -33t-55 -16.5t-75 -6h-85v735h85q44 0 75 -6t55 -16.5t39 -33t24.5 -46.5t14 -68t6 -86.5t1.5 -111.5zM148 627v-519q46 0 60 20q19 27 20 156v84q1 184 -12 222q-11 32 -45 36q-9 1 -23 1z" />
<glyph unicode="E" horiz-adv-x="307" d="M40 0v735h247v-111h-139v-193h100v-118h-100v-202h139v-111h-247z" />
<glyph unicode="F" horiz-adv-x="301" d="M297 735v-111h-149v-193h100v-111h-100v-320h-108v735h257z" />
<glyph unicode="G" horiz-adv-x="360" d="M321 471h-108v113q0 6 -0.5 15t-9.5 24t-26 15t-26 -13.5t-9 -26.5l-1 -14v-442q0 -6 0.5 -15t9.5 -24t26 -15t26 13.5t9 26.5l1 14v133h-43v91h151v-366h-64l-13 35q-34 -43 -84 -43q-38 0 -65.5 16.5t-39 39.5t-17 46.5t-5.5 39.5v17v433q0 6 1 17t8.5 38.5t21 48.5 t43 38t70.5 17t70.5 -16.5t43 -39.5t21 -46.5t8.5 -40.5l1 -16v-113z" />
<glyph unicode="H" horiz-adv-x="380" d="M232 0v320h-84v-320h-108v735h108v-304h84v304h108v-735h-108z" />
<glyph unicode="I" horiz-adv-x="188" d="M40 0v735h108v-735h-108z" />
<glyph unicode="J" horiz-adv-x="207" d="M6 -7v106q2 0 6 -0.5t14 1t17.5 6t14 17t6.5 30.5v582h108v-599q0 -67 -38.5 -107.5t-127.5 -35.5z" />
<glyph unicode="K" horiz-adv-x="375" d="M40 735h108v-245v-12h4l5 12l90 245h105l-99 -242l112 -493h-105l-75 320l-3 15h-3l-6 -15l-25 -60v-260h-108v735z" />
<glyph unicode="L" horiz-adv-x="295" d="M40 0v735h108v-635h143v-100h-251z" />
<glyph unicode="M" horiz-adv-x="484" d="M265 0h-46l-69 462l-4 31h-6v-31v-462h-100v735h132l64 -336l5 -39h2l5 39l64 336h132v-735h-100v462v31h-6l-4 -31z" />
<glyph unicode="N" horiz-adv-x="395" d="M259 0l-105 383l-9 34h-6v-34v-383h-99v735h96l105 -383l9 -34h6v34v383h99v-735h-96z" />
<glyph unicode="O" d="M321 151q0 -6 -1 -17t-8.5 -38.5t-21 -48.5t-43 -38t-70.5 -17t-70.5 16.5t-43 39.5t-21 46.5t-8.5 39.5l-1 17v433q0 6 1 17t8.5 38.5t21 48.5t43 38t70.5 17t70.5 -16.5t43 -39.5t21 -46.5t8.5 -40.5l1 -16v-433zM213 584q0 6 -0.5 15t-9.5 24t-26 15t-26 -13.5 t-9 -26.5l-1 -14v-433q0 -6 0.5 -15t9.5 -24t26 -15t26 13.5t9 27.5l1 13v433z" />
<glyph unicode="P" horiz-adv-x="352" d="M40 0v735h108q81 0 135.5 -51.5t54.5 -168.5t-54.5 -169t-135.5 -52v-294h-108zM148 625v-221q50 0 65.5 22t15.5 85q0 64 -16 89t-65 25z" />
<glyph unicode="Q" horiz-adv-x="356" d="M321 151q0 -46 -22 -89q16 -21 43 -26v-92q-78 0 -111 57q-27 -9 -54 -9q-41 0 -70.5 16.5t-43 39.5t-21 46.5t-8.5 39.5l-1 17v433q0 6 1 17t8.5 38.5t21 48.5t43 38t70.5 17t70.5 -16.5t43 -39.5t21 -46.5t8.5 -40.5l1 -16v-433zM213 584q0 6 -0.5 15t-9.5 24t-26 15 t-26 -13.5t-9 -26.5l-1 -14v-433q0 -6 0.5 -15t9.5 -24t26 -15t26 13.5t9 27.5l1 13v433z" />
<glyph unicode="R" horiz-adv-x="361" d="M341 0h-108l-56 310h-29v-310h-108v735h108q184 0 184 -212q0 -126 -60 -167zM228 519q0 37 -7.5 61t-22 33.5t-25 12t-25.5 2.5v-218q15 0 25.5 2.5t25 12t22 33.5t7.5 61z" />
<glyph unicode="S" horiz-adv-x="343" d="M33 571q0 68 35 119.5t106 52.5q46 1 78 -17t46.5 -49.5t20.5 -62t6 -66.5l-106 -10q0 106 -43 106q-37 -1 -37 -73q0 -9 2 -19.5t5 -19t9 -21t10 -19.5l13 -22l14 -20l16 -24l16 -22l51 -78q15 -24 32.5 -68t17.5 -81q0 -185 -150 -185q-40 0 -69.5 12.5t-46 31 t-26 48.5t-12.5 57.5t-3 64.5l106 10q0 -125 51 -125q44 0 44 81q0 14 -4 29t-15.5 36t-17.5 31l-26 38q-20 29 -24 36q-32 47 -50 77t-33.5 72.5t-15.5 79.5z" />
<glyph unicode="T" horiz-adv-x="316" d="M104 624h-102v111h312v-111h-102v-624h-108v624z" />
<glyph unicode="U" horiz-adv-x="366" d="M219 735h108v-584q0 -6 -1 -17t-8.5 -38.5t-21 -48.5t-43 -38t-70.5 -17t-70.5 16.5t-43 39.5t-21 46.5t-8.5 39.5l-1 17v584h108v-584q0 -6 0.5 -15t9.5 -24t26 -15t26 13.5t9 27.5l1 13v584z" />
<glyph unicode="V" horiz-adv-x="350" d="M182 331l54 404h105l-112 -735h-108l-112 735h105l54 -404l4 -31h6z" />
<glyph unicode="W" horiz-adv-x="506" d="M245 348l-50 -348h-84l-99 735h100l43 -382l2 -24h8l3 24l46 382h78l46 -382l3 -24h8l2 24l43 382h100l-99 -735h-84l-50 348l-6 43h-4z" />
<glyph unicode="X" horiz-adv-x="360" d="M176 219l-62 -219h-106l119 386l-117 349h106l59 -186l3 -9h4l3 9l59 186h106l-117 -349l119 -386h-106l-62 219l-2 9h-4z" />
<glyph unicode="Y" horiz-adv-x="342" d="M113 735l54 -235l3 -7h2l3 7l54 235h106l-110 -422v-313h-108v313l-110 422h106z" />
<glyph unicode="Z" horiz-adv-x="306" d="M10 0v116l169 512h-145v107h262v-107l-172 -521h172v-107h-286z" />
<glyph unicode="[" horiz-adv-x="263" d="M235 735v-96h-99v-647h99v-96h-195v96v743h195z" />
<glyph unicode="\" horiz-adv-x="387" d="M83 826l300 -914h-82l-297 914h79z" />
<glyph unicode="]" horiz-adv-x="263" d="M28 639v96h195v-743v-96h-195v96h99v647h-99z" />
<glyph unicode="^" horiz-adv-x="538" d="M212 735h114l186 -340h-97l-146 265l-146 -265h-97z" />
<glyph unicode="_" horiz-adv-x="591" d="M36 -159v84h519v-84h-519z" />
<glyph unicode="`" horiz-adv-x="500" d="M143 727h105l52 -90h-78z" />
<glyph unicode="a" horiz-adv-x="333" d="M123 142q0 -51 28 -51q17 0 29.5 9.5t12.5 23.5v140q-70 -30 -70 -122zM24 127q0 52 16.5 91.5t40.5 60.5t48 35.5t43 24.5t21 18v18v42q0 50 -28 50q-10 0 -16 -4.5t-8.5 -16t-3.5 -18t-1 -22.5v-20h-101v23q0 60 39.5 103t96.5 43q50 0 86.5 -36t36.5 -88v-171v-165 q0 -53 7 -95h-99q-9 10 -9 44h-7q-10 -18 -32 -35t-49 -17q-29 0 -55 29.5t-26 105.5z" />
<glyph unicode="b" horiz-adv-x="335" d="M40 0v735h101v-224q43 44 80 44q38 0 58 -33.5t20 -73.5v-349q0 -40 -20 -73.5t-58 -33.5q-16 0 -36 11t-32 22l-12 11v-36h-101zM141 120q0 -14 9.5 -23.5t20.5 -9.5t19 9.5t8 23.5v307q0 14 -8 23.5t-19 9.5t-20.5 -10.5t-9.5 -22.5v-307z" />
<glyph unicode="c" horiz-adv-x="315" d="M133 421v-295q0 -44 28 -44q17 0 23 9.5t6 34.5v76h101v-53q0 -88 -31.5 -122.5t-98.5 -34.5q-129 0 -129 162v239q0 162 129 162q67 0 98.5 -34.5t31.5 -122.5v-43h-101v66q0 25 -6 34.5t-23 9.5q-28 0 -28 -44z" />
<glyph unicode="d" horiz-adv-x="335" d="M295 735v-735h-101v36q-43 -44 -80 -44q-38 0 -58 33.5t-20 73.5v349q0 40 20 73.5t58 33.5q16 0 36 -11t32 -22l12 -11v224h101zM194 120v307q0 12 -9.5 22.5t-20.5 10.5t-19 -9.5t-8 -23.5v-307q0 -14 8 -23.5t19 -9.5t20.5 9.5t9.5 23.5z" />
<glyph unicode="e" horiz-adv-x="322" d="M199 196h94v-63q0 -6 -1 -15.5t-8 -33.5t-19 -43t-39 -34t-64 -15q-36 0 -63 15t-39 36t-19 42t-8 36l-1 15v275q0 6 1 15.5t8 34.5t19.5 44t39.5 34.5t63 15.5q37 0 63.5 -14.5t39 -35.5t19.5 -41.5t7 -35.5l1 -14v-159h-167v-119v-6q0 -4 2 -13.5t5.5 -16.5t11.5 -13 t18 -6q17 0 26 13.5t9 27.5l1 14v60zM126 411v-77h73v77q0 6 -0.5 15.5t-9.5 25t-26 15.5q-16 0 -25.5 -14t-10.5 -28z" />
<glyph unicode="f" horiz-adv-x="232" d="M162 0h-101v456h-51v91h51v8v7q0 25 1 41t7 45t17 46t34.5 31t56.5 14q14 0 26 -1.5t17 -3.5l4 -2v-87q-13 4 -30 4q-32 0 -32 -88v-8v-6h51v-91h-51v-456z" />
<glyph unicode="g" horiz-adv-x="342" d="M287 419v-155q0 -5 -1 -14.5t-8.5 -32.5t-19.5 -41t-38.5 -32.5t-62.5 -14.5q-13 0 -19 1q-14 -12 -14 -25q0 -8 5.5 -14t20.5 -10t22 -5t29 -5q28 -4 49.5 -10.5t43.5 -20t34.5 -38t12.5 -58.5q0 -74 -50.5 -107t-122.5 -33q-80 2 -121 25.5t-41 80.5q0 46 79 83 q-61 17 -61 73q0 22 19.5 45.5t43.5 36.5q-25 17 -39.5 46.5t-16.5 51.5l-2 21v149q0 6 1 15t8 33t19 42.5t38.5 33.5t61.5 15q66 0 101 -50q50 50 83 50v-90q-35 0 -59 -12zM188 412q-1 0 0 5t-1 12.5t-4.5 15t-9 12.5t-16.5 5q-14 0 -21.5 -12.5t-7.5 -25.5v-12v-150v-14 q0 -8 7.5 -21.5t21.5 -13.5q15 0 23 12.5t8 24.5v12v150zM247 -74q0 16 -10 24.5t-44 14.5l-52 10q-37 -21 -37 -48q0 -38 66 -38q29 0 53 9.5t24 27.5z" />
<glyph unicode="h" horiz-adv-x="337" d="M174 457q-9 0 -17 -6.5t-12 -12.5l-4 -7v-431h-101v735h101v-234l15 15q15 15 33 27t34 12q37 0 56.5 -33.5t19.5 -73.5v-448h-101v433q0 24 -24 24z" />
<glyph unicode="i" horiz-adv-x="181" d="M141 0h-101v547h101v-547zM40 634v101h101v-101h-101z" />
<glyph unicode="j" horiz-adv-x="178" d="M37 634v101h101v-101h-101zM37 547h101v-561q0 -25 -1 -41t-7 -44t-17 -45t-34.5 -30.5t-56.5 -13.5q-14 0 -25 1.5t-15 2.5l-4 2v93q14 -4 28 -4q32 0 31 74v6v560z" />
<glyph unicode="k" horiz-adv-x="313" d="M40 735h101v-331v-18h5l6 18l49 143h91l-73 -178l92 -369h-97l-50 221l-2 8h-5l-3 -8l-13 -32v-189h-101v735z" />
<glyph unicode="l" horiz-adv-x="181" d="M141 0h-101v735h101v-735z" />
<glyph unicode="m" horiz-adv-x="499" d="M339 457q-9 0 -18.5 -6.5t-14.5 -12.5l-5 -7v-431h-95v433q0 24 -27 24q-9 0 -18.5 -6.5t-14.5 -12.5l-5 -7v-431h-101v547h101v-46q1 0 16 15t33.5 27t34.5 12q49 0 68 -61q2 2 21 20t37 29.5t34 11.5q37 0 56.5 -33.5t19.5 -73.5v-448h-95v433q0 24 -27 24z" />
<glyph unicode="n" horiz-adv-x="337" d="M174 457q-9 0 -17 -6.5t-12 -12.5l-4 -7v-431h-101v547h101v-46l15 15q15 15 33 27t34 12q37 0 56.5 -33.5t19.5 -73.5v-448h-101v433q0 24 -24 24z" />
<glyph unicode="o" horiz-adv-x="321" d="M290 414v-281q0 -6 -0.5 -15.5t-7.5 -33.5t-19.5 -43t-39 -34t-63.5 -15q-36 0 -63 15t-39 36t-19 42t-7 36l-1 15v275q0 6 0.5 15.5t7.5 34.5t19 44t39 34.5t63 15.5q37 0 63.5 -14.5t39 -35.5t19.5 -41.5t8 -35.5v-14zM195 411q-1 0 0 5.5t-1 14t-5 16.5t-10.5 14 t-18.5 6q-16 0 -24.5 -14t-9.5 -28v-14v-275q1 0 0 -5.5t1 -14t5 -16.5t10.5 -13.5t17.5 -5.5q17 0 25.5 13.5t8.5 27.5l1 14v275z" />
<glyph unicode="p" horiz-adv-x="335" d="M40 -188v735h101v-36q43 44 80 44q38 0 58 -33.5t20 -73.5v-349q0 -40 -20 -73.5t-58 -33.5q-16 0 -36 11t-32 22l-12 11v-224h-101zM141 427v-307q0 -12 9.5 -22.5t20.5 -10.5t19 9.5t8 23.5v307q0 14 -8 23.5t-19 9.5t-20.5 -9.5t-9.5 -23.5z" />
<glyph unicode="q" horiz-adv-x="335" d="M295 547v-735h-101v224q-43 -44 -80 -44q-38 0 -58 33.5t-20 73.5v349q0 40 20 73.5t58 33.5q16 0 36 -11t32 -22l12 -11v36h101zM194 427q0 14 -9.5 23.5t-20.5 9.5t-19 -9.5t-8 -23.5v-307q0 -14 8 -23.5t19 -9.5t20.5 10.5t9.5 22.5v307z" />
<glyph unicode="r" horiz-adv-x="246" d="M242 555v-112q-47 15 -79 -13q-22 -20 -22 -50v-380h-101v547h101v-61q4 20 28.5 44.5t72.5 24.5z" />
<glyph unicode="s" horiz-adv-x="308" d="M35 407q0 27 6 51t19 46.5t38 36t60 14.5q42 1 69.5 -12.5t39.5 -38.5t16 -46.5t4 -50.5h-94q0 64 -33 64q-31 -1 -31 -64q0 -16 11.5 -35.5t22 -30.5t32.5 -32q93 -89 93 -167q0 -60 -31.5 -105t-97.5 -45q-35 0 -61.5 12t-41.5 29.5t-24 41.5t-11.5 43.5t-2.5 40.5h94 q0 -83 47 -83q35 0 35 66q0 36 -63 97q-33 32 -48 48t-31.5 49.5t-16.5 70.5z" />
<glyph unicode="t" horiz-adv-x="245" d="M61 682h101v-135h69v-91h-69v-272q0 -90 32 -90l37 4v-99q-22 -7 -54 -7q-33 0 -56.5 14t-34.5 31.5t-17 47t-7 46.5t-1 45v280h-51v91h51v135z" />
<glyph unicode="u" horiz-adv-x="337" d="M163 90q9 0 17 6.5t12 13.5l4 6v431h101v-547h-101v46l-16 -16q-14 -14 -32 -26t-34 -12q-37 0 -56.5 33.5t-19.5 73.5v448h101v-433q0 -24 24 -24z" />
<glyph unicode="v" horiz-adv-x="294" d="M197 0h-100l-89 547h98l33 -317l4 -35h8l4 35l33 317h98z" />
<glyph unicode="w" horiz-adv-x="442" d="M351 0h-84l-39 261l-5 31h-4l-5 -31l-39 -261h-84l-81 547h92l32 -286l4 -31h6l5 31l42 286h60l42 -286l5 -31h6l4 31l32 286h92z" />
<glyph unicode="x" horiz-adv-x="302" d="M8 0l94 282l-86 265h95l36 -128l3 -15h2l3 15l36 128h95l-86 -265l94 -282h-98l-41 138l-3 15h-2l-3 -15l-41 -138h-98z" />
<glyph unicode="y" horiz-adv-x="310" d="M16 -194v90q8 -2 24 -2q30 3 47.5 30t17.5 60l-93 563h99l40 -336l2 -28h4l2 28l40 336h99l-97 -588q-8 -62 -46 -108.5t-94 -46.5z" />
<glyph unicode="z" horiz-adv-x="260" d="M6 0v82l139 373h-117v92h224v-82l-139 -373h139v-92h-246z" />
<glyph unicode="{" horiz-adv-x="336" d="M94 563q0 109 47 145.5t167 34.5v-84q-66 1 -92 -18.5t-26 -77.5v-194q0 -70 -62 -108q62 -40 62 -108v-194q0 -58 26 -77.5t92 -18.5v-84q-120 -2 -167 34.5t-47 145.5v194q0 10 -4 23t-20 28.5t-40 16.5v80q35 0 49.5 24t14.5 44v194z" />
<glyph unicode="|" horiz-adv-x="174" d="M134 -250h-94v1076h94v-1076z" />
<glyph unicode="}" horiz-adv-x="336" d="M242 563v-194q0 -11 4 -24.5t20 -28.5t40 -15v-80q-35 -2 -49.5 -25.5t-14.5 -42.5v-194q0 -109 -47 -145.5t-167 -34.5v84q66 -1 92 18.5t26 77.5v194q0 68 62 108q-62 38 -62 108v194q0 58 -26 77.5t-92 18.5v84q120 2 167 -34.5t47 -145.5z" />
<glyph unicode="~" horiz-adv-x="625" d="M219 720q-31 0 -55.5 -22t-33.5 -44l-9 -22l-66 28q2 6 6 16t18.5 36t31.5 46t46.5 36t61.5 16q27 0 54.5 -9t40 -16t40.5 -25q52 -35 85 -35q28 0 51.5 22.5t32.5 44.5l9 22l66 -28q-2 -6 -6 -16.5t-18.5 -36.5t-31.5 -45.5t-44.5 -36t-58.5 -16.5q-59 0 -133 49 q-56 36 -87 36z" />
<glyph unicode="&#xa1;" horiz-adv-x="189" d="M42 436v111h105v-111h-105zM36 -188l27 537h63l27 -537h-117z" />
<glyph unicode="&#xa2;" horiz-adv-x="311" d="M134 765h60v-119q48 -8 70.5 -43t22.5 -111v-43h-92v66q0 44 -36 44q-35 0 -35 -44v-295q0 -44 35 -44q36 0 36 44v76h92v-53q0 -76 -22.5 -111.5t-70.5 -43.5v-148h-60v147q-102 15 -102 161v239q0 145 102 160v118z" />
<glyph unicode="&#xa3;" horiz-adv-x="399" d="M353 547h-104q0 42 -12.5 69.5t-43.5 26.5q-23 -1 -33.5 -25t-10.5 -57q0 -55 34 -165l3 -12h103v-67h-85q12 -49 12 -85q0 -51 -28 -107q8 -4 21.5 -12t23.5 -12.5t20 -4.5q36 2 40 93l92 -11q-6 -89 -40 -137.5t-83 -48.5q-25 0 -70 25t-63 25q-16 0 -30 -12.5 t-20 -25.5l-6 -12l-71 39q4 10 11.5 26t34 44.5t57.5 33.5q18 54 18 97q0 33 -15 85h-92v67h72l-3 10q-38 124 -38 167q0 34 7.5 64t23.5 57t45 43.5t68 17.5q47 1 80 -15.5t50.5 -45.5t24.5 -62t7 -73z" />
<glyph unicode="&#xa5;" horiz-adv-x="352" d="M36 166v67h86v67h-86v67h72l-96 368h106l54 -235l3 -7h2l3 7l54 235h106l-96 -368h72v-67h-86v-67h86v-67h-86v-166h-108v166h-86z" />
<glyph unicode="&#xa8;" horiz-adv-x="500" d="M133 637v98h93v-98h-93zM274 637v98h93v-98h-93z" />
<glyph unicode="&#xa9;" horiz-adv-x="803" d="M26 367q0 155 110 265.5t265 110.5t265.5 -110.5t110.5 -265.5t-110.5 -265t-265.5 -110t-265 110t-110 265zM425 299h67v-61q0 -4 -0.5 -10.5t-5.5 -23t-13.5 -29t-27.5 -23t-45 -10.5q-42 0 -65.5 24t-26.5 48l-2 24v259q0 4 0.5 10.5t5.5 23t13.5 29t28 23t46.5 10.5 q26 0 45 -10t27.5 -24t13.5 -28t6 -24v-10v-61h-67v61v9q0 5 -6 13.5t-18 8.5q-11 0 -17 -8t-6 -16l-1 -7v-259q0 -31 24 -31q12 0 18 7.5t6 15.5v8v61zM84 367q0 -130 93.5 -223.5t223.5 -93.5t224 93.5t94 223.5q0 131 -93.5 224.5t-224.5 93.5q-130 0 -223.5 -94 t-93.5 -224z" />
<glyph unicode="&#xaa;" horiz-adv-x="333" d="M123 142q0 -51 28 -51q17 0 29.5 9.5t12.5 23.5v140q-70 -30 -70 -122zM24 127q0 52 16.5 91.5t40.5 60.5t48 35.5t43 24.5t21 18v18v42q0 50 -28 50q-10 0 -16 -4.5t-8.5 -16t-3.5 -18t-1 -22.5v-20h-101v23q0 60 39.5 103t96.5 43q50 0 86.5 -36t36.5 -88v-171v-165 q0 -53 7 -95h-99q-9 10 -9 44h-7q-10 -18 -32 -35t-49 -17q-29 0 -55 29.5t-26 105.5z" />
<glyph unicode="&#xad;" horiz-adv-x="217" d="M36 222v95h145v-95h-145z" />
<glyph unicode="&#xae;" horiz-adv-x="803" d="M305 582h96q113 0 113 -126q0 -37 -8 -61t-35 -47l52 -195h-74l-46 178h-27v-178h-71v429zM398 519h-22v-126h22q21 0 32 10.5t13.5 22t2.5 29.5q0 19 -2.5 31t-13.5 22.5t-32 10.5zM26 367q0 155 110 265.5t265 110.5t265.5 -110.5t110.5 -265.5t-110.5 -265 t-265.5 -110t-265 110t-110 265zM84 367q0 -130 93.5 -223.5t223.5 -93.5t224 93.5t94 223.5q0 131 -93.5 224.5t-224.5 93.5q-130 0 -223.5 -94t-93.5 -224z" />
<glyph unicode="&#xaf;" horiz-adv-x="500" d="M153 642v79h194v-79h-194z" />
<glyph unicode="&#xb2;" horiz-adv-x="357" d="M138 502h-108v51q0 190 144 190t144 -183q0 -164 -169 -453h171v-107h-293v107l19 30q12 19 43 74.5t55 107.5t44.5 118t21.5 116q0 90 -36 90t-36 -90v-51z" />
<glyph unicode="&#xb3;" horiz-adv-x="335" d="M121 332h-9v90q18 1 30.5 3.5t22 7t15 10.5t8.5 14.5t4.5 19.5t1.5 25v30v21q0 22 -0.5 33.5t-3.5 28.5t-10.5 25t-19.5 8q-20 0 -25.5 -24t-6.5 -101h-106q0 34 1 56t8.5 56.5t21.5 55t41 36.5t66 16q38 0 66 -15t41.5 -34.5t21.5 -45t9.5 -39t1.5 -24.5 q0 -142 -52 -194l-1 -1q62 -49 62 -202q0 -12 -1.5 -28.5t-9.5 -48.5t-21.5 -56.5t-41.5 -43.5t-66 -19q-39 0 -66.5 15.5t-42 37t-23 55t-10 57.5t-1.5 55h106q1 -73 8.5 -99t28.5 -26q22 0 28 24.5t6 68.5q0 9 0.5 32.5t0 30.5t-2 24t-4.5 23l-9 16q-6 10 -14.5 13.5 t-22 7.5t-30.5 5z" />
<glyph unicode="&#xb4;" horiz-adv-x="500" d="M252 727h105l-79 -90h-78z" />
<glyph unicode="&#xb7;" horiz-adv-x="105" d="M0 317v111h105v-111h-105z" />
<glyph unicode="&#xb8;" horiz-adv-x="500" d="M292 -54v-69l-22 -65h-51l20 65h-31v69h84z" />
<glyph unicode="&#xb9;" horiz-adv-x="232" d="M84 576h-72v69q40 8 68.5 30.5t37.5 40.5l9 19h65v-735h-108v576z" />
<glyph unicode="&#xba;" horiz-adv-x="321" d="M290 414v-281q0 -6 -0.5 -15.5t-7.5 -33.5t-19.5 -43t-39 -34t-63.5 -15q-36 0 -63 15t-39 36t-19 42t-7 36l-1 15v275q0 6 0.5 15.5t7.5 34.5t19 44t39 34.5t63 15.5q37 0 63.5 -14.5t39 -35.5t19.5 -41.5t8 -35.5v-14zM195 411q-1 0 0 5.5t-1 14t-5 16.5t-10.5 14 t-18.5 6q-16 0 -24.5 -14t-9.5 -28v-14v-275q1 0 0 -5.5t1 -14t5 -16.5t10.5 -13.5t17.5 -5.5q17 0 25.5 13.5t8.5 27.5l1 14v275z" />
<glyph unicode="&#xbf;" horiz-adv-x="315" d="M113 436v111h105v-111h-105zM119 349h93v-125q0 -50 -12 -95.5t-23.5 -68.5t-31.5 -57q-21 -35 -26 -55q-3 -13 5.5 -29.5t27.5 -16.5q23 -1 40 23t24 48l87 -41q-6 -16 -16.5 -33.5t-29 -40t-47 -37t-60.5 -13.5q-40 1 -67.5 16.5t-40 40t-17.5 44.5t-5 39q0 40 39 107 l28 47q9 15 20.5 51.5t11.5 70.5v125z" />
<glyph unicode="&#xc0;" horiz-adv-x="374" d="M69 890h105l52 -90h-78zM115 0h-105l111 735h132l111 -735h-105l-20 150h-104zM224 264l-31 232l-3 19h-6l-3 -19l-31 -232h74z" />
<glyph unicode="&#xc1;" horiz-adv-x="374" d="M195 890h105l-79 -90h-78zM115 0h-105l111 735h132l111 -735h-105l-20 150h-104zM224 264l-31 232l-3 19h-6l-3 -19l-31 -232h74z" />
<glyph unicode="&#xc2;" horiz-adv-x="374" d="M134 890h107l69 -90h-92l-31 35l-30 -35h-92zM115 0h-105l111 735h132l111 -735h-105l-20 150h-104zM224 264l-31 232l-3 19h-6l-3 -19l-31 -232h74z" />
<glyph unicode="&#xc3;" horiz-adv-x="374" d="M143 813q-12 0 -25.5 -4t-20.5 -8l-7 -4v74q24 19 53 19q16 0 44.5 -9t43.5 -10q12 0 25.5 4t20.5 8l7 4v-74q-25 -19 -53 -19q-15 0 -43.5 9.5t-44.5 9.5zM115 0h-105l111 735h132l111 -735h-105l-20 150h-104zM224 264l-31 232l-3 19h-6l-3 -19l-31 -232h74z" />
<glyph unicode="&#xc4;" horiz-adv-x="374" d="M70 800v98h93v-98h-93zM211 800v98h93v-98h-93zM115 0h-105l111 735h132l111 -735h-105l-20 150h-104zM224 264l-31 232l-3 19h-6l-3 -19l-31 -232h74z" />
<glyph unicode="&#xc5;" horiz-adv-x="374" d="M115 0h-105l111 735h132l111 -735h-105l-20 150h-104zM224 264l-31 232l-3 19h-6l-3 -19l-31 -232h74zM113 860q0 30 22 50t53 20t52.5 -20t21.5 -50t-21.5 -50t-52.5 -20t-53 20t-22 50zM151 860q0 -14 11.5 -24.5t25.5 -10.5t25.5 10.5t11.5 24.5t-11.5 24.5 t-25.5 10.5t-25.5 -10.5t-11.5 -24.5z" />
<glyph unicode="&#xc6;" horiz-adv-x="537" d="M270 0v150h-111l-44 -150h-107l205 735h304v-111h-139v-193h100v-118h-100v-202h139v-111h-247zM265 515l-73 -251h78v251h-5z" />
<glyph unicode="&#xc7;" horiz-adv-x="346" d="M220 252h101v-101q0 -6 -1 -17t-8.5 -38.5t-21 -48.5t-43 -38t-70.5 -17t-70.5 16.5t-43 39.5t-21 46.5t-8.5 39.5l-1 17v433q0 6 1 17t8.5 38.5t21 48.5t43 38t70.5 17t70.5 -16.5t43 -39.5t21 -46.5t8.5 -40.5l1 -16v-101h-101v101q-1 0 0 5.5t-1.5 13.5t-6 16 t-12 13.5t-21.5 5.5q-17 0 -26.5 -13.5t-10.5 -26.5l-1 -14v-433q0 -6 1 -15t10.5 -24t26.5 -15q20 0 30.5 13.5t10.5 27.5v13v101zM215 -123v69h-84v-69h31l-20 -65h51z" />
<glyph unicode="&#xc8;" horiz-adv-x="307" d="M54 890h105l52 -90h-78zM40 0v735h247v-111h-139v-193h100v-118h-100v-202h139v-111h-247z" />
<glyph unicode="&#xc9;" horiz-adv-x="307" d="M167 890h105l-79 -90h-78zM40 0v735h247v-111h-139v-193h100v-118h-100v-202h139v-111h-247z" />
<glyph unicode="&#xca;" horiz-adv-x="307" d="M110 890h107l69 -90h-92l-31 35l-30 -35h-92zM40 0v735h247v-111h-139v-193h100v-118h-100v-202h139v-111h-247z" />
<glyph unicode="&#xcb;" horiz-adv-x="307" d="M46 800v98h93v-98h-93zM187 800v98h93v-98h-93zM40 0v735h247v-111h-139v-193h100v-118h-100v-202h139v-111h-247z" />
<glyph unicode="&#xcc;" horiz-adv-x="196" d="M-3 890h105l52 -90h-78zM48 0v735h108v-735h-108z" />
<glyph unicode="&#xcd;" horiz-adv-x="196" d="M94 890h105l-79 -90h-78zM40 0v735h108v-735h-108z" />
<glyph unicode="&#xce;" horiz-adv-x="181" d="M37 890h107l69 -90h-92l-31 35l-30 -35h-92zM36 0v735h108v-735h-108z" />
<glyph unicode="&#xcf;" horiz-adv-x="182" d="M-26 800v98h93v-98h-93zM115 800v98h93v-98h-93zM37 0v735h108v-735h-108z" />
<glyph unicode="&#xd0;" horiz-adv-x="372" d="M10 320v111h30v304h85q44 0 75 -6t55 -16.5t39 -33t24.5 -46.5t14 -68t6 -86.5t1.5 -111.5t-1.5 -111.5t-6 -86t-14 -67.5t-24.5 -46.5t-39 -33t-55 -16.5t-75 -6h-85v320h-30zM148 627v-196h41v-111h-41v-212q46 0 60 20q19 27 20 156v84q1 184 -12 222q-11 32 -45 36 q-9 1 -23 1z" />
<glyph unicode="&#xd1;" horiz-adv-x="395" d="M154 813q-12 0 -25.5 -4t-20.5 -8l-7 -4v74q24 19 53 19q16 0 44.5 -9t43.5 -10q12 0 25.5 4t20.5 8l7 4v-74q-25 -19 -53 -19q-15 0 -43.5 9.5t-44.5 9.5zM259 0l-105 383l-9 34h-6v-34v-383h-99v735h96l105 -383l9 -34h6v34v383h99v-735h-96z" />
<glyph unicode="&#xd2;" d="M59 890h105l52 -90h-78zM321 151q0 -6 -1 -17t-8.5 -38.5t-21 -48.5t-43 -38t-70.5 -17t-70.5 16.5t-43 39.5t-21 46.5t-8.5 39.5l-1 17v433q0 6 1 17t8.5 38.5t21 48.5t43 38t70.5 17t70.5 -16.5t43 -39.5t21 -46.5t8.5 -40.5l1 -16v-433zM213 584q0 6 -0.5 15t-9.5 24 t-26 15t-26 -13.5t-9 -26.5l-1 -14v-433q0 -6 0.5 -15t9.5 -24t26 -15t26 13.5t9 27.5l1 13v433z" />
<glyph unicode="&#xd3;" d="M191 890h105l-79 -90h-78zM321 151q0 -6 -1 -17t-8.5 -38.5t-21 -48.5t-43 -38t-70.5 -17t-70.5 16.5t-43 39.5t-21 46.5t-8.5 39.5l-1 17v433q0 6 1 17t8.5 38.5t21 48.5t43 38t70.5 17t70.5 -16.5t43 -39.5t21 -46.5t8.5 -40.5l1 -16v-433zM213 584q0 6 -0.5 15 t-9.5 24t-26 15t-26 -13.5t-9 -26.5l-1 -14v-433q0 -6 0.5 -15t9.5 -24t26 -15t26 13.5t9 27.5l1 13v433z" />
<glyph unicode="&#xd4;" d="M124 890h107l69 -90h-92l-31 35l-30 -35h-92zM321 151q0 -6 -1 -17t-8.5 -38.5t-21 -48.5t-43 -38t-70.5 -17t-70.5 16.5t-43 39.5t-21 46.5t-8.5 39.5l-1 17v433q0 6 1 17t8.5 38.5t21 48.5t43 38t70.5 17t70.5 -16.5t43 -39.5t21 -46.5t8.5 -40.5l1 -16v-433zM213 584 q0 6 -0.5 15t-9.5 24t-26 15t-26 -13.5t-9 -26.5l-1 -14v-433q0 -6 0.5 -15t9.5 -24t26 -15t26 13.5t9 27.5l1 13v433z" />
<glyph unicode="&#xd5;" d="M133 813q-12 0 -25.5 -4t-20.5 -8l-7 -4v74q24 19 53 19q16 0 44.5 -9t43.5 -10q12 0 25.5 4t20.5 8l7 4v-74q-25 -19 -53 -19q-15 0 -43.5 9.5t-44.5 9.5zM321 151q0 -6 -1 -17t-8.5 -38.5t-21 -48.5t-43 -38t-70.5 -17t-70.5 16.5t-43 39.5t-21 46.5t-8.5 39.5l-1 17 v433q0 6 1 17t8.5 38.5t21 48.5t43 38t70.5 17t70.5 -16.5t43 -39.5t21 -46.5t8.5 -40.5l1 -16v-433zM213 584q0 6 -0.5 15t-9.5 24t-26 15t-26 -13.5t-9 -26.5l-1 -14v-433q0 -6 0.5 -15t9.5 -24t26 -15t26 13.5t9 27.5l1 13v433z" />
<glyph unicode="&#xd6;" d="M60 800v98h93v-98h-93zM201 800v98h93v-98h-93zM321 151q0 -6 -1 -17t-8.5 -38.5t-21 -48.5t-43 -38t-70.5 -17t-70.5 16.5t-43 39.5t-21 46.5t-8.5 39.5l-1 17v433q0 6 1 17t8.5 38.5t21 48.5t43 38t70.5 17t70.5 -16.5t43 -39.5t21 -46.5t8.5 -40.5l1 -16v-433z M213 584q0 6 -0.5 15t-9.5 24t-26 15t-26 -13.5t-9 -26.5l-1 -14v-433q0 -6 0.5 -15t9.5 -24t26 -15t26 13.5t9 27.5l1 13v433z" />
<glyph unicode="&#xd8;" d="M92 -10h-63l23 77q-9 18 -13.5 39t-4.5 33l-1 12v433q0 6 1 17t8.5 38.5t21 48.5t43 38t70.5 17q45 0 77 -21l7 23h60l-22 -73q10 -19 15.5 -41t5.5 -35l1 -12v-433q0 -6 -1 -17t-8.5 -38.5t-21 -48.5t-43 -38t-70.5 -17q-47 0 -78 21zM177 97q17 0 26 13.5t9 27.5l1 13 v238l-72 -238q0 -6 0.5 -15t9.5 -24t26 -15zM141 584v-229l72 234q-4 49 -36 49q-17 0 -26 -13.5t-9 -26.5z" />
<glyph unicode="&#xd9;" horiz-adv-x="366" d="M327 735h-108v-584q0 -6 -0.5 -15t-9.5 -24t-26 -15t-26 13.5t-9 27.5l-1 13v584h-108v-584q0 -6 1 -17t8.5 -38.5t21 -48.5t43 -38t70.5 -17t70.5 16.5t43 39.5t21 46.5t8.5 39.5l1 17v584zM71 890h105l52 -90h-78z" />
<glyph unicode="&#xda;" horiz-adv-x="366" d="M327 735h-108v-584q0 -6 -0.5 -15t-9.5 -24t-26 -15t-26 13.5t-9 27.5l-1 13v584h-108v-584q0 -6 1 -17t8.5 -38.5t21 -48.5t43 -38t70.5 -17t70.5 16.5t43 39.5t21 46.5t8.5 39.5l1 17v584zM202 890h105l-79 -90h-78z" />
<glyph unicode="&#xdb;" horiz-adv-x="366" d="M327 735h-108v-584q0 -6 -0.5 -15t-9.5 -24t-26 -15t-26 13.5t-9 27.5l-1 13v584h-108v-584q0 -6 1 -17t8.5 -38.5t21 -48.5t43 -38t70.5 -17t70.5 16.5t43 39.5t21 46.5t8.5 39.5l1 17v584zM130 890h107l69 -90h-92l-31 35l-30 -35h-92z" />
<glyph unicode="&#xdc;" horiz-adv-x="366" d="M66 800v98h93v-98h-93zM207 800v98h93v-98h-93zM219 735h108v-584q0 -6 -1 -17t-8.5 -38.5t-21 -48.5t-43 -38t-70.5 -17t-70.5 16.5t-43 39.5t-21 46.5t-8.5 39.5l-1 17v584h108v-584q0 -6 0.5 -15t9.5 -24t26 -15t26 13.5t9 27.5l1 13v584z" />
<glyph unicode="&#xdd;" horiz-adv-x="344" d="M168 500l-54 235h-106l110 -422v-313h108v313l110 422h-106l-54 -235l-3 -7h-2zM176 890h105l-79 -90h-78z" />
<glyph unicode="&#xde;" d="M40 0v735h107v-118h1q81 0 135.5 -51.5t54.5 -168.5t-54.5 -169t-135.5 -52v-176h-108zM148 507v-221q50 0 65.5 22t15.5 85q0 64 -16 89t-65 25z" />
<glyph unicode="&#xdf;" horiz-adv-x="358" d="M169 478v69q17 0 29.5 16t12.5 41q0 22 -10.5 35.5t-31.5 13.5q-36 0 -36 -50v-603h-101v603q0 60 34.5 100t102.5 40q65 0 98.5 -39.5t33.5 -99.5q0 -53 -43 -85q74 -43 74 -238q0 -89 -10 -146t-32.5 -86t-50 -39t-70.5 -10v94q22 0 34.5 12.5t20 54.5t7.5 120 q0 83 -7.5 126.5t-20 57t-34.5 13.5z" />
<glyph unicode="&#xe0;" horiz-adv-x="333" d="M123 142q0 -51 28 -51q17 0 29.5 9.5t12.5 23.5v140q-70 -30 -70 -122zM24 127q0 52 16.5 91.5t40.5 60.5t48 35.5t43 24.5t21 18v18v42q0 50 -28 50q-10 0 -16 -4.5t-8.5 -16t-3.5 -18t-1 -22.5v-20h-101v23q0 60 39.5 103t96.5 43q50 0 86.5 -36t36.5 -88v-171v-165 q0 -53 7 -95h-99q-9 10 -9 44h-7q-10 -18 -32 -35t-49 -17q-29 0 -55 29.5t-26 105.5zM50 727h105l52 -90h-78z" />
<glyph unicode="&#xe1;" horiz-adv-x="333" d="M181 727h105l-79 -90h-78zM123 142q0 -51 28 -51q17 0 29.5 9.5t12.5 23.5v140q-70 -30 -70 -122zM24 127q0 52 16.5 91.5t40.5 60.5t48 35.5t43 24.5t21 18v18v42q0 50 -28 50q-10 0 -16 -4.5t-8.5 -16t-3.5 -18t-1 -22.5v-20h-101v23q0 60 39.5 103t96.5 43 q50 0 86.5 -36t36.5 -88v-171v-165q0 -53 7 -95h-99q-9 10 -9 44h-7q-10 -18 -32 -35t-49 -17q-29 0 -55 29.5t-26 105.5z" />
<glyph unicode="&#xe2;" horiz-adv-x="333" d="M113 727h107l69 -90h-92l-31 35l-30 -35h-92zM123 142q0 -51 28 -51q17 0 29.5 9.5t12.5 23.5v140q-70 -30 -70 -122zM24 127q0 52 16.5 91.5t40.5 60.5t48 35.5t43 24.5t21 18v18v42q0 50 -28 50q-10 0 -16 -4.5t-8.5 -16t-3.5 -18t-1 -22.5v-20h-101v23q0 60 39.5 103 t96.5 43q50 0 86.5 -36t36.5 -88v-171v-165q0 -53 7 -95h-99q-9 10 -9 44h-7q-10 -18 -32 -35t-49 -17q-29 0 -55 29.5t-26 105.5z" />
<glyph unicode="&#xe3;" horiz-adv-x="333" d="M123 653q-12 0 -25.5 -4t-20.5 -8l-7 -4v74q24 19 53 19q16 0 44.5 -9t43.5 -10q12 0 25.5 4t20.5 8l7 4v-74q-25 -19 -53 -19q-15 0 -43.5 9.5t-44.5 9.5zM123 142q0 -51 28 -51q17 0 29.5 9.5t12.5 23.5v140q-70 -30 -70 -122zM24 127q0 52 16.5 91.5t40.5 60.5 t48 35.5t43 24.5t21 18v18v42q0 50 -28 50q-10 0 -16 -4.5t-8.5 -16t-3.5 -18t-1 -22.5v-20h-101v23q0 60 39.5 103t96.5 43q50 0 86.5 -36t36.5 -88v-171v-165q0 -53 7 -95h-99q-9 10 -9 44h-7q-10 -18 -32 -35t-49 -17q-29 0 -55 29.5t-26 105.5z" />
<glyph unicode="&#xe4;" horiz-adv-x="333" d="M50 637v98h93v-98h-93zM191 637v98h93v-98h-93zM123 142q0 -51 28 -51q17 0 29.5 9.5t12.5 23.5v140q-70 -30 -70 -122zM24 127q0 52 16.5 91.5t40.5 60.5t48 35.5t43 24.5t21 18v18v42q0 50 -28 50q-10 0 -16 -4.5t-8.5 -16t-3.5 -18t-1 -22.5v-20h-101v23 q0 60 39.5 103t96.5 43q50 0 86.5 -36t36.5 -88v-171v-165q0 -53 7 -95h-99q-9 10 -9 44h-7q-10 -18 -32 -35t-49 -17q-29 0 -55 29.5t-26 105.5z" />
<glyph unicode="&#xe5;" horiz-adv-x="333" d="M123 142q0 -51 28 -51q17 0 29.5 9.5t12.5 23.5v140q-70 -30 -70 -122zM24 127q0 52 16.5 91.5t40.5 60.5t48 35.5t43 24.5t21 18v18v42q0 50 -28 50q-10 0 -16 -4.5t-8.5 -16t-3.5 -18t-1 -22.5v-20h-101v23q0 60 39.5 103t96.5 43q50 0 86.5 -36t36.5 -88v-171v-165 q0 -53 7 -95h-99q-9 10 -9 44h-7q-10 -18 -32 -35t-49 -17q-29 0 -55 29.5t-26 105.5zM92 694q0 30 22 50t53 20t52.5 -20t21.5 -50t-21.5 -50t-52.5 -20t-53 20t-22 50zM130 694q0 -14 11.5 -24.5t25.5 -10.5t25.5 10.5t11.5 24.5t-11.5 24.5t-25.5 10.5t-25.5 -10.5 t-11.5 -24.5z" />
<glyph unicode="&#xe6;" horiz-adv-x="483" d="M360 196h94v-63q0 -6 -1 -15.5t-8 -33.5t-19 -43t-39 -34t-64 -15q-77 0 -110 64q-50 -64 -108 -64q-29 0 -55 29.5t-26 105.5q0 52 16.5 91.5t40.5 60.5t48 35.5t43 24.5t21 18v60q0 50 -28 50q-10 0 -16 -4.5t-8.5 -16t-3.5 -18t-1 -22.5v-20h-101v23q0 60 39.5 103 t96.5 43q41 0 74 -25q32 25 79 25q37 0 63.5 -14.5t39 -35.5t19.5 -41.5t8 -35.5v-14v-159h-167v-119v-6q0 -4 2 -13.5t5.5 -16.5t11.5 -13t18 -6q17 0 26 13.5t10 27.5v14v60zM123 142q0 -51 28 -51q17 0 29.5 9.5t12.5 23.5v140q-70 -30 -70 -122zM287 411v-77h73v77 q0 6 -0.5 15.5t-9.5 25t-26 15.5q-16 0 -25.5 -14t-10.5 -28z" />
<glyph unicode="&#xe7;" horiz-adv-x="315" d="M133 421v-295q0 -44 28 -44q17 0 23 9.5t6 34.5v76h101v-53q0 -88 -31.5 -122.5t-98.5 -34.5q-129 0 -129 162v239q0 162 129 162q67 0 98.5 -34.5t31.5 -122.5v-43h-101v66q0 25 -6 34.5t-23 9.5q-28 0 -28 -44zM200 -123v69h-84v-69h31l-20 -65h51z" />
<glyph unicode="&#xe8;" horiz-adv-x="322" d="M199 196h94v-63q0 -6 -1 -15.5t-8 -33.5t-19 -43t-39 -34t-64 -15q-36 0 -63 15t-39 36t-19 42t-8 36l-1 15v275q0 6 1 15.5t8 34.5t19.5 44t39.5 34.5t63 15.5q37 0 63.5 -14.5t39 -35.5t19.5 -41.5t7 -35.5l1 -14v-159h-167v-119v-6q0 -4 2 -13.5t5.5 -16.5t11.5 -13 t18 -6q17 0 26 13.5t9 27.5l1 14v60zM126 411v-77h73v77q0 6 -0.5 15.5t-9.5 25t-26 15.5q-16 0 -25.5 -14t-10.5 -28zM50 727h105l52 -90h-78z" />
<glyph unicode="&#xe9;" horiz-adv-x="322" d="M181 727h105l-79 -90h-78zM199 196h94v-63q0 -6 -1 -15.5t-8 -33.5t-19 -43t-39 -34t-64 -15q-36 0 -63 15t-39 36t-19 42t-8 36l-1 15v275q0 6 1 15.5t8 34.5t19.5 44t39.5 34.5t63 15.5q37 0 63.5 -14.5t39 -35.5t19.5 -41.5t7 -35.5l1 -14v-159h-167v-119v-6 q0 -4 2 -13.5t5.5 -16.5t11.5 -13t18 -6q17 0 26 13.5t9 27.5l1 14v60zM126 411v-77h73v77q0 6 -0.5 15.5t-9.5 25t-26 15.5q-16 0 -25.5 -14t-10.5 -28z" />
<glyph unicode="&#xea;" horiz-adv-x="322" d="M108 727h107l69 -90h-92l-31 35l-30 -35h-92zM199 196h94v-63q0 -6 -1 -15.5t-8 -33.5t-19 -43t-39 -34t-64 -15q-36 0 -63 15t-39 36t-19 42t-8 36l-1 15v275q0 6 1 15.5t8 34.5t19.5 44t39.5 34.5t63 15.5q37 0 63.5 -14.5t39 -35.5t19.5 -41.5t7 -35.5l1 -14v-159 h-167v-119v-6q0 -4 2 -13.5t5.5 -16.5t11.5 -13t18 -6q17 0 26 13.5t9 27.5l1 14v60zM126 411v-77h73v77q0 6 -0.5 15.5t-9.5 25t-26 15.5q-16 0 -25.5 -14t-10.5 -28z" />
<glyph unicode="&#xeb;" horiz-adv-x="322" d="M44 637v98h93v-98h-93zM185 637v98h93v-98h-93zM199 196h94v-63q0 -6 -1 -15.5t-8 -33.5t-19 -43t-39 -34t-64 -15q-36 0 -63 15t-39 36t-19 42t-8 36l-1 15v275q0 6 1 15.5t8 34.5t19.5 44t39.5 34.5t63 15.5q37 0 63.5 -14.5t39 -35.5t19.5 -41.5t7 -35.5l1 -14v-159 h-167v-119v-6q0 -4 2 -13.5t5.5 -16.5t11.5 -13t18 -6q17 0 26 13.5t9 27.5l1 14v60zM126 411v-77h73v77q0 6 -0.5 15.5t-9.5 25t-26 15.5q-16 0 -25.5 -14t-10.5 -28z" />
<glyph unicode="&#xec;" horiz-adv-x="181" d="M40 0h101v547h-101v-547zM-16 727h105l52 -90h-78z" />
<glyph unicode="&#xed;" horiz-adv-x="181" d="M40 0h101v547h-101v-547zM92 727h105l-79 -90h-78z" />
<glyph unicode="&#xee;" horiz-adv-x="181" d="M40 0h101v547h-101v-547zM37 727h107l69 -90h-92l-31 35l-30 -35h-92z" />
<glyph unicode="&#xef;" horiz-adv-x="182" d="M-26 637v98h93v-98h-93zM115 637v98h93v-98h-93zM141 0h-101v547h101v-547z" />
<glyph unicode="&#xf0;" horiz-adv-x="329" d="M132 687l53 49q12 -13 26 -30l46 40l27 -32l-49 -43q61 -98 61 -218v-320q0 -6 -0.5 -15.5t-7.5 -33.5t-19.5 -43t-39 -34t-63.5 -15q-36 0 -63 15t-39 36t-19 42t-7 36l-1 15v283q0 136 84 136q31 0 76 -38q-6 53 -25 99l-40 -35l-27 31l49 43zM201 411q-1 0 0 5.5 t-1 14t-5 16.5t-10.5 14t-18.5 6q-16 0 -24.5 -14t-9.5 -28v-14v-275q1 0 0 -5.5t1 -14t5 -16.5t10.5 -13.5t17.5 -5.5q17 0 25.5 13.5t8.5 27.5l1 14v275z" />
<glyph unicode="&#xf1;" horiz-adv-x="337" d="M125 653q-12 0 -25.5 -4t-20.5 -8l-7 -4v74q24 19 53 19q16 0 44.5 -9t43.5 -10q12 0 25.5 4t20.5 8l7 4v-74q-25 -19 -53 -19q-15 0 -43.5 9.5t-44.5 9.5zM174 457q-9 0 -17 -6.5t-12 -12.5l-4 -7v-431h-101v547h101v-46l15 15q15 15 33 27t34 12q37 0 56.5 -33.5 t19.5 -73.5v-448h-101v433q0 24 -24 24z" />
<glyph unicode="&#xf2;" horiz-adv-x="321" d="M290 414v-281q0 -6 -0.5 -15.5t-7.5 -33.5t-19.5 -43t-39 -34t-63.5 -15q-36 0 -63 15t-39 36t-19 42t-7 36l-1 15v275q0 6 0.5 15.5t7.5 34.5t19 44t39 34.5t63 15.5q37 0 63.5 -14.5t39 -35.5t19.5 -41.5t8 -35.5v-14zM195 411q-1 0 0 5.5t-1 14t-5 16.5t-10.5 14 t-18.5 6q-16 0 -24.5 -14t-9.5 -28v-14v-275q1 0 0 -5.5t1 -14t5 -16.5t10.5 -13.5t17.5 -5.5q17 0 25.5 13.5t8.5 27.5l1 14v275zM48 727h105l52 -90h-78z" />
<glyph unicode="&#xf3;" horiz-adv-x="321" d="M179 727h105l-79 -90h-78zM290 414v-281q0 -6 -0.5 -15.5t-7.5 -33.5t-19.5 -43t-39 -34t-63.5 -15q-36 0 -63 15t-39 36t-19 42t-7 36l-1 15v275q0 6 0.5 15.5t7.5 34.5t19 44t39 34.5t63 15.5q37 0 63.5 -14.5t39 -35.5t19.5 -41.5t8 -35.5v-14zM195 411q-1 0 0 5.5 t-1 14t-5 16.5t-10.5 14t-18.5 6q-16 0 -24.5 -14t-9.5 -28v-14v-275q1 0 0 -5.5t1 -14t5 -16.5t10.5 -13.5t17.5 -5.5q17 0 25.5 13.5t8.5 27.5l1 14v275z" />
<glyph unicode="&#xf4;" horiz-adv-x="321" d="M107 727h107l69 -90h-92l-31 35l-30 -35h-92zM290 414v-281q0 -6 -0.5 -15.5t-7.5 -33.5t-19.5 -43t-39 -34t-63.5 -15q-36 0 -63 15t-39 36t-19 42t-7 36l-1 15v275q0 6 0.5 15.5t7.5 34.5t19 44t39 34.5t63 15.5q37 0 63.5 -14.5t39 -35.5t19.5 -41.5t8 -35.5v-14z M195 411q-1 0 0 5.5t-1 14t-5 16.5t-10.5 14t-18.5 6q-16 0 -24.5 -14t-9.5 -28v-14v-275q1 0 0 -5.5t1 -14t5 -16.5t10.5 -13.5t17.5 -5.5q17 0 25.5 13.5t8.5 27.5l1 14v275z" />
<glyph unicode="&#xf5;" horiz-adv-x="321" d="M117 653q-12 0 -25.5 -4t-20.5 -8l-7 -4v74q24 19 53 19q16 0 44.5 -9t43.5 -10q12 0 25.5 4t20.5 8l7 4v-74q-25 -19 -53 -19q-15 0 -43.5 9.5t-44.5 9.5zM290 414v-281q0 -6 -0.5 -15.5t-7.5 -33.5t-19.5 -43t-39 -34t-63.5 -15q-36 0 -63 15t-39 36t-19 42t-7 36 l-1 15v275q0 6 0.5 15.5t7.5 34.5t19 44t39 34.5t63 15.5q37 0 63.5 -14.5t39 -35.5t19.5 -41.5t8 -35.5v-14zM195 411q-1 0 0 5.5t-1 14t-5 16.5t-10.5 14t-18.5 6q-16 0 -24.5 -14t-9.5 -28v-14v-275q1 0 0 -5.5t1 -14t5 -16.5t10.5 -13.5t17.5 -5.5q17 0 25.5 13.5 t8.5 27.5l1 14v275z" />
<glyph unicode="&#xf6;" horiz-adv-x="321" d="M44 637v98h93v-98h-93zM185 637v98h93v-98h-93zM290 414v-281q0 -6 -0.5 -15.5t-7.5 -33.5t-19.5 -43t-39 -34t-63.5 -15q-36 0 -63 15t-39 36t-19 42t-7 36l-1 15v275q0 6 0.5 15.5t7.5 34.5t19 44t39 34.5t63 15.5q37 0 63.5 -14.5t39 -35.5t19.5 -41.5t8 -35.5v-14z M195 411q-1 0 0 5.5t-1 14t-5 16.5t-10.5 14t-18.5 6q-16 0 -24.5 -14t-9.5 -28v-14v-275q1 0 0 -5.5t1 -14t5 -16.5t10.5 -13.5t17.5 -5.5q17 0 25.5 13.5t8.5 27.5l1 14v275z" />
<glyph unicode="&#xf8;" horiz-adv-x="321" d="M100 -38h-39l15 59q-20 19 -31.5 47.5t-12.5 47.5l-1 20v275q0 6 0.5 15.5t7.5 34.5t19 44t39 34.5t63 15.5q25 0 52 -9l10 39h37l-15 -59q20 -18 31.5 -46t12.5 -47l2 -19v-281q0 -6 -0.5 -15.5t-7.5 -33.5t-19.5 -43t-39 -34t-63.5 -15q-28 0 -50 8zM126 411v-198 l61 237q-9 17 -27 17q-16 0 -24.5 -14t-9.5 -28v-14zM160 81q17 0 25.5 13.5t8.5 27.5l1 14v197l-61 -237q8 -15 26 -15z" />
<glyph unicode="&#xf9;" horiz-adv-x="337" d="M163 90q9 0 17 6.5t12 13.5l4 6v431h101v-547h-101v46l-16 -16q-14 -14 -32 -26t-34 -12q-37 0 -56.5 33.5t-19.5 73.5v448h101v-433q0 -24 24 -24zM55 727h105l52 -90h-78z" />
<glyph unicode="&#xfa;" horiz-adv-x="337" d="M186 727h105l-79 -90h-78zM163 90q9 0 17 6.5t12 13.5l4 6v431h101v-547h-101v46l-16 -16q-14 -14 -32 -26t-34 -12q-37 0 -56.5 33.5t-19.5 73.5v448h101v-433q0 -24 24 -24z" />
<glyph unicode="&#xfb;" horiz-adv-x="337" d="M115 727h107l69 -90h-92l-31 35l-30 -35h-92zM163 90q9 0 17 6.5t12 13.5l4 6v431h101v-547h-101v46l-16 -16q-14 -14 -32 -26t-34 -12q-37 0 -56.5 33.5t-19.5 73.5v448h101v-433q0 -24 24 -24z" />
<glyph unicode="&#xfc;" horiz-adv-x="337" d="M52 637v98h93v-98h-93zM193 637v98h93v-98h-93zM163 90q9 0 17 6.5t12 13.5l4 6v431h101v-547h-101v46l-16 -16q-14 -14 -32 -26t-34 -12q-37 0 -56.5 33.5t-19.5 73.5v448h101v-433q0 -24 24 -24z" />
<glyph unicode="&#xfd;" horiz-adv-x="310" d="M16 -104v-90q34 -2 45 -2q56 0 94 46.5t46 108.5l97 588h-99l-40 -336l-2 -28h-4l-2 28l-40 336h-99l93 -563q0 -33 -17.5 -60t-47.5 -30zM165 727h105l-79 -90h-78z" />
<glyph unicode="&#xfe;" horiz-adv-x="335" d="M40 -188v923h101v-224q43 44 80 44q38 0 58 -33.5t20 -73.5v-349q0 -40 -20 -73.5t-58 -33.5q-16 0 -36 11t-32 22l-12 11v-224h-101zM141 427v-307q0 -12 9.5 -22.5t20.5 -10.5t19 9.5t8 23.5v307q0 14 -8 23.5t-19 9.5t-20.5 -9.5t-9.5 -23.5z" />
<glyph unicode="&#xff;" horiz-adv-x="310" d="M38 637v98h93v-98h-93zM179 637v98h93v-98h-93zM16 -194v90q8 -2 24 -2q30 3 47.5 30t17.5 60l-93 563h99l40 -336l2 -28h4l2 28l40 336h99l-97 -588q-8 -62 -46 -108.5t-94 -46.5z" />
<glyph unicode="&#x152;" horiz-adv-x="480" d="M177 0q-41 0 -70.5 15.5t-43 37.5t-21 44.5t-8.5 38.5l-1 15v433q0 6 1 16.5t8.5 36.5t21 45.5t43 36t70.5 16.5h283v-111h-139v-193h100v-118h-100v-202h139v-111h-283zM213 591q-3 47 -36 47q-17 0 -26 -13.5t-9 -26.5l-1 -14v-433q0 -6 0.5 -15t9.5 -24t26 -15 t26 13.5t9 27.5l1 13v440z" />
<glyph unicode="&#x153;" horiz-adv-x="486" d="M363 196h94v-63q0 -6 -1 -15.5t-8 -33.5t-19 -43t-39 -34t-64 -15q-52 0 -83 28q-33 -28 -83 -28q-36 0 -63 15t-39 36t-19 42t-7 36l-1 15v275q0 6 0.5 15.5t7.5 34.5t19 44t39 34.5t63 15.5q52 0 84 -29q32 29 83 29q37 0 63.5 -14.5t39 -35.5t19.5 -41.5t7 -35.5 l1 -14v-159h-167v-122q0 -8 2 -18t11 -22t24 -12q17 0 26 13.5t9 27.5l1 14v60zM195 411q-1 0 0 5.5t-1 14t-5 16.5t-10.5 14t-18.5 6q-16 0 -24.5 -14t-9.5 -28v-14v-275q1 0 0 -5.5t1 -14t5 -16.5t10.5 -13.5t17.5 -5.5q17 0 25.5 13.5t8.5 27.5l1 14v275zM290 414v-80h73 v77q0 6 -0.5 15.5t-9.5 25t-26 15.5q-21 0 -29 -18.5t-8 -34.5z" />
<glyph unicode="&#x178;" horiz-adv-x="344" d="M55 800v98h93v-98h-93zM196 800v98h93v-98h-93zM114 735l54 -235l3 -7h2l3 7l54 235h106l-110 -422v-313h-108v313l-110 422h106z" />
<glyph unicode="&#x2c6;" horiz-adv-x="499" d="M196 727h107l69 -90h-92l-31 35l-30 -35h-92z" />
<glyph unicode="&#x2dc;" horiz-adv-x="500" d="M206 653q-12 0 -25.5 -4t-20.5 -8l-7 -4v74q24 19 53 19q16 0 44.5 -9t43.5 -10q12 0 25.5 4t20.5 8l7 4v-74q-25 -19 -53 -19q-15 0 -43.5 9.5t-44.5 9.5z" />
<glyph unicode="&#x2000;" horiz-adv-x="465" />
<glyph unicode="&#x2001;" horiz-adv-x="930" />
<glyph unicode="&#x2002;" horiz-adv-x="465" />
<glyph unicode="&#x2003;" horiz-adv-x="930" />
<glyph unicode="&#x2004;" horiz-adv-x="310" />
<glyph unicode="&#x2005;" horiz-adv-x="232" />
<glyph unicode="&#x2006;" horiz-adv-x="155" />
<glyph unicode="&#x2007;" horiz-adv-x="155" />
<glyph unicode="&#x2008;" horiz-adv-x="116" />
<glyph unicode="&#x2009;" horiz-adv-x="186" />
<glyph unicode="&#x200a;" horiz-adv-x="51" />
<glyph unicode="&#x2010;" horiz-adv-x="217" d="M36 222v95h145v-95h-145z" />
<glyph unicode="&#x2011;" horiz-adv-x="217" d="M36 222v95h145v-95h-145z" />
<glyph unicode="&#x2013;" horiz-adv-x="394" d="M36 317v95h322v-95h-322z" />
<glyph unicode="&#x2014;" horiz-adv-x="475" d="M36 317v95h403v-95h-403z" />
<glyph unicode="&#x2018;" horiz-adv-x="151" d="M24 494v111l55 130h50l-35 -130h35v-111h-105z" />
<glyph unicode="&#x2019;" horiz-adv-x="151" d="M127 735v-111l-55 -130h-50l35 130h-35v111h105z" />
<glyph unicode="&#x201a;" horiz-adv-x="151" d="M127 111v-111l-55 -130h-50l35 130h-35v111h105z" />
<glyph unicode="&#x201c;" horiz-adv-x="305" d="M26 494v111l55 130h50l-35 -130h35v-111h-105zM174 494v111l55 130h50l-35 -130h35v-111h-105z" />
<glyph unicode="&#x201d;" horiz-adv-x="305" d="M279 735v-111l-55 -130h-50l35 130h-35v111h105zM131 735v-111l-55 -130h-50l35 130h-35v111h105z" />
<glyph unicode="&#x201e;" horiz-adv-x="305" d="M279 111v-111l-55 -130h-50l35 130h-35v111h105zM131 111v-111l-55 -130h-50l35 130h-35v111h105z" />
<glyph unicode="&#x2022;" horiz-adv-x="324" d="M40 399q0 50 35.5 85.5t87.5 35.5q50 0 85.5 -35.5t35.5 -85.5q0 -52 -35.5 -87.5t-85.5 -35.5q-52 0 -87.5 35.5t-35.5 87.5z" />
<glyph unicode="&#x2026;" horiz-adv-x="471" d="M340 0v111h105v-111h-105zM183 0v111h105v-111h-105zM26 0v111h105v-111h-105z" />
<glyph unicode="&#x202f;" horiz-adv-x="186" />
<glyph unicode="&#x2039;" horiz-adv-x="517" d="M36 317v78l445 232v-97l-341 -174l341 -174v-97z" />
<glyph unicode="&#x203a;" horiz-adv-x="517" d="M481 395v-78l-445 -232v97l341 174l-341 174v97z" />
<glyph unicode="&#x205f;" horiz-adv-x="232" />
<glyph unicode="&#x20ac;" horiz-adv-x="397" d="M26 401v67h52v116q0 6 1 17t8.5 38.5t21 48.5t43 38t70.5 17t70.5 -16.5t43 -39.5t21 -46.5t8.5 -40.5l1 -16v-41h-101v41q-1 0 0 5.5t-1.5 13.5t-6 16t-12 13.5t-21.5 5.5q-17 0 -26.5 -13.5t-10.5 -26.5l-1 -14v-116h114v-67h-114v-67h114v-67h-114v-116q0 -6 1 -15 t10.5 -24t26.5 -15q20 0 30 13.5t10 27.5l1 13v41h101v-41q0 -6 -1 -17t-8.5 -38.5t-21 -48.5t-43 -38t-70.5 -17t-70.5 16.5t-43 39.5t-21 46.5t-8.5 39.5l-1 17v116h-52v67h52v67h-52z" />
<glyph unicode="&#x2122;" horiz-adv-x="458" d="M87 684h-51v51h157v-51h-51v-283h-55v283zM329 401h-25l-39 219v-219h-50v334h67l33 -156h3l33 156h67v-334h-51v219z" />
</font>
</defs></svg>

Before

Width:  |  Height:  |  Size: 47 KiB

View File

@ -1,91 +0,0 @@
This Font Software is licensed under the SIL Open Font License, Version 1.1.
This license is copied below, and is also available with a FAQ at:
http://scripts.sil.org/OFL
-----------------------------------------------------------
SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
-----------------------------------------------------------
PREAMBLE
The goals of the Open Font License (OFL) are to stimulate worldwide
development of collaborative font projects, to support the font creation
efforts of academic and linguistic communities, and to provide a free and
open framework in which fonts may be shared and improved in partnership
with others.
The OFL allows the licensed fonts to be used, studied, modified and
redistributed freely as long as they are not sold by themselves. The
fonts, including any derivative works, can be bundled, embedded,
redistributed and/or sold with any software provided that any reserved
names are not used by derivative works. The fonts and derivatives,
however, cannot be released under any other type of license. The
requirement for fonts to remain under this license does not apply
to any document created using the fonts or their derivatives.
DEFINITIONS
"Font Software" refers to the set of files released by the Copyright
Holder(s) under this license and clearly marked as such. This may
include source files, build scripts and documentation.
"Reserved Font Name" refers to any names specified as such after the
copyright statement(s).
"Original Version" refers to the collection of Font Software components as
distributed by the Copyright Holder(s).
"Modified Version" refers to any derivative made by adding to, deleting,
or substituting -- in part or in whole -- any of the components of the
Original Version, by changing formats or by porting the Font Software to a
new environment.
"Author" refers to any designer, engineer, programmer, technical
writer or other person who contributed to the Font Software.
PERMISSION & CONDITIONS
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Font Software, to use, study, copy, merge, embed, modify,
redistribute, and sell modified and unmodified copies of the Font
Software, subject to the following conditions:
1) Neither the Font Software nor any of its individual components,
in Original or Modified Versions, may be sold by itself.
2) Original or Modified Versions of the Font Software may be bundled,
redistributed and/or sold with any software, provided that each copy
contains the above copyright notice and this license. These can be
included either as stand-alone text files, human-readable headers or
in the appropriate machine-readable metadata fields within text or
binary files as long as those fields can be easily viewed by the user.
3) No Modified Version of the Font Software may use the Reserved Font
Name(s) unless explicit written permission is granted by the corresponding
Copyright Holder. This restriction only applies to the primary font name as
presented to the users.
4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
Software shall not be used to promote, endorse or advertise any
Modified Version, except to acknowledge the contribution(s) of the
Copyright Holder(s) and the Author(s) or with their explicit written
permission.
5) The Font Software, modified or unmodified, in part or in whole,
must be distributed entirely under this license, and must not be
distributed under any other license. The requirement for fonts to
remain under this license does not apply to any document created
using the Font Software.
TERMINATION
This license becomes null and void if any of the above conditions are
not met.
DISCLAIMER
THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
OTHER DEALINGS IN THE FONT SOFTWARE.

View File

@ -1,18 +0,0 @@
/*
Copy and paste the code below to include the League Gothic Font
Do not use bold, italic or bold-italic styles with this font as the
browser will do a terrible job of re-rendering it
*/
@font-face {
font-family: 'LeagueGothicRegular';
src: url('../fonts/league/League_Gothic-webfont.eot');
src: url('../fonts/league/League_Gothic-webfont.woff') format('woff'), url('../fonts/league/League_Gothic-webfont.ttf') format('truetype'), url('../fonts/league/League_Gothic-webfont.svg#webfontpm5EArBj') format('svg');
font-weight: normal;
font-style: normal;
}
.league { font-family: 'LeagueGothicRegular', Impact, "Arial", sans-serif; font-weight: normal !important; }

View File

Before

Width:  |  Height:  |  Size: 120 B

After

Width:  |  Height:  |  Size: 120 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 141 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 657 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 679 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 705 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 330 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 664 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 733 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 705 B

View File

@ -4,6 +4,6 @@
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.js"></script>
<script>window.jQuery || document.write("<script src='js/jquery-1.5.1.min.js'>\x3C/script>")</script>
<script src="js/modernizr-1.7.min.js"></script>
<script src="js/app.js"></script>
</body>
</html>

View File

@ -13,9 +13,15 @@
<meta name="description" content="">
<meta name="author" content="">
<!-- Mobile Specific Metas
================================================== -->
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta name="viewport" content="width = 960px" />
<!-- CSS
================================================== -->
<link rel="stylesheet" href="css/base.css">
<link rel="stylesheet" href="css/ui.css">
<link rel="stylesheet" href="css/layout.css">
<!-- JS (see footer for rest)
@ -25,9 +31,6 @@
</head>
<body>
<!-- Mobile viewport optimized: j.mp/bplateviewport -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Place favicon.ico & apple-touch-icon.png in the root of your domain and delete these references -->
<link rel="shortcut icon" href="/favicon.ico">
<link rel="apple-touch-icon" href="/apple-touch-icon.png">

View File

@ -2,12 +2,42 @@
include("includes/doc-head.php"); ?>
<div class="container">
<h3>This is Foundation.</h3>
<p>This is version 1.0 released on January 25, 2010</p>
<p>Remember the docs are at <a href="http://foundation.zurb.com/">http://www.foundation.zurb.com</a></p>
<div class="sixteen columns header">
<h1>Thellpo</h1>
<p class="lead">This is the best page of all time</p>
<hr />
</div>
<div class="eleven columns primary">
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam est dolor, eleifend vitae condimentum id, viverra vel mauris. Duis lacinia lacinia dictum. In viverra risus ut diam mattis adipiscing. Nam ut cursus odio. Phasellus mattis dolor nec risus mollis in commodo risus vestibulum. Cras bibendum facilisis mauris. Morbi ac turpis vel neque mollis tempor accumsan in quam. Phasellus pulvinar viverra diam. </p>
<ul class="disc">
<li>This is awesome</li>
<li>This is awesome</li>
<li>This is awesome</li>
<li>This is awesome</li>
</ul>
<ul class="tabs">
<li><a class="active" href="#info1">Info 1</a></li>
<li><a href="#info2">Info 2</a></li>
</ul>
<ul class="tabs-content">
<li class="active" id="info1"><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam est dolor, eleifend vitae condimentum id, viverra vel mauris. Duis lacinia lacinia dictum. In viverra risus ut diam mattis adipiscing. Nam ut cursus odio. Phasellus mattis dolor nec risus mollis in commodo <a href="">risus vestibulum</a>. Cras bibendum facilisis mauris. Morbi ac turpis vel neque mollis tempor accumsan in quam. Phasellus pulvinar viverra diam. </p>
<a href="" class="charcoal round nice button">Do It Hansel &raquo;</a></li>
<li id="info2">
<div class="eight columns alpha"><p>ALPHA</p></div>
<div class="three columns omega"><p>OMEGA</p></div>
</li>
</ul>
</div>
<div class="five columns sidebar">
<h3>Sidebar</h3>
<p>This is some paragraph about something important although utimately it doesn't amatter</p>
<ul class="square">
<li>Hello</li>
<li>Hello</li>
<li>Hello</li>
<li><a href="">Hello</a></li>
</ul>
</div>
</div><!-- container -->
<? include("includes/doc-foot.php"); ?>

View File

@ -1,21 +1,24 @@
window.scrollTo(0, 1);
$(document).ready(function() {
/* Use this js doc for all application specific JS */
/* TABS --------------------------------- */
/* Remove if you don't need :) */
var tabs = $('dl.tabs');
var tabs = $('ul.tabs');
tabsContent = $('ul.tabs-content')
tabs.each(function(i) {
//Get all tabs
var tab = $(this).children('dd').children('a');
var tab = $(this).children('li').children('a');
tab.click(function(e) {
//Get Location of tab's content
var contentLocation = $(this).attr("href")
contentLocation = contentLocation + "Tab";
contentLocation = contentLocation;
//Let go if not a hashed one
if(contentLocation.charAt(0)=="#") {

View File

@ -1,162 +0,0 @@
/*
* jQuery Custom Forms Plugin 1.0
* www.ZURB.com
* Copyright 2010, ZURB
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
*/
jQuery(document).ready(function ($) {
function appendCustomMarkup(type) {
$('form.custom input:' + type).each(function () {
var $span = $('<span class="custom ' + type + '"></span>');
if ($(this).next('span.custom.' + type).length === 0) {
if (this.checked) {
$span.addClass('checked');
}
$(this)
.hide()
.after($span);
}
});
}
appendCustomMarkup('checkbox');
appendCustomMarkup('radio');
$('form.custom select').each(function () {
var $this = $(this),
$customSelect = $this.next('div.custom.dropdown'),
$options = $this.find('option'),
maxWidth = 0,
$li;
if ($customSelect.length === 0) {
$customSelect = $('<div class="custom dropdown"><a href="#" class="selector"></a><ul></ul></div>"');
$options.each(function () {
$li = $('<li>' + $(this).html() + '</li>');
$customSelect.find('ul').append($li);
});
$customSelect.prepend('<a href="#" class="current">' + $options.first().html() + '</a>');
$this.after($customSelect);
$this.hide();
}
$options.each(function (index) {
if (this.selected) {
$customSelect.find('li').eq(index).addClass('selected');
$customSelect.find('.current').html($(this).html());
}
});
$customSelect.find('li').each(function () {
$customSelect.addClass('open');
if ($(this).outerWidth() > maxWidth) {
maxWidth = $(this).outerWidth();
}
$customSelect.removeClass('open');
});
$customSelect.css('width', maxWidth + 18 + 'px');
$customSelect.find('ul').css('width', maxWidth + 16 + 'px');
});
});
(function ($) {
function toggleCheckbox($element) {
var $input = $element.prev(),
input = $input[0];
input.checked = ((input.checked) ? false : true);
$element.toggleClass('checked');
}
function toggleRadio($element) {
var $input = $element.prev(),
input = $input[0];
$('input:radio[name=' + $input.attr('name') + ']').each(function () {
$(this).next().removeClass('checked');
});
input.checked = ((input.checked) ? false : true);
$element.toggleClass('checked');
}
$('form.custom span.custom.checkbox').live('click', function (event) {
event.preventDefault();
event.stopPropagation();
toggleCheckbox($(this));
});
$('form.custom span.custom.radio').live('click', function (event) {
event.preventDefault();
event.stopPropagation();
toggleRadio($(this));
});
$('form.custom label').live('click', function (event) {
var $associatedElement = $('#' + $(this).attr('for')),
$customCheckbox,
$customRadio;
if ($associatedElement.length !== 0) {
if ($associatedElement.attr('type') === 'checkbox') {
event.preventDefault();
$customCheckbox = $(this).find('span.custom.checkbox');
toggleCheckbox($customCheckbox);
} else if ($associatedElement.attr('type') === 'radio') {
event.preventDefault();
$customRadio = $(this).find('span.custom.radio');
toggleRadio($customRadio);
}
}
});
$('form.custom div.custom.dropdown a.current, form.custom div.custom.dropdown a.selector').live('click', function (event) {
var $this = $(this),
$dropdown = $this.closest('div.custom.dropdown');
event.preventDefault();
$dropdown.toggleClass('open');
if ($dropdown.hasClass('open')) {
$(document).bind('click.customdropdown', function (event) {
$dropdown.removeClass('open');
$(document).unbind('.customdropdown');
});
} else {
$(document).unbind('.customdropdown');
}
});
$('form.custom div.custom.dropdown li').live('click', function (event) {
var $this = $(this),
$customDropdown = $this.closest('div.custom.dropdown'),
$select = $customDropdown.prev(),
selectedIndex = 0;
event.preventDefault();
event.stopPropagation();
$this
.closest('ul')
.find('li')
.removeClass('selected');
$this.addClass('selected');
$customDropdown
.removeClass('open')
.find('a.current')
.html($this.html());
$this.closest('ul').find('li').each(function (index) {
if ($this[0] == this) {
selectedIndex = index;
}
});
$select[0].selectedIndex = selectedIndex;
});
})(jQuery);

View File

@ -1,58 +0,0 @@
/**
* jQuery.placeholder - Placeholder plugin for input fields
* Written by Blair Mitchelmore (blair DOT mitchelmore AT gmail DOT com)
* Licensed under the WTFPL (http://sam.zoy.org/wtfpl/).
* Date: 2008/10/14
*
* @author Blair Mitchelmore
* @version 1.0.1
*
**/
new function($) {
$.fn.placeholder = function(settings) {
settings = settings || {};
var key = settings.dataKey || "placeholderValue";
var attr = settings.attr || "placeholder";
var className = settings.className || "placeholder";
var values = settings.values || [];
var block = settings.blockSubmit || false;
var blank = settings.blankSubmit || false;
var submit = settings.onSubmit || false;
var value = settings.value || "";
var position = settings.cursor_position || 0;
return this.filter(":input").each(function(index) {
$.data(this, key, values[index] || $(this).attr(attr));
}).each(function() {
if ($.trim($(this).val()) === "")
$(this).addClass(className).val($.data(this, key));
}).focus(function() {
if ($.trim($(this).val()) === $.data(this, key))
$(this).removeClass(className).val(value)
if ($.fn.setCursorPosition) {
$(this).setCursorPosition(position);
}
}).blur(function() {
if ($.trim($(this).val()) === value)
$(this).addClass(className).val($.data(this, key));
}).each(function(index, elem) {
if (block)
new function(e) {
$(e.form).submit(function() {
return $.trim($(e).val()) != $.data(e, key)
});
}(elem);
else if (blank)
new function(e) {
$(e.form).submit(function() {
if ($.trim($(e).val()) == $.data(e, key))
$(e).removeClass(className).val("");
return true;
});
}(elem);
else if (submit)
new function(e) { $(e.form).submit(submit); }(elem);
});
};
}(jQuery);