diff --git a/.github/workflows/build-with-jekyll.yml b/.github/workflows/build-with-jekyll.yml
deleted file mode 100644
index 6587b2572..000000000
--- a/.github/workflows/build-with-jekyll.yml
+++ /dev/null
@@ -1,29 +0,0 @@
-name: "Build with Jekyll"
-on:
- pull_request:
- branches: [ master ]
-
-jobs:
- build:
- runs-on: ubuntu-latest
- permissions:
- actions: read
- contents: read
- steps:
- - name: Checkout
- uses: actions/checkout@v4
- - name: Initialize CodeQL
- uses: github/codeql-action/init@v3
- with:
- languages: ruby
- - name: Setup Pages
- uses: actions/configure-pages@v5
- - name: Build with Jekyll
- uses: actions/jekyll-build-pages@v1
- with:
- source: ./
- destination: ./_site
- - name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@v3
- - name: Upload artifact
- uses: actions/upload-pages-artifact@v3
diff --git a/.ruby-version b/.ruby-version
deleted file mode 100644
index 437459cd9..000000000
--- a/.ruby-version
+++ /dev/null
@@ -1 +0,0 @@
-2.5.0
diff --git a/Gemfile b/Gemfile
deleted file mode 100644
index f0daca5df..000000000
--- a/Gemfile
+++ /dev/null
@@ -1,33 +0,0 @@
-source "https://rubygems.org"
-ruby RUBY_VERSION
-
-# Hello! This is where you manage which Jekyll version is used to run.
-# When you want to use a different version, change it below, save the
-# file and run `bundle install`. Run Jekyll with `bundle exec`, like so:
-#
-# bundle exec jekyll serve
-#
-# This will help ensure the proper Jekyll version is running.
-# Happy Jekylling!
-gem "jekyll"
-
-# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
-# uncomment the line below. To upgrade, run `bundle update github-pages`.
-# gem "github-pages", group: :jekyll_plugins
-
-# If you have any plugins, put them here!
-group :jekyll_plugins do
- gem "jekyll-feed", "~> 0.6"
- gem 'jekyll-redirect-from'
-end
-
-# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
-gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]
-
-require 'json'
-require 'net/http'
-gh_versions = JSON.parse(Net::HTTP.get(URI('https://pages.github.com/versions.json')))
-
-gem 'github-pages', gh_versions['github-pages']
-
-gem "webrick", "~> 1.8"
diff --git a/Gemfile.lock b/Gemfile.lock
deleted file mode 100644
index dd049715a..000000000
--- a/Gemfile.lock
+++ /dev/null
@@ -1,281 +0,0 @@
-GEM
- remote: https://rubygems.org/
- specs:
- activesupport (7.1.3.2)
- base64
- bigdecimal
- concurrent-ruby (~> 1.0, >= 1.0.2)
- connection_pool (>= 2.2.5)
- drb
- i18n (>= 1.6, < 2)
- minitest (>= 5.1)
- mutex_m
- tzinfo (~> 2.0)
- addressable (2.8.6)
- public_suffix (>= 2.0.2, < 6.0)
- base64 (0.2.0)
- bigdecimal (3.1.7)
- coffee-script (2.4.1)
- coffee-script-source
- execjs
- coffee-script-source (1.12.2)
- colorator (1.1.0)
- commonmarker (0.23.10)
- concurrent-ruby (1.2.3)
- connection_pool (2.4.1)
- dnsruby (1.71.0)
- simpleidn (~> 0.2.1)
- drb (2.2.1)
- em-websocket (0.5.3)
- eventmachine (>= 0.12.9)
- http_parser.rb (~> 0)
- ethon (0.16.0)
- ffi (>= 1.15.0)
- eventmachine (1.2.7)
- execjs (2.9.1)
- faraday (2.9.0)
- faraday-net_http (>= 2.0, < 3.2)
- faraday-net_http (3.1.0)
- net-http
- ffi (1.16.3)
- forwardable-extended (2.6.0)
- gemoji (4.1.0)
- github-pages (231)
- github-pages-health-check (= 1.18.2)
- jekyll (= 3.9.5)
- jekyll-avatar (= 0.8.0)
- jekyll-coffeescript (= 1.2.2)
- jekyll-commonmark-ghpages (= 0.4.0)
- jekyll-default-layout (= 0.1.5)
- jekyll-feed (= 0.17.0)
- jekyll-gist (= 1.5.0)
- jekyll-github-metadata (= 2.16.1)
- jekyll-include-cache (= 0.2.1)
- jekyll-mentions (= 1.6.0)
- jekyll-optional-front-matter (= 0.3.2)
- jekyll-paginate (= 1.1.0)
- jekyll-readme-index (= 0.3.0)
- jekyll-redirect-from (= 0.16.0)
- jekyll-relative-links (= 0.6.1)
- jekyll-remote-theme (= 0.4.3)
- jekyll-sass-converter (= 1.5.2)
- jekyll-seo-tag (= 2.8.0)
- jekyll-sitemap (= 1.4.0)
- jekyll-swiss (= 1.0.0)
- jekyll-theme-architect (= 0.2.0)
- jekyll-theme-cayman (= 0.2.0)
- jekyll-theme-dinky (= 0.2.0)
- jekyll-theme-hacker (= 0.2.0)
- jekyll-theme-leap-day (= 0.2.0)
- jekyll-theme-merlot (= 0.2.0)
- jekyll-theme-midnight (= 0.2.0)
- jekyll-theme-minimal (= 0.2.0)
- jekyll-theme-modernist (= 0.2.0)
- jekyll-theme-primer (= 0.6.0)
- jekyll-theme-slate (= 0.2.0)
- jekyll-theme-tactile (= 0.2.0)
- jekyll-theme-time-machine (= 0.2.0)
- jekyll-titles-from-headings (= 0.5.3)
- jemoji (= 0.13.0)
- kramdown (= 2.4.0)
- kramdown-parser-gfm (= 1.1.0)
- liquid (= 4.0.4)
- mercenary (~> 0.3)
- minima (= 2.5.1)
- nokogiri (>= 1.13.6, < 2.0)
- rouge (= 3.30.0)
- terminal-table (~> 1.4)
- github-pages-health-check (1.18.2)
- addressable (~> 2.3)
- dnsruby (~> 1.60)
- octokit (>= 4, < 8)
- public_suffix (>= 3.0, < 6.0)
- typhoeus (~> 1.3)
- html-pipeline (2.14.3)
- activesupport (>= 2)
- nokogiri (>= 1.4)
- http_parser.rb (0.8.0)
- i18n (1.14.4)
- concurrent-ruby (~> 1.0)
- jekyll (3.9.5)
- addressable (~> 2.4)
- colorator (~> 1.0)
- em-websocket (~> 0.5)
- i18n (>= 0.7, < 2)
- jekyll-sass-converter (~> 1.0)
- jekyll-watch (~> 2.0)
- kramdown (>= 1.17, < 3)
- liquid (~> 4.0)
- mercenary (~> 0.3.3)
- pathutil (~> 0.9)
- rouge (>= 1.7, < 4)
- safe_yaml (~> 1.0)
- jekyll-avatar (0.8.0)
- jekyll (>= 3.0, < 5.0)
- jekyll-coffeescript (1.2.2)
- coffee-script (~> 2.2)
- coffee-script-source (~> 1.12)
- jekyll-commonmark (1.4.0)
- commonmarker (~> 0.22)
- jekyll-commonmark-ghpages (0.4.0)
- commonmarker (~> 0.23.7)
- jekyll (~> 3.9.0)
- jekyll-commonmark (~> 1.4.0)
- rouge (>= 2.0, < 5.0)
- jekyll-default-layout (0.1.5)
- jekyll (>= 3.0, < 5.0)
- jekyll-feed (0.17.0)
- jekyll (>= 3.7, < 5.0)
- jekyll-gist (1.5.0)
- octokit (~> 4.2)
- jekyll-github-metadata (2.16.1)
- jekyll (>= 3.4, < 5.0)
- octokit (>= 4, < 7, != 4.4.0)
- jekyll-include-cache (0.2.1)
- jekyll (>= 3.7, < 5.0)
- jekyll-mentions (1.6.0)
- html-pipeline (~> 2.3)
- jekyll (>= 3.7, < 5.0)
- jekyll-optional-front-matter (0.3.2)
- jekyll (>= 3.0, < 5.0)
- jekyll-paginate (1.1.0)
- jekyll-readme-index (0.3.0)
- jekyll (>= 3.0, < 5.0)
- jekyll-redirect-from (0.16.0)
- jekyll (>= 3.3, < 5.0)
- jekyll-relative-links (0.6.1)
- jekyll (>= 3.3, < 5.0)
- jekyll-remote-theme (0.4.3)
- addressable (~> 2.0)
- jekyll (>= 3.5, < 5.0)
- jekyll-sass-converter (>= 1.0, <= 3.0.0, != 2.0.0)
- rubyzip (>= 1.3.0, < 3.0)
- jekyll-sass-converter (1.5.2)
- sass (~> 3.4)
- jekyll-seo-tag (2.8.0)
- jekyll (>= 3.8, < 5.0)
- jekyll-sitemap (1.4.0)
- jekyll (>= 3.7, < 5.0)
- jekyll-swiss (1.0.0)
- jekyll-theme-architect (0.2.0)
- jekyll (> 3.5, < 5.0)
- jekyll-seo-tag (~> 2.0)
- jekyll-theme-cayman (0.2.0)
- jekyll (> 3.5, < 5.0)
- jekyll-seo-tag (~> 2.0)
- jekyll-theme-dinky (0.2.0)
- jekyll (> 3.5, < 5.0)
- jekyll-seo-tag (~> 2.0)
- jekyll-theme-hacker (0.2.0)
- jekyll (> 3.5, < 5.0)
- jekyll-seo-tag (~> 2.0)
- jekyll-theme-leap-day (0.2.0)
- jekyll (> 3.5, < 5.0)
- jekyll-seo-tag (~> 2.0)
- jekyll-theme-merlot (0.2.0)
- jekyll (> 3.5, < 5.0)
- jekyll-seo-tag (~> 2.0)
- jekyll-theme-midnight (0.2.0)
- jekyll (> 3.5, < 5.0)
- jekyll-seo-tag (~> 2.0)
- jekyll-theme-minimal (0.2.0)
- jekyll (> 3.5, < 5.0)
- jekyll-seo-tag (~> 2.0)
- jekyll-theme-modernist (0.2.0)
- jekyll (> 3.5, < 5.0)
- jekyll-seo-tag (~> 2.0)
- jekyll-theme-primer (0.6.0)
- jekyll (> 3.5, < 5.0)
- jekyll-github-metadata (~> 2.9)
- jekyll-seo-tag (~> 2.0)
- jekyll-theme-slate (0.2.0)
- jekyll (> 3.5, < 5.0)
- jekyll-seo-tag (~> 2.0)
- jekyll-theme-tactile (0.2.0)
- jekyll (> 3.5, < 5.0)
- jekyll-seo-tag (~> 2.0)
- jekyll-theme-time-machine (0.2.0)
- jekyll (> 3.5, < 5.0)
- jekyll-seo-tag (~> 2.0)
- jekyll-titles-from-headings (0.5.3)
- jekyll (>= 3.3, < 5.0)
- jekyll-watch (2.2.1)
- listen (~> 3.0)
- jemoji (0.13.0)
- gemoji (>= 3, < 5)
- html-pipeline (~> 2.2)
- jekyll (>= 3.0, < 5.0)
- kramdown (2.4.0)
- rexml
- kramdown-parser-gfm (1.1.0)
- kramdown (~> 2.0)
- liquid (4.0.4)
- listen (3.9.0)
- rb-fsevent (~> 0.10, >= 0.10.3)
- rb-inotify (~> 0.9, >= 0.9.10)
- mercenary (0.3.6)
- mini_portile2 (2.8.5)
- minima (2.5.1)
- jekyll (>= 3.5, < 5.0)
- jekyll-feed (~> 0.9)
- jekyll-seo-tag (~> 2.1)
- minitest (5.22.3)
- mutex_m (0.2.0)
- net-http (0.4.1)
- uri
- nokogiri (1.16.3)
- mini_portile2 (~> 2.8.2)
- racc (~> 1.4)
- octokit (4.25.1)
- faraday (>= 1, < 3)
- sawyer (~> 0.9)
- pathutil (0.16.2)
- forwardable-extended (~> 2.6)
- public_suffix (5.0.4)
- racc (1.7.3)
- rb-fsevent (0.11.2)
- rb-inotify (0.10.1)
- ffi (~> 1.0)
- rexml (3.2.6)
- rouge (3.30.0)
- rubyzip (2.3.2)
- safe_yaml (1.0.5)
- sass (3.7.4)
- sass-listen (~> 4.0.0)
- sass-listen (4.0.0)
- rb-fsevent (~> 0.9, >= 0.9.4)
- rb-inotify (~> 0.9, >= 0.9.7)
- sawyer (0.9.2)
- addressable (>= 2.3.5)
- faraday (>= 0.17.3, < 3)
- simpleidn (0.2.1)
- unf (~> 0.1.4)
- terminal-table (1.8.0)
- unicode-display_width (~> 1.1, >= 1.1.1)
- typhoeus (1.4.1)
- ethon (>= 0.9.0)
- tzinfo (2.0.6)
- concurrent-ruby (~> 1.0)
- unf (0.1.4)
- unf_ext
- unf_ext (0.0.9.1)
- unicode-display_width (1.8.0)
- uri (0.13.0)
- webrick (1.8.1)
-
-PLATFORMS
- ruby
-
-DEPENDENCIES
- github-pages (= 231)
- jekyll
- jekyll-feed (~> 0.6)
- jekyll-redirect-from
- tzinfo-data
- webrick (~> 1.8)
-
-RUBY VERSION
- ruby 3.1.2p20
-
-BUNDLED WITH
- 2.1.4
diff --git a/_sass/_syntax-highlighting.scss b/_sass/_syntax-highlighting.scss
deleted file mode 100644
index 1de7612e4..000000000
--- a/_sass/_syntax-highlighting.scss
+++ /dev/null
@@ -1,71 +0,0 @@
-/**
- * Syntax highlighting styles
- */
-.highlight {
- //background: #fff;
- //@extend %vertical-rhythm;
-
- .highlighter-rouge & {
- //background: #eef;
- }
-
- .c { color: #998; font-style: italic } // Comment
- .err { color: #a61717; background-color: #e3d2d2 } // Error
- .k { font-weight: bold } // Keyword
- .o { font-weight: bold } // Operator
- .cm { color: #998; font-style: italic } // Comment.Multiline
- .cp { color: #999; font-weight: bold } // Comment.Preproc
- .c1 { color: #998; font-style: italic } // Comment.Single
- .cs { color: #999; font-weight: bold; font-style: italic } // Comment.Special
- .gd { color: #000; background-color: #fdd } // Generic.Deleted
- .gd .x { color: #000; background-color: #faa } // Generic.Deleted.Specific
- .ge { font-style: italic } // Generic.Emph
- .gr { color: #a00 } // Generic.Error
- .gh { color: #999 } // Generic.Heading
- .gi { color: #000; background-color: #dfd } // Generic.Inserted
- .gi .x { color: #000; background-color: #afa } // Generic.Inserted.Specific
- .go { color: #888 } // Generic.Output
- .gp { color: #555 } // Generic.Prompt
- .gs { font-weight: bold } // Generic.Strong
- .gu { color: #aaa } // Generic.Subheading
- .gt { color: #a00 } // Generic.Traceback
- .kc { font-weight: bold } // Keyword.Constant
- .kd { font-weight: bold } // Keyword.Declaration
- .kp { font-weight: bold } // Keyword.Pseudo
- .kr { font-weight: bold } // Keyword.Reserved
- .kt { color: #458; font-weight: bold } // Keyword.Type
- .m { color: #099 } // Literal.Number
- .s { color: #d14 } // Literal.String
- .na { color: #008080 } // Name.Attribute
- .nb { color: #0086B3 } // Name.Builtin
- .nc { color: #458; font-weight: bold } // Name.Class
- .no { color: #008080 } // Name.Constant
- .ni { color: #800080 } // Name.Entity
- .ne { color: #900; font-weight: bold } // Name.Exception
- .nf { color: #900; font-weight: bold } // Name.Function
- .nn { color: #555 } // Name.Namespace
- .nt { color: #000080 } // Name.Tag
- .nv { color: #008080 } // Name.Variable
- .ow { font-weight: bold } // Operator.Word
- .w { color: #bbb } // Text.Whitespace
- .mf { color: #099 } // Literal.Number.Float
- .mh { color: #099 } // Literal.Number.Hex
- .mi { color: #099 } // Literal.Number.Integer
- .mo { color: #099 } // Literal.Number.Oct
- .sb { color: #d14 } // Literal.String.Backtick
- .sc { color: #d14 } // Literal.String.Char
- .sd { color: #d14 } // Literal.String.Doc
- .s2 { color: #d14 } // Literal.String.Double
- .se { color: #d14 } // Literal.String.Escape
- .sh { color: #d14 } // Literal.String.Heredoc
- .si { color: #d14 } // Literal.String.Interpol
- .sx { color: #d14 } // Literal.String.Other
- .sr { color: #009926 } // Literal.String.Regex
- .s1 { color: #d14 } // Literal.String.Single
- .ss { color: #990073 } // Literal.String.Symbol
- .bp { color: #999 } // Name.Builtin.Pseudo
- .vc { color: #008080 } // Name.Variable.Class
- .vg { color: #008080 } // Name.Variable.Global
- .vi { color: #008080 } // Name.Variable.Instance
- .il { color: #099 } // Literal.Number.Integer.Long
-}
\ No newline at end of file
diff --git a/_sass/base/_page.scss b/_sass/base/_page.scss
deleted file mode 100644
index 39053cb91..000000000
--- a/_sass/base/_page.scss
+++ /dev/null
@@ -1,39 +0,0 @@
-///
-/// Editorial by HTML5 UP
-/// html5up.net | @ajlkn
-/// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-///
-
-/* Basic */
-
- // MSIE: Required for IEMobile.
- @-ms-viewport {
- width: device-width;
- }
-
- // MSIE: Prevents scrollbar from overlapping content.
- body {
- -ms-overflow-style: scrollbar;
- }
-
- // Ensures page width is always >=320px.
- @include breakpoint(xsmall) {
- html, body {
- min-width: 320px;
- }
- }
-
- body {
- background: _palette(bg);
-
- // Prevents animation/transition "flicker".
- // Automatically added/removed by js/main.js.
- &.is-loading,
- &.is-resizing {
- *, *:before, *:after {
- @include vendor('animation', 'none !important');
- @include vendor('transition', 'none !important');
- }
- }
-
- }
\ No newline at end of file
diff --git a/_sass/base/_typography.scss b/_sass/base/_typography.scss
deleted file mode 100644
index 1f0663d14..000000000
--- a/_sass/base/_typography.scss
+++ /dev/null
@@ -1,186 +0,0 @@
-///
-/// Editorial by HTML5 UP
-/// html5up.net | @ajlkn
-/// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-///
-
-/* Type */
-
- body, input, select, textarea {
- color: _palette(fg);
- font-family: _font(family);
- font-size: 13pt;
- font-weight: _font(weight);
- line-height: 1.65;
-
- @include breakpoint(xlarge) {
- font-size: 11pt;
- }
-
- @include breakpoint(large) {
- font-size: 10pt;
- }
-
- @include breakpoint(xxsmall) {
- font-size: 9pt;
- }
- }
-
- a {
- @include vendor('transition', (
- 'color #{_duration(transition)} ease-in-out',
- 'border-bottom-color #{_duration(transition)} ease-in-out'
- ));
- border-bottom: dotted 1px;
- color: _palette(accent);
- text-decoration: none;
-
- &:hover {
- border-bottom-color: _palette(accent);
- color: _palette(accent) !important;
-
- strong {
- color: inherit;
- }
- }
- }
-
- strong, b {
- color: _palette(fg-bold);
- font-weight: _font(weight-bold);
- }
-
- em, i {
- font-style: italic;
- }
-
- p {
- margin: 0 0 _size(element-margin) 0;
- }
-
- h1, h2, h3, h4, h5, h6 {
- color: _palette(fg-bold);
- font-family: _font(family-heading);
- font-weight: _font(weight-heading);
- line-height: 1.5;
- margin: 0 0 (_size(element-margin) * 0.5) 0;
-
- a {
- color: inherit;
- text-decoration: none;
- }
- }
-
- h1 {
- font-size: 4em;
- margin: 0 0 (_size(element-margin) * 0.25) 0;
- line-height: 1.3;
- }
-
- h2 {
- font-size: 1.75em;
- }
-
- h3 {
- font-size: 1.25em;
- }
-
- h4 {
- font-size: 1.1em;
- }
-
- h5 {
- font-size: 0.9em;
- }
-
- h6 {
- font-size: 0.7em;
- }
-
- @include breakpoint(xlarge) {
- h1 {
- font-size: 3.5em;
- }
- }
-
- @include breakpoint(medium) {
- h1 {
- font-size: 3.25em;
- }
- }
-
- @include breakpoint(small) {
- h1 {
- font-size: 2em;
- line-height: 1.4;
- }
-
- h2 {
- font-size: 1.5em;
- }
- }
-
- sub {
- font-size: 0.8em;
- position: relative;
- top: 0.5em;
- }
-
- sup {
- font-size: 0.8em;
- position: relative;
- top: -0.5em;
- }
-
- blockquote {
- border-left: solid 3px _palette(border);
- font-style: italic;
- margin: 0 0 _size(element-margin) 0;
- padding: (_size(element-margin) / 4) 0 (_size(element-margin) / 4) _size(element-margin);
- }
-
- code {
- background: _palette(border-bg);
- border-radius: _size(border-radius);
- border: solid 1px _palette(border);
- font-family: _font(family-fixed);
- font-size: 0.9em;
- margin: 0 0.25em;
- padding: 0.25em 0.65em;
- }
-
- pre {
- -webkit-overflow-scrolling: touch;
- font-family: _font(family-fixed);
- font-size: 0.9em;
- margin: 0 0 _size(element-margin) 0;
-
- code {
- display: block;
- line-height: 1.75;
- padding: 1em 1.5em;
- overflow-x: auto;
- }
- }
-
- hr {
- border: 0;
- border-bottom: solid 1px _palette(border);
- margin: _size(element-margin) 0;
-
- &.major {
- margin: (_size(element-margin) * 1.5) 0;
- }
- }
-
- .align-left {
- text-align: left;
- }
-
- .align-center {
- text-align: center;
- }
-
- .align-right {
- text-align: right;
- }
\ No newline at end of file
diff --git a/_sass/components/_box.scss b/_sass/components/_box.scss
deleted file mode 100644
index 9c6840e26..000000000
--- a/_sass/components/_box.scss
+++ /dev/null
@@ -1,26 +0,0 @@
-///
-/// Editorial by HTML5 UP
-/// html5up.net | @ajlkn
-/// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-///
-
-/* Box */
-
- .box {
- border-radius: _size(border-radius);
- border: solid 1px _palette(border);
- margin-bottom: _size(element-margin);
- padding: 1.5em;
-
- > :last-child,
- > :last-child > :last-child,
- > :last-child > :last-child > :last-child {
- margin-bottom: 0;
- }
-
- &.alt {
- border: 0;
- border-radius: 0;
- padding: 0;
- }
- }
\ No newline at end of file
diff --git a/_sass/components/_button.scss b/_sass/components/_button.scss
deleted file mode 100644
index 32858f396..000000000
--- a/_sass/components/_button.scss
+++ /dev/null
@@ -1,87 +0,0 @@
-///
-/// Editorial by HTML5 UP
-/// html5up.net | @ajlkn
-/// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-///
-
-/* Button */
-
- input[type="submit"],
- input[type="reset"],
- input[type="button"],
- button,
- .button {
- @include vendor('appearance', 'none');
- @include vendor('transition', (
- 'background-color #{_duration(transition)} ease-in-out',
- 'color #{_duration(transition)} ease-in-out'
- ));
- background-color: transparent;
- border-radius: _size(border-radius);
- border: 0;
- box-shadow: inset 0 0 0 2px _palette(accent);
- color: _palette(accent) !important;
- cursor: pointer;
- display: inline-block;
- font-family: _font(family-heading);
- font-size: 0.8em;
- font-weight: _font(weight-heading);
- height: 3.5em;
- letter-spacing: _font(kerning-heading);
- line-height: 3.5em;
- padding: 0 2.25em;
- text-align: center;
- text-decoration: none;
- text-transform: uppercase;
- white-space: nowrap;
-
- &:hover {
- background-color: transparentize(_palette(accent), 0.95);
- }
-
- &:active {
- background-color: transparentize(_palette(accent), 0.85);
- }
-
- &.icon {
- &:before {
- margin-right: 0.5em;
- }
- }
-
- &.fit {
- display: block;
- margin: 0 0 (_size(element-margin) * 0.5) 0;
- width: 100%;
- }
-
- &.small {
- font-size: 0.6em;
- }
-
- &.big {
- font-size: 1em;
- height: 3.65em;
- line-height: 3.65em;
- }
-
- &.special {
- background-color: _palette(accent);
- box-shadow: none;
- color: _palette(bg) !important;
-
- &:hover {
- background-color: lighten(_palette(accent), 3);
- }
-
- &:active {
- background-color: darken(_palette(accent), 3);
- }
- }
-
- &.disabled,
- &:disabled {
- @include vendor('pointer-events', 'none');
- opacity: 0.25;
- }
- }
\ No newline at end of file
diff --git a/_sass/components/_features.scss b/_sass/components/_features.scss
deleted file mode 100644
index ae92050fc..000000000
--- a/_sass/components/_features.scss
+++ /dev/null
@@ -1,156 +0,0 @@
-///
-/// Editorial by HTML5 UP
-/// html5up.net | @ajlkn
-/// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-///
-
-/* Features */
-
- .features {
- $gutter: _size(gutter);
-
- @include vendor('display', 'flex');
- @include vendor('flex-wrap', 'wrap');
- margin: 0 0 _size(element-margin) ($gutter * -1);
- width: calc(100% + #{$gutter});
-
- article {
- @include vendor('align-items', 'center');
- @include vendor('display', 'flex');
- margin: 0 0 $gutter $gutter;
- position: relative;
- width: calc(50% - #{$gutter});
-
- &:nth-child(2n - 1) {
- margin-right: ($gutter * 0.5);
- }
-
- &:nth-child(2n) {
- margin-left: ($gutter * 0.5);
- }
-
- &:nth-last-child(1),
- &:nth-last-child(2) {
- margin-bottom: 0;
- }
-
- .icon {
- @include vendor('flex-grow', '0');
- @include vendor('flex-shrink', '0');
- display: block;
- height: 10em;
- line-height: 10em;
- margin: 0 _size(element-margin) 0 0;
- text-align: center;
- width: 10em;
-
- &:before {
- color: _palette(accent);
- font-size: 2.75rem;
- position: relative;
- top: 0.05em;
- }
-
- &:after {
- @include vendor('transform', 'rotate(45deg)');
- border-radius: 0.25rem;
- border: solid 2px _palette(border);
- content: '';
- display: block;
- height: 7em;
- left: 50%;
- margin: -3.5em 0 0 -3.5em;
- position: absolute;
- top: 50%;
- width: 7em;
- }
- }
-
- .content {
- @include vendor('flex-grow', '1');
- @include vendor('flex-shrink', '1');
- width: 100%;
-
- > :last-child {
- margin-bottom: 0;
- }
- }
- }
-
- @include breakpoint(medium) {
- margin: 0 0 _size(element-margin) 0;
- width: 100%;
-
- article {
- margin: 0 0 $gutter 0;
- width: 100%;
-
- &:nth-child(2n - 1) {
- margin-right: 0;
- }
-
- &:nth-child(2n) {
- margin-left: 0;
- }
-
- &:nth-last-child(1),
- &:nth-last-child(2) {
- margin-bottom: $gutter;
- }
-
- &:last-child {
- margin-bottom: 0;
- }
-
- .icon {
- height: 8em;
- line-height: 8em;
- width: 8em;
-
- &:before {
- font-size: 2.25rem;
- }
-
- &:after {
- height: 6em;
- margin: -3em 0 0 -3em;
- width: 6em;
- }
- }
- }
- }
-
- @include breakpoint(xsmall) {
- article {
- @include vendor('flex-direction', 'column');
- @include vendor('align-items', 'flex-start');
-
- .icon {
- height: 6em;
- line-height: 6em;
- margin: 0 0 (_size(element-margin) * 0.75) 0;
- width: 6em;
-
- &:before {
- font-size: 1.5rem;
- }
-
- &:after {
- height: 4em;
- margin: -2em 0 0 -2em;
- width: 4em;
- }
- }
- }
- }
-
- @include breakpoint(xsmall) {
- article {
- .icon {
- &:before {
- font-size: 1.25rem;
- }
- }
- }
- }
- }
\ No newline at end of file
diff --git a/_sass/components/_form.scss b/_sass/components/_form.scss
deleted file mode 100644
index d66f00c92..000000000
--- a/_sass/components/_form.scss
+++ /dev/null
@@ -1,182 +0,0 @@
-///
-/// Editorial by HTML5 UP
-/// html5up.net | @ajlkn
-/// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-///
-
-/* Form */
-
- form {
- margin: 0 0 _size(element-margin) 0;
- }
-
- label {
- color: _palette(fg-bold);
- display: block;
- font-size: 0.9em;
- font-weight: _font(weight-bold);
- margin: 0 0 (_size(element-margin) * 0.5) 0;
- }
-
- input[type="text"],
- input[type="password"],
- input[type="email"],
- input[type="tel"],
- input[type="search"],
- input[type="url"],
- select,
- textarea {
- @include vendor('appearance', 'none');
- background: _palette(bg);
- border-radius: _size(border-radius);
- border: none;
- border: solid 1px _palette(border);
- color: inherit;
- display: block;
- outline: 0;
- padding: 0 1em;
- text-decoration: none;
- width: 100%;
-
- &:invalid {
- box-shadow: none;
- }
-
- &:focus {
- border-color: _palette(accent);
- box-shadow: 0 0 0 1px _palette(accent);
- }
- }
-
- .select-wrapper {
- @include icon;
- display: block;
- position: relative;
-
- &:before {
- color: _palette(border);
- content: '\f078';
- display: block;
- height: _size(element-height);
- line-height: _size(element-height);
- pointer-events: none;
- position: absolute;
- right: 0;
- text-align: center;
- top: 0;
- width: _size(element-height);
- }
-
- select::-ms-expand {
- display: none;
- }
- }
-
- input[type="text"],
- input[type="password"],
- input[type="email"],
- input[type="tel"],
- input[type="search"],
- input[type="url"],
- select {
- height: _size(element-height);
- }
-
- textarea {
- padding: 0.75em 1em;
- }
-
- input[type="checkbox"],
- input[type="radio"], {
- @include vendor('appearance', 'none');
- display: block;
- float: left;
- margin-right: -2em;
- opacity: 0;
- width: 1em;
- z-index: -1;
-
- & + label {
- @include icon;
- color: _palette(fg);
- cursor: pointer;
- display: inline-block;
- font-size: 1em;
- font-weight: _font(weight);
- padding-left: (_size(element-height) * 0.6) + 0.75em;
- padding-right: 0.75em;
- position: relative;
-
- &:before {
- background: _palette(bg);
- border-radius: _size(border-radius);
- border: solid 1px _palette(border);
- content: '';
- display: inline-block;
- height: (_size(element-height) * 0.6);
- left: 0;
- line-height: (_size(element-height) * 0.575);
- position: absolute;
- text-align: center;
- top: 0;
- width: (_size(element-height) * 0.6);
- }
- }
-
- &:checked + label {
- &:before {
- background: _palette(fg-bold);
- border-color: _palette(fg-bold);
- color: _palette(bg);
- content: '\f00c';
- }
- }
-
- &:focus + label {
- &:before {
- border-color: _palette(accent);
- box-shadow: 0 0 0 1px _palette(accent);
- }
- }
- }
-
- input[type="checkbox"] {
- & + label {
- &:before {
- border-radius: _size(border-radius);
- }
- }
- }
-
- input[type="radio"] {
- & + label {
- &:before {
- border-radius: 100%;
- }
- }
- }
-
- ::-webkit-input-placeholder {
- color: _palette(fg-light) !important;
- opacity: 1.0;
- }
-
- :-moz-placeholder {
- color: _palette(fg-light) !important;
- opacity: 1.0;
- }
-
- ::-moz-placeholder {
- color: _palette(fg-light) !important;
- opacity: 1.0;
- }
-
- :-ms-input-placeholder {
- color: _palette(fg-light) !important;
- opacity: 1.0;
- }
-
- .formerize-placeholder {
- color: _palette(fg-light) !important;
- opacity: 1.0;
- }
\ No newline at end of file
diff --git a/_sass/components/_icon.scss b/_sass/components/_icon.scss
deleted file mode 100644
index 06d225553..000000000
--- a/_sass/components/_icon.scss
+++ /dev/null
@@ -1,17 +0,0 @@
-///
-/// Editorial by HTML5 UP
-/// html5up.net | @ajlkn
-/// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-///
-
-/* Icon */
-
- .icon {
- @include icon;
- border-bottom: none;
- position: relative;
-
- > .label {
- display: none;
- }
- }
\ No newline at end of file
diff --git a/_sass/components/_image.scss b/_sass/components/_image.scss
deleted file mode 100644
index 82f826659..000000000
--- a/_sass/components/_image.scss
+++ /dev/null
@@ -1,74 +0,0 @@
-///
-/// Editorial by HTML5 UP
-/// html5up.net | @ajlkn
-/// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-///
-
-/* Image */
-
- .image {
- border-radius: _size(border-radius);
- border: 0;
- display: inline-block;
- position: relative;
-
- img {
- border-radius: _size(border-radius);
- display: block;
- }
-
- &.left,
- &.right {
- max-width: 40%;
-
- img {
- width: 100%;
- }
- }
-
- &.left {
- float: left;
- padding: 0 1.5em 1em 0;
- top: 0.25em;
- }
-
- &.right {
- float: right;
- padding: 0 0 1em 1.5em;
- top: 0.25em;
- }
-
- &.fit {
- display: block;
- margin: 0 0 _size(element-margin) 0;
- width: 100%;
-
- img {
- width: 100%;
- }
- }
-
- &.main {
- display: block;
- margin: 0 0 (_size(element-margin) * 1.5) 0;
- width: 100%;
-
- img {
- width: 100%;
- }
- }
- }
-
- a.image {
- overflow: hidden;
-
- img {
- @include vendor('transition', 'transform #{_duration(transition)} ease');
- }
-
- &:hover {
- img {
- @include vendor('transform', 'scale(1.075)');
- }
- }
- }
\ No newline at end of file
diff --git a/_sass/components/_list.scss b/_sass/components/_list.scss
deleted file mode 100644
index 933d80f66..000000000
--- a/_sass/components/_list.scss
+++ /dev/null
@@ -1,255 +0,0 @@
-///
-/// Editorial by HTML5 UP
-/// html5up.net | @ajlkn
-/// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-///
-
-/* List */
-
- ol {
- list-style: decimal;
- margin: 0 0 _size(element-margin) 0;
- padding-left: 1.25em;
-
- li {
- padding-left: 0.25em;
- }
- }
-
- ul {
- list-style: disc;
- margin: 0 0 _size(element-margin) 0;
- padding-left: 1em;
-
- li {
- padding-left: 0.5em;
- }
-
- &.alt {
- list-style: none;
- padding-left: 0;
-
- li {
- border-top: solid 1px _palette(border);
- padding: 0.5em 0;
-
- &:first-child {
- border-top: 0;
- padding-top: 0;
- }
- }
- }
-
- &.icons {
- cursor: default;
- list-style: none;
- padding-left: 0;
-
- li {
- display: inline-block;
- padding: 0 1em 0 0;
-
- &:last-child {
- padding-right: 0;
- }
-
- .icon {
- color: inherit;
-
- &:before {
- font-size: 1.25em;
- }
- }
- }
- }
-
- &.contact {
- list-style: none;
- padding: 0;
-
- li {
- @include icon;
- border-top: solid 1px _palette(border);
- margin: 1.5em 0 0 0;
- padding: 1.5em 0 0 3em;
- position: relative;
-
- &:before {
- color: _palette(accent);
- display: inline-block;
- font-size: 1.5em;
- height: 1.125em;
- left: 0;
- line-height: 1.125em;
- position: absolute;
- text-align: center;
- top: (1.5em / 1.5);
- width: 1.5em;
- }
-
- &:first-child {
- border-top: 0;
- margin-top: 0;
- padding-top: 0;
-
- &:before {
- top: 0;
- }
- }
-
- a {
- color: inherit;
- }
- }
- }
-
- &.actions {
- cursor: default;
- list-style: none;
- padding-left: 0;
-
- li {
- display: inline-block;
- padding: 0 (_size(element-margin) * 0.5) 0 0;
- vertical-align: middle;
-
- &:last-child {
- padding-right: 0;
- }
- }
-
- &.small {
- li {
- padding: 0 (_size(element-margin) * 0.25) 0 0;
- }
- }
-
- &.vertical {
- li {
- display: block;
- padding: (_size(element-margin) * 0.5) 0 0 0;
-
- &:first-child {
- padding-top: 0;
- }
-
- > * {
- margin-bottom: 0;
- }
- }
-
- &.small {
- li {
- padding: (_size(element-margin) * 0.25) 0 0 0;
-
- &:first-child {
- padding-top: 0;
- }
- }
- }
- }
-
- &.fit {
- display: table;
- margin-left: (_size(element-margin) * -0.5);
- padding: 0;
- table-layout: fixed;
- width: calc(100% + #{(_size(element-margin) * 0.5)});
-
- li {
- display: table-cell;
- padding: 0 0 0 (_size(element-margin) * 0.5);
-
- > * {
- margin-bottom: 0;
- }
- }
-
- &.small {
- margin-left: (_size(element-margin) * -0.25);
- width: calc(100% + #{(_size(element-margin) * 0.25)});
-
- li {
- padding: 0 0 0 (_size(element-margin) * 0.25);
- }
- }
- }
- }
-
- &.pagination {
- cursor: default;
- list-style: none;
- padding-left: 0;
-
- li {
- display: inline-block;
- padding-left: 0;
- vertical-align: middle;
-
- > .page {
- @include vendor('transition', (
- 'background-color #{_duration(transition)} ease-in-out',
- 'color #{_duration(transition)} ease-in-out'
- ));
- border-bottom: 0;
- border-radius: _size(border-radius);
- display: inline-block;
- font-size: 0.8em;
- font-weight: _font(weight-bold);
- height: 2em;
- line-height: 2em;
- margin: 0 0.125em;
- min-width: 2em;
- padding: 0 0.5em;
- text-align: center;
-
- &.active {
- background-color: _palette(accent);
- color: _palette(bg) !important;
-
- &:hover {
- background-color: lighten(_palette(accent), 3);
- }
-
- &:active {
- background-color: darken(_palette(accent), 3);
- }
- }
- }
-
- &:first-child {
- padding-right: 0.75em;
- }
-
- &:last-child {
- padding-left: 0.75em;
- }
- }
-
- @include breakpoint(xsmall) {
- li {
- &:nth-child(n+2):nth-last-child(n+2) {
- display: none;
- }
-
- &:first-child {
- padding-right: 0;
- }
- }
- }
- }
- }
-
- dl {
- margin: 0 0 _size(element-margin) 0;
-
- dt {
- display: block;
- font-weight: _font(weight-bold);
- margin: 0 0 (_size(element-margin) * 0.5) 0;
- }
-
- dd {
- margin-left: _size(element-margin);
- }
- }
\ No newline at end of file
diff --git a/_sass/components/_mini-posts.scss b/_sass/components/_mini-posts.scss
deleted file mode 100644
index cf8e74b93..000000000
--- a/_sass/components/_mini-posts.scss
+++ /dev/null
@@ -1,31 +0,0 @@
-///
-/// Editorial by HTML5 UP
-/// html5up.net | @ajlkn
-/// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-///
-
-/* Mini Posts */
-
- .mini-posts {
- article {
- border-top: solid 1px _palette(border);
- margin-top: _size(element-margin);
- padding-top: _size(element-margin);
-
- .image {
- display: block;
- margin: 0 0 (_size(element-margin) * 0.75) 0;
-
- img {
- display: block;
- width: 100%;
- }
- }
-
- &:first-child {
- border-top: 0;
- margin-top: 0;
- padding-top: 0;
- }
- }
- }
\ No newline at end of file
diff --git a/_sass/components/_posts.scss b/_sass/components/_posts.scss
deleted file mode 100644
index 61a8b3d99..000000000
--- a/_sass/components/_posts.scss
+++ /dev/null
@@ -1,179 +0,0 @@
-///
-/// Editorial by HTML5 UP
-/// html5up.net | @ajlkn
-/// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-///
-
-/* Posts */
-
- .posts {
- $gutter: (_size(gutter) * 2);
-
- @include vendor('display', 'flex');
- @include vendor('flex-wrap', 'wrap');
- margin: 0 0 _size(element-margin) ($gutter * -1);
- width: calc(100% + #{$gutter});
-
- article {
- @include vendor('flex-grow', '0');
- @include vendor('flex-shrink', '1');
- margin: 0 0 $gutter $gutter;
- position: relative;
- width: calc(#{(100% / 3)} - #{$gutter});
-
- &:before {
- background: _palette(border);
- content: '';
- display: block;
- height: calc(100% + #{$gutter});
- left: ($gutter * -0.5);
- position: absolute;
- top: 0;
- width: 1px;
- }
-
- &:after {
- background: _palette(border);
- bottom: ($gutter * -0.5);
- content: '';
- display: block;
- height: 1px;
- position: absolute;
- right: 0;
- width: calc(100% + #{$gutter});
- }
-
- > :last-child {
- margin-bottom: 0;
- }
-
- .image {
- display: block;
- margin: 0 0 _size(element-margin) 0;
-
- img {
- display: block;
- width: 100%;
- }
- }
- }
-
- @include breakpoint(xlarge-to-max) {
- article {
- &:nth-child(3n + 1) {
- &:before {
- display: none;
- }
-
- &:after {
- width: 100%;
- }
- }
-
- &:nth-last-child(1),
- &:nth-last-child(2),
- &:nth-last-child(3) {
- margin-bottom: 0;
-
- &:before {
- height: 100%;
- }
-
- &:after {
- display: none;
- }
- }
- }
- }
-
- @include breakpoint(xlarge) {
- article {
- width: calc(50% - #{$gutter});
-
- &:nth-last-child(3) {
- margin-bottom: $gutter;
- }
- }
- }
-
- @include breakpoint(small-to-xlarge) {
- article {
- &:nth-child(2n + 1) {
- &:before {
- display: none;
- }
-
- &:after {
- width: 100%;
- }
- }
-
- &:nth-last-child(1),
- &:nth-last-child(2) {
- margin-bottom: 0;
-
- &:before {
- height: 100%;
- }
-
- &:after {
- display: none;
- }
- }
- }
- }
-
- @include breakpoint(small) {
- $gutter: _size(gutter) * 1.5;
-
- margin: 0 0 _size(element-margin) ($gutter * -1);
- width: calc(100% + #{$gutter});
-
- article {
- margin: 0 0 $gutter $gutter;
- width: calc(50% - #{$gutter});
-
- &:before {
- height: calc(100% + #{$gutter});
- left: ($gutter * -0.5);
- }
-
- &:after {
- bottom: ($gutter * -0.5);
- width: calc(100% + #{$gutter});
- }
-
- &:nth-last-child(3) {
- margin-bottom: $gutter;
- }
- }
- }
-
- @include breakpoint(xsmall) {
- $gutter: _size(gutter) * 1.5;
-
- margin: 0 0 _size(element-margin) 0;
- width: 100%;
-
- article {
- margin: 0 0 $gutter 0;
- width: 100%;
-
- &:before {
- display: none;
- }
-
- &:after {
- width: 100%;
- }
-
- &:last-child {
- margin-bottom: 0;
-
- &:after {
- display: none;
- }
- }
- }
- }
- }
\ No newline at end of file
diff --git a/_sass/components/_section.scss b/_sass/components/_section.scss
deleted file mode 100644
index 5f26593d6..000000000
--- a/_sass/components/_section.scss
+++ /dev/null
@@ -1,39 +0,0 @@
-///
-/// Editorial by HTML5 UP
-/// html5up.net | @ajlkn
-/// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-///
-
-/* Section/Article */
-
- section, article {
- &.special {
- text-align: center;
- }
- }
-
- header {
- p {
- font-family: _font(family-heading);
- font-size: 1em;
- font-weight: _font(weight-heading-alt);
- letter-spacing: _font(kerning-heading);
- margin-top: -0.5em;
- text-transform: uppercase;
- }
-
- &.major {
- > :last-child {
- border-bottom: solid 3px _palette(accent);
- display: inline-block;
- margin: 0 0 _size(element-margin) 0;
- padding: 0 0.75em 0.5em 0;
- }
- }
-
- &.main {
- > :last-child {
- margin: 0 0 (_size(element-margin) * 0.5) 0;
- }
- }
- }
\ No newline at end of file
diff --git a/_sass/components/_table.scss b/_sass/components/_table.scss
deleted file mode 100644
index 9b76d4987..000000000
--- a/_sass/components/_table.scss
+++ /dev/null
@@ -1,81 +0,0 @@
-///
-/// Editorial by HTML5 UP
-/// html5up.net | @ajlkn
-/// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-///
-
-/* Table */
-
- .table-wrapper {
- -webkit-overflow-scrolling: touch;
- overflow-x: auto;
- }
-
- table {
- margin: 0 0 _size(element-margin) 0;
- width: 100%;
-
- tbody {
- tr {
- border: solid 1px _palette(border);
- border-left: 0;
- border-right: 0;
-
- &:nth-child(2n + 1) {
- background-color: _palette(border-bg);
- }
- }
- }
-
- td {
- padding: 0.75em 0.75em;
- }
-
- th {
- color: _palette(fg-bold);
- font-size: 0.9em;
- font-weight: _font(weight-bold);
- padding: 0 0.75em 0.75em 0.75em;
- text-align: left;
- }
-
- thead {
- border-bottom: solid 2px _palette(border);
- }
-
- tfoot {
- border-top: solid 2px _palette(border);
- }
-
- &.alt {
- border-collapse: separate;
-
- tbody {
- tr {
- td {
- border: solid 1px _palette(border);
- border-left-width: 0;
- border-top-width: 0;
-
- &:first-child {
- border-left-width: 1px;
- }
- }
-
- &:first-child {
- td {
- border-top-width: 1px;
- }
- }
- }
- }
-
- thead {
- border-bottom: 0;
- }
-
- tfoot {
- border-top: 0;
- }
- }
- }
\ No newline at end of file
diff --git a/_sass/ie8.scss b/_sass/ie8.scss
deleted file mode 100644
index 61d1cb7b3..000000000
--- a/_sass/ie8.scss
+++ /dev/null
@@ -1,28 +0,0 @@
-@import 'libs/vars';
-@import 'libs/functions';
-@import 'libs/mixins';
-@import 'libs/skel';
-
-/*
- Editorial by HTML5 UP
- html5up.net | @ajlkn
- Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-*/
-
-/* Button */
-
- input[type="submit"],
- input[type="reset"],
- input[type="button"],
- button,
- .button {
- border: solid 2px _palette(accent);
- }
-
-/* Posts */
-
- .posts {
- article {
- width: 40%;
- }
- }
\ No newline at end of file
diff --git a/_sass/ie9.scss b/_sass/ie9.scss
deleted file mode 100644
index ccb7cb0f4..000000000
--- a/_sass/ie9.scss
+++ /dev/null
@@ -1,84 +0,0 @@
-@import 'libs/vars';
-@import 'libs/functions';
-@import 'libs/mixins';
-@import 'libs/skel';
-
-/*
- Editorial by HTML5 UP
- html5up.net | @ajlkn
- Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-*/
-
-/* Features */
-
- .features {
- &:after {
- clear: both;
- content: '';
- display: block;
- }
-
- article {
- float: left;
-
- &:after {
- clear: both;
- content: '';
- display: block;
- }
-
- .icon {
- float: left;
- }
- }
- }
-
-/* Posts */
-
- .posts {
- &:after {
- clear: both;
- content: '';
- display: block;
- }
-
- article {
- float: left;
- }
- }
-
-/* Main */
-
- #main {
- padding-left: _size(sidebar-width-alt);
- }
-
-/* Sidebar */
-
- #sidebar {
- position: absolute;
- top: 0;
- left: 0;
- min-height: 100%;
- width: _size(sidebar-width-alt);
- }
-
-/* Banner */
-
- #banner {
- &:after {
- clear: both;
- content: '';
- display: block;
- }
-
- .content {
- float: left;
- padding-right: (_size(element-margin) * 2);
- }
-
- .image {
- float: left;
- margin-left: 0;
- }
- }
\ No newline at end of file
diff --git a/_sass/layout/_banner.scss b/_sass/layout/_banner.scss
deleted file mode 100644
index 07d0e73f8..000000000
--- a/_sass/layout/_banner.scss
+++ /dev/null
@@ -1,75 +0,0 @@
-///
-/// Editorial by HTML5 UP
-/// html5up.net | @ajlkn
-/// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-///
-
-/* Banner */
-
- #banner {
- @include padding(6em, 0);
- @include vendor('display', 'flex');
-
- h1 {
- margin-top: -0.125em;
- }
-
- .content {
- @include vendor('flex-grow', '1');
- @include vendor('flex-shrink', '1');
- width: 50%;
- }
-
- .image {
- @include vendor('flex-grow', '0');
- @include vendor('flex-shrink', '0');
- display: block;
- margin: 0 0 _size(element-margin) (_size(element-margin) * 2);
- width: 50%;
-
- img {
- height: 100%;
- -moz-object-fit: cover;
- -webkit-object-fit: cover;
- -ms-object-fit: cover;
- object-fit: cover;
- -moz-object-position: center;
- -webkit-object-position: center;
- -ms-object-position: center;
- object-position: center;
- width: 100%;
- }
- }
-
- @include orientation(portrait) {
- @include vendor('flex-direction', 'column-reverse');
-
- h1 {
- br {
- display: none;
- }
- }
-
- .content {
- @include vendor('flex-grow', '0');
- @include vendor('flex-shrink', '0');
- width: 100%;
- }
-
- .image {
- @include vendor('flex-grow', '0');
- @include vendor('flex-shrink', '0');
- margin: 0 0 (_size(element-margin) * 2) 0;
- height: 25em;
- max-height: 50vh;
- min-height: 18em;
- width: 100%;
- }
-
- @include breakpoint(xsmall) {
- .image {
- max-height: 35vh;
- }
- }
- }
- }
\ No newline at end of file
diff --git a/_sass/layout/_footer.scss b/_sass/layout/_footer.scss
deleted file mode 100644
index e60483f03..000000000
--- a/_sass/layout/_footer.scss
+++ /dev/null
@@ -1,18 +0,0 @@
-///
-/// Editorial by HTML5 UP
-/// html5up.net | @ajlkn
-/// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-///
-
-/* Footer */
-
- #footer {
- .copyright {
- color: _palette(fg-light);
- font-size: 0.9em;
-
- a {
- color: inherit;
- }
- }
- }
\ No newline at end of file
diff --git a/_sass/layout/_header.scss b/_sass/layout/_header.scss
deleted file mode 100644
index b913debf7..000000000
--- a/_sass/layout/_header.scss
+++ /dev/null
@@ -1,51 +0,0 @@
-///
-/// Editorial by HTML5 UP
-/// html5up.net | @ajlkn
-/// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-///
-
-/* Header */
-
- #header {
- @include vendor('display', 'flex');
- border-bottom: solid 5px _palette(accent);
- padding: 6em 0 1em 0;
- position: relative;
-
- > * {
- @include vendor('flex', '1');
- margin-bottom: 0;
- }
-
- .logo {
- border-bottom: 0;
- color: inherit;
- font-family: _font(family-heading);
- font-size: 1.125em;
- }
-
- .icons {
- text-align: right;
- }
-
- @include breakpoint(xlarge) {
- padding-top: 2em;
- }
-
- @include breakpoint(small) {
- padding-top: 6.5em;
-
- .logo {
- font-size: 1.25em;
- margin: 0;
- }
-
- .icons {
- height: (6.25em / 1.25);
- line-height: (6.25em / 1.25);
- position: absolute;
- right: (-0.625em / 1.25);
- top: 0;
- }
- }
- }
\ No newline at end of file
diff --git a/_sass/layout/_main.scss b/_sass/layout/_main.scss
deleted file mode 100644
index 6ccc62db5..000000000
--- a/_sass/layout/_main.scss
+++ /dev/null
@@ -1,58 +0,0 @@
-///
-/// Editorial by HTML5 UP
-/// html5up.net | @ajlkn
-/// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-///
-
-/* Main */
-
- #main {
- @include vendor('flex-grow', '1');
- @include vendor('flex-shrink', '1');
- width: 100%;
-
- > .inner {
- @include padding(0, 6em);
- margin: 0 auto;
- max-width: 110em;
-
- > section {
- @include padding(2em, 0);
- border-top: solid 2px _palette(border);
-
- &:first-of-type {
- border-top: 0 !important;
- }
- }
- }
-
- @include breakpoint(xlarge) {
- > .inner {
- @include padding(0, 5em);
-
- > section {
- @include padding(1.25em, 0);
- }
- }
- }
-
- @include breakpoint(large) {
- > .inner {
- @include padding(0, 4em);
-
- > section {
- @include padding(1.25em, 0);
- }
- }
- }
-
- @include breakpoint(small) {
- > .inner {
- @include padding(0, 2em);
-
- > section {
- @include padding(5em, 0);
- }
- }
- }
- }
\ No newline at end of file
diff --git a/_sass/layout/_menu.scss b/_sass/layout/_menu.scss
deleted file mode 100644
index 06f154961..000000000
--- a/_sass/layout/_menu.scss
+++ /dev/null
@@ -1,98 +0,0 @@
-///
-/// Editorial by HTML5 UP
-/// html5up.net | @ajlkn
-/// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-///
-
-/* Menu */
-
- #menu {
- ul {
- @include vendor('user-select', 'none');
- color: _palette(fg-bold);
- font-family: _font(family-heading);
- font-family: _font(weight-heading-alt);
- letter-spacing: _font(kerning-heading);
- list-style: none;
- margin-bottom: 0;
- padding: 0;
- text-transform: uppercase;
-
- a, span {
- border-bottom: 0;
- color: inherit;
- cursor: pointer;
- display: block;
- font-size: 0.9em;
- padding: 0.625em 0;
-
- &:hover {
- color: _palette(accent);
- }
-
- &.opener {
- @include vendor('transition', 'color #{_duration(transition)} ease-in-out');
- @include icon;
- -webkit-tap-highlight-color: rgba(255,255,255,0);
- position: relative;
-
- &:before {
- @include vendor('transition', (
- 'color #{_duration(transition)} ease-in-out',
- 'transform #{_duration(transition)} ease-in-out'
- ));
- color: _palette(fg-light);
- content: '\f078';
- position: absolute;
- right: 0;
- }
-
- &:hover {
- &:before {
- color: _palette(accent);
- }
- }
-
- &.active {
- & + ul {
- display: block;
- }
-
- &:before {
- @include vendor('transform', 'rotate(-180deg)');
- }
- }
- }
- }
- }
-
- > ul {
- > li {
- border-top: solid 1px _palette(border);
- margin: 0.5em 0 0 0;
- padding: 0.5em 0 0 0;
-
- > ul {
- color: _palette(fg-light);
- display: none;
- margin: 0.5em 0 1.5em 0;
- padding-left: 1em;
-
- a, span {
- font-size: 0.8em;
- }
-
- > li {
- margin: 0.125em 0 0 0;
- padding: 0.125em 0 0 0;
- }
- }
-
- &:first-child {
- border-top: 0;
- margin-top: 0;
- padding-top: 0;
- }
- }
- }
- }
\ No newline at end of file
diff --git a/_sass/layout/_sidebar.scss b/_sass/layout/_sidebar.scss
deleted file mode 100644
index 46ae2eab1..000000000
--- a/_sass/layout/_sidebar.scss
+++ /dev/null
@@ -1,222 +0,0 @@
-///
-/// Editorial by HTML5 UP
-/// html5up.net | @ajlkn
-/// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-///
-
-/* Sidebar */
-
- #search {
- form {
- @include icon;
- position: relative;
-
- &:before {
- @include vendor('transform', 'scaleX(-1)');
- color: _palette(fg);
- content: '\f002';
- cursor: default;
- display: block;
- font-size: 1.5em;
- height: _size(element-height) / 1.375;
- line-height: _size(element-height) / 1.375;
- opacity: 0.325;
- position: absolute;
- right: 0;
- text-align: center;
- top: 0;
- width: _size(element-height) / 1.375;
- }
-
- input[type="text"] {
- padding-right: _size(element-height);
- }
- }
- }
-
- #sidebar {
- $pad: 2em / 0.9;
-
- @include vendor('flex-grow', '0');
- @include vendor('flex-shrink', '0');
- @include vendor('transition', (
- 'margin-left 0.5s ease',
- 'box-shadow 0.5s ease'
- ));
- background-color: _palette(bg-alt);
- font-size: 0.9em;
- position: relative;
- width: _size(sidebar-width);
-
- h2 {
- font-size: (1.25em / 0.9);
- }
-
- > .inner {
- @include padding($pad, $pad, (0, 0, $pad, 0));
- position: relative;
- width: _size(sidebar-width);
-
- > * {
- border-bottom: solid 2px _palette(border);
- margin: 0 0 (_size(element-margin) * 1.75) 0;
- padding: 0 0 (_size(element-margin) * 1.75) 0;
-
- > :last-child {
- margin-bottom: 0;
- }
-
- &:last-child {
- border-bottom: 0;
- margin-bottom: 0;
- padding-bottom: 0;
- }
- }
-
- > .alt {
- background-color: darken(_palette(bg-alt), 2);
- border-bottom: 0;
- margin: ($pad * -1) 0 ($pad * 2) ($pad * -1);
- padding: $pad;
- width: calc(100% + #{$pad * 2});
- }
- }
-
- .toggle {
- @include icon;
- @include vendor('transition', 'left 0.5s ease');
- -webkit-tap-highlight-color: rgba(255,255,255,0);
- border: 0;
- display: block;
- height: 7.5em;
- left: _size(sidebar-width);
- line-height: 7.5em;
- outline: 0;
- overflow: hidden;
- position: absolute;
- text-align: center;
- text-indent: 7.5em;
- top: 0;
- width: 6em;
- z-index: _misc(z-index-base);
-
- &:before {
- content: '\f0c9';
- font-size: 2rem;
- height: inherit;
- left: 0;
- line-height: inherit;
- position: absolute;
- text-indent: 0;
- top: 0;
- width: inherit;
- }
- }
-
- &.inactive {
- margin-left: (_size(sidebar-width) * -1);
- }
-
- @include breakpoint(xlarge) {
- $pad: 1.5em / 0.9;
-
- width: _size(sidebar-width-alt);
-
- > .inner {
- @include padding($pad, $pad, (0, 0, $pad, 0));
- width: _size(sidebar-width-alt);
-
- > .alt {
- margin: ($pad * -1) 0 ($pad * 2) ($pad * -1);
- padding: $pad;
- width: calc(100% + #{$pad * 2});
- }
- }
-
- .toggle {
- height: 6.25em;
- left: _size(sidebar-width-alt);
- line-height: 6.25em;
- text-indent: 5em;
- width: 5em;
-
- &:before {
- font-size: 1.5rem;
- }
- }
-
- &.inactive {
- margin-left: (_size(sidebar-width-alt) * -1);
- }
- }
-
- @include breakpoint(large) {
- box-shadow: 0 0 5em 0 rgba(0, 0, 0, 0.175);
- height: 100%;
- left: 0;
- position: fixed;
- top: 0;
- z-index: _misc(z-index-base);
-
- &.inactive {
- box-shadow: none;
- }
-
- > .inner {
- -webkit-overflow-scrolling: touch;
- height: 100%;
- left: 0;
- overflow-x: hidden;
- overflow-y: auto;
- position: absolute;
- top: 0;
-
- &:after {
- content: '';
- display: block;
- height: 4em;
- width: 100%;
- }
- }
-
- .toggle {
- text-indent: 6em;
- width: 6em;
-
- &:before {
- font-size: 1.5rem;
- margin-left: (-0.875em / 2);
- }
- }
-
- body.is-loading & {
- display: none;
- }
- }
-
- @include breakpoint(small) {
- .toggle {
- text-indent: 7.25em;
- width: 7.25em;
-
- &:before {
- color: _palette(fg);
- margin-left: (-0.125em / 2);
- margin-top: (-0.5em / 2);
- font-size: 1.1rem;
- z-index: 1;
- }
-
- &:after {
- background: transparentize(lighten(_palette(fg), 35), 0.25);
- border-radius: _size(border-radius);
- content: '';
- height: 3.5em;
- left: 1em;
- position: absolute;
- top: 1em;
- width: 5em;
- }
- }
- }
- }
\ No newline at end of file
diff --git a/_sass/layout/_wrapper.scss b/_sass/layout/_wrapper.scss
deleted file mode 100644
index db29b952e..000000000
--- a/_sass/layout/_wrapper.scss
+++ /dev/null
@@ -1,13 +0,0 @@
-///
-/// Editorial by HTML5 UP
-/// html5up.net | @ajlkn
-/// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-///
-
-/* Wrapper */
-
- #wrapper {
- @include vendor('display', 'flex');
- @include vendor('flex-direction', 'row-reverse');
- min-height: 100vh;
- }
\ No newline at end of file
diff --git a/_sass/libs/_functions.scss b/_sass/libs/_functions.scss
deleted file mode 100644
index 0e08c1a66..000000000
--- a/_sass/libs/_functions.scss
+++ /dev/null
@@ -1,34 +0,0 @@
-/// Gets a duration value.
-/// @param {string} $keys Key(s).
-/// @return {string} Value.
-@function _duration($keys...) {
- @return val($duration, $keys...);
-}
-
-/// Gets a font value.
-/// @param {string} $keys Key(s).
-/// @return {string} Value.
-@function _font($keys...) {
- @return val($font, $keys...);
-}
-
-/// Gets a misc value.
-/// @param {string} $keys Key(s).
-/// @return {string} Value.
-@function _misc($keys...) {
- @return val($misc, $keys...);
-}
-
-/// Gets a palette value.
-/// @param {string} $keys Key(s).
-/// @return {string} Value.
-@function _palette($keys...) {
- @return val($palette, $keys...);
-}
-
-/// Gets a size value.
-/// @param {string} $keys Key(s).
-/// @return {string} Value.
-@function _size($keys...) {
- @return val($size, $keys...);
-}
\ No newline at end of file
diff --git a/_sass/libs/_mixins.scss b/_sass/libs/_mixins.scss
deleted file mode 100644
index 3325df0b0..000000000
--- a/_sass/libs/_mixins.scss
+++ /dev/null
@@ -1,56 +0,0 @@
-/// Makes an element's :before pseudoelement a FontAwesome icon.
-/// @param {string} $content Optional content value to use.
-/// @param {string} $where Optional pseudoelement to target (before or after).
-@mixin icon($content: false, $where: before) {
-
- text-decoration: none;
-
- &:#{$where} {
-
- @if $content {
- content: $content;
- }
-
- -moz-osx-font-smoothing: grayscale;
- -webkit-font-smoothing: antialiased;
- font-family: FontAwesome;
- font-style: normal;
- font-weight: normal;
- text-transform: none !important;
-
- }
-
-}
-
-/// Applies padding to an element, taking the current element-margin value into account.
-/// @param {mixed} $tb Top/bottom padding.
-/// @param {mixed} $lr Left/right padding.
-/// @param {list} $pad Optional extra padding (in the following order top, right, bottom, left)
-/// @param {bool} $important If true, adds !important.
-@mixin padding($tb, $lr, $pad: (0,0,0,0), $important: null) {
-
- @if $important {
- $important: '!important';
- }
-
- padding: ($tb + nth($pad,1)) ($lr + nth($pad,2)) max(0.1em, $tb - _size(element-margin) + nth($pad,3)) ($lr + nth($pad,4)) #{$important};
-
-}
-
-/// Encodes a SVG data URL so IE doesn't choke (via codepen.io/jakob-e/pen/YXXBrp).
-/// @param {string} $svg SVG data URL.
-/// @return {string} Encoded SVG data URL.
-@function svg-url($svg) {
-
- $svg: str-replace($svg, '"', '\'');
- $svg: str-replace($svg, '<', '%3C');
- $svg: str-replace($svg, '>', '%3E');
- $svg: str-replace($svg, '&', '%26');
- $svg: str-replace($svg, '#', '%23');
- $svg: str-replace($svg, '{', '%7B');
- $svg: str-replace($svg, '}', '%7D');
- $svg: str-replace($svg, ';', '%3B');
-
- @return url("data:image/svg+xml;charset=utf8,#{$svg}");
-
-}
\ No newline at end of file
diff --git a/_sass/libs/_skel.scss b/_sass/libs/_skel.scss
deleted file mode 100644
index 438b14797..000000000
--- a/_sass/libs/_skel.scss
+++ /dev/null
@@ -1,585 +0,0 @@
-// skel.scss v3.0.1 | (c) skel.io | MIT licensed */
-
-// Vars.
-
- /// Breakpoints.
- /// @var {list}
- $breakpoints: () !global;
-
- /// Vendor prefixes.
- /// @var {list}
- $vendor-prefixes: (
- '-moz-',
- '-webkit-',
- '-ms-',
- ''
- );
-
- /// Properties that should be vendorized.
- /// @var {list}
- $vendor-properties: (
- 'align-content',
- 'align-items',
- 'align-self',
- 'animation',
- 'animation-delay',
- 'animation-direction',
- 'animation-duration',
- 'animation-fill-mode',
- 'animation-iteration-count',
- 'animation-name',
- 'animation-play-state',
- 'animation-timing-function',
- 'appearance',
- 'backface-visibility',
- 'box-sizing',
- 'filter',
- 'flex',
- 'flex-basis',
- 'flex-direction',
- 'flex-flow',
- 'flex-grow',
- 'flex-shrink',
- 'flex-wrap',
- 'justify-content',
- 'order',
- 'perspective',
- 'pointer-events',
- 'transform',
- 'transform-origin',
- 'transform-style',
- 'transition',
- 'transition-delay',
- 'transition-duration',
- 'transition-property',
- 'transition-timing-function',
- 'user-select'
- );
-
- /// Values that should be vendorized.
- /// @var {list}
- $vendor-values: (
- 'filter',
- 'flex',
- 'linear-gradient',
- 'radial-gradient',
- 'transform'
- );
-
-// Functions.
-
- /// Removes a specific item from a list.
- /// @author Hugo Giraudel
- /// @param {list} $list List.
- /// @param {integer} $index Index.
- /// @return {list} Updated list.
- @function remove-nth($list, $index) {
-
- $result: null;
-
- @if type-of($index) != number {
- @warn "$index: #{quote($index)} is not a number for `remove-nth`.";
- }
- @else if $index == 0 {
- @warn "List index 0 must be a non-zero integer for `remove-nth`.";
- }
- @else if abs($index) > length($list) {
- @warn "List index is #{$index} but list is only #{length($list)} item long for `remove-nth`.";
- }
- @else {
-
- $result: ();
- $index: if($index < 0, length($list) + $index + 1, $index);
-
- @for $i from 1 through length($list) {
-
- @if $i != $index {
- $result: append($result, nth($list, $i));
- }
-
- }
-
- }
-
- @return $result;
-
- }
-
- /// Replaces a substring within another string.
- /// @author Hugo Giraudel
- /// @param {string} $string String.
- /// @param {string} $search Substring.
- /// @param {string} $replace Replacement.
- /// @return {string} Updated string.
- @function str-replace($string, $search, $replace: '') {
-
- $index: str-index($string, $search);
-
- @if $index {
- @return str-slice($string, 1, $index - 1) + $replace + str-replace(str-slice($string, $index + str-length($search)), $search, $replace);
- }
-
- @return $string;
-
- }
-
- /// Replaces a substring within each string in a list.
- /// @param {list} $strings List of strings.
- /// @param {string} $search Substring.
- /// @param {string} $replace Replacement.
- /// @return {list} Updated list of strings.
- @function str-replace-all($strings, $search, $replace: '') {
-
- @each $string in $strings {
- $strings: set-nth($strings, index($strings, $string), str-replace($string, $search, $replace));
- }
-
- @return $strings;
-
- }
-
- /// Gets a value from a map.
- /// @author Hugo Giraudel
- /// @param {map} $map Map.
- /// @param {string} $keys Key(s).
- /// @return {string} Value.
- @function val($map, $keys...) {
-
- @if nth($keys, 1) == null {
- $keys: remove-nth($keys, 1);
- }
-
- @each $key in $keys {
- $map: map-get($map, $key);
- }
-
- @return $map;
-
- }
-
-// Mixins.
-
- /// Sets the global box model.
- /// @param {string} $model Model (default is content).
- @mixin boxModel($model: 'content') {
-
- $x: $model + '-box';
-
- *, *:before, *:after {
- -moz-box-sizing: #{$x};
- -webkit-box-sizing: #{$x};
- box-sizing: #{$x};
- }
-
- }
-
- /// Wraps @content in a @media block using a given breakpoint.
- /// @param {string} $breakpoint Breakpoint.
- /// @param {map} $queries Additional queries.
- @mixin breakpoint($breakpoint: null, $queries: null) {
-
- $query: 'screen';
-
- // Breakpoint.
- @if $breakpoint and map-has-key($breakpoints, $breakpoint) {
- $query: $query + ' and ' + map-get($breakpoints, $breakpoint);
- }
-
- // Queries.
- @if $queries {
- @each $k, $v in $queries {
- $query: $query + ' and (' + $k + ':' + $v + ')';
- }
- }
-
- @media #{$query} {
- @content;
- }
-
- }
-
- /// Wraps @content in a @media block targeting a specific orientation.
- /// @param {string} $orientation Orientation.
- @mixin orientation($orientation) {
- @media screen and (orientation: #{$orientation}) {
- @content;
- }
- }
-
- /// Utility mixin for containers.
- /// @param {mixed} $width Width.
- @mixin containers($width) {
-
- // Locked?
- $lock: false;
-
- @if length($width) == 2 {
- $width: nth($width, 1);
- $lock: true;
- }
-
- // Modifiers.
- .container.\31 25\25 { width: 100%; max-width: $width * 1.25; min-width: $width; }
- .container.\37 5\25 { width: $width * 0.75; }
- .container.\35 0\25 { width: $width * 0.5; }
- .container.\32 5\25 { width: $width * 0.25; }
-
- // Main class.
- .container {
- @if $lock {
- width: $width !important;
- }
- @else {
- width: $width;
- }
- }
-
- }
-
- /// Utility mixin for grid.
- /// @param {list} $gutters Column and row gutters (default is 40px).
- /// @param {string} $breakpointName Optional breakpoint name.
- @mixin grid($gutters: 40px, $breakpointName: null) {
-
- // Gutters.
- @include grid-gutters($gutters);
- @include grid-gutters($gutters, \32 00\25, 2);
- @include grid-gutters($gutters, \31 50\25, 1.5);
- @include grid-gutters($gutters, \35 0\25, 0.5);
- @include grid-gutters($gutters, \32 5\25, 0.25);
-
- // Cells.
- $x: '';
-
- @if $breakpointName {
- $x: '\\28' + $breakpointName + '\\29';
- }
-
- .\31 2u#{$x}, .\31 2u\24#{$x} { width: 100%; clear: none; margin-left: 0; }
- .\31 1u#{$x}, .\31 1u\24#{$x} { width: 91.6666666667%; clear: none; margin-left: 0; }
- .\31 0u#{$x}, .\31 0u\24#{$x} { width: 83.3333333333%; clear: none; margin-left: 0; }
- .\39 u#{$x}, .\39 u\24#{$x} { width: 75%; clear: none; margin-left: 0; }
- .\38 u#{$x}, .\38 u\24#{$x} { width: 66.6666666667%; clear: none; margin-left: 0; }
- .\37 u#{$x}, .\37 u\24#{$x} { width: 58.3333333333%; clear: none; margin-left: 0; }
- .\36 u#{$x}, .\36 u\24#{$x} { width: 50%; clear: none; margin-left: 0; }
- .\35 u#{$x}, .\35 u\24#{$x} { width: 41.6666666667%; clear: none; margin-left: 0; }
- .\34 u#{$x}, .\34 u\24#{$x} { width: 33.3333333333%; clear: none; margin-left: 0; }
- .\33 u#{$x}, .\33 u\24#{$x} { width: 25%; clear: none; margin-left: 0; }
- .\32 u#{$x}, .\32 u\24#{$x} { width: 16.6666666667%; clear: none; margin-left: 0; }
- .\31 u#{$x}, .\31 u\24#{$x} { width: 8.3333333333%; clear: none; margin-left: 0; }
-
- .\31 2u\24#{$x} + *,
- .\31 1u\24#{$x} + *,
- .\31 0u\24#{$x} + *,
- .\39 u\24#{$x} + *,
- .\38 u\24#{$x} + *,
- .\37 u\24#{$x} + *,
- .\36 u\24#{$x} + *,
- .\35 u\24#{$x} + *,
- .\34 u\24#{$x} + *,
- .\33 u\24#{$x} + *,
- .\32 u\24#{$x} + *,
- .\31 u\24#{$x} + * {
- clear: left;
- }
-
- .\-11u#{$x} { margin-left: 91.6666666667% }
- .\-10u#{$x} { margin-left: 83.3333333333% }
- .\-9u#{$x} { margin-left: 75% }
- .\-8u#{$x} { margin-left: 66.6666666667% }
- .\-7u#{$x} { margin-left: 58.3333333333% }
- .\-6u#{$x} { margin-left: 50% }
- .\-5u#{$x} { margin-left: 41.6666666667% }
- .\-4u#{$x} { margin-left: 33.3333333333% }
- .\-3u#{$x} { margin-left: 25% }
- .\-2u#{$x} { margin-left: 16.6666666667% }
- .\-1u#{$x} { margin-left: 8.3333333333% }
-
- }
-
- /// Utility mixin for grid.
- /// @param {list} $gutters Gutters.
- /// @param {string} $class Optional class name.
- /// @param {integer} $multiplier Multiplier (default is 1).
- @mixin grid-gutters($gutters, $class: null, $multiplier: 1) {
-
- // Expand gutters if it's not a list.
- @if length($gutters) == 1 {
- $gutters: ($gutters, 0);
- }
-
- // Get column and row gutter values.
- $c: nth($gutters, 1);
- $r: nth($gutters, 2);
-
- // Get class (if provided).
- $x: '';
-
- @if $class {
- $x: '.' + $class;
- }
-
- // Default.
- .row#{$x} > * { padding: ($r * $multiplier) 0 0 ($c * $multiplier); }
- .row#{$x} { margin: ($r * $multiplier * -1) 0 -1px ($c * $multiplier * -1); }
-
- // Uniform.
- .row.uniform#{$x} > * { padding: ($c * $multiplier) 0 0 ($c * $multiplier); }
- .row.uniform#{$x} { margin: ($c * $multiplier * -1) 0 -1px ($c * $multiplier * -1); }
-
- }
-
- /// Wraps @content in vendorized keyframe blocks.
- /// @param {string} $name Name.
- @mixin keyframes($name) {
-
- @-moz-keyframes #{$name} { @content; }
- @-webkit-keyframes #{$name} { @content; }
- @-ms-keyframes #{$name} { @content; }
- @keyframes #{$name} { @content; }
-
- }
-
- ///
- /// Sets breakpoints.
- /// @param {map} $x Breakpoints.
- ///
- @mixin skel-breakpoints($x: ()) {
- $breakpoints: $x !global;
- }
-
- ///
- /// Initializes layout module.
- /// @param {map} config Config.
- ///
- @mixin skel-layout($config: ()) {
-
- // Config.
- $configPerBreakpoint: ();
-
- $z: map-get($config, 'breakpoints');
-
- @if $z {
- $configPerBreakpoint: $z;
- }
-
- // Reset.
- $x: map-get($config, 'reset');
-
- @if $x {
-
- /* Reset */
-
- @include reset($x);
-
- }
-
- // Box model.
- $x: map-get($config, 'boxModel');
-
- @if $x {
-
- /* Box Model */
-
- @include boxModel($x);
-
- }
-
- // Containers.
- $containers: map-get($config, 'containers');
-
- @if $containers {
-
- /* Containers */
-
- .container {
- margin-left: auto;
- margin-right: auto;
- }
-
- // Use default is $containers is just "true".
- @if $containers == true {
- $containers: 960px;
- }
-
- // Apply base.
- @include containers($containers);
-
- // Apply per-breakpoint.
- @each $name in map-keys($breakpoints) {
-
- // Get/use breakpoint setting if it exists.
- $x: map-get($configPerBreakpoint, $name);
-
- // Per-breakpoint config exists?
- @if $x {
- $y: map-get($x, 'containers');
-
- // Setting exists? Use it.
- @if $y {
- $containers: $y;
- }
-
- }
-
- // Create @media block.
- @media screen and #{map-get($breakpoints, $name)} {
- @include containers($containers);
- }
-
- }
-
- }
-
- // Grid.
- $grid: map-get($config, 'grid');
-
- @if $grid {
-
- /* Grid */
-
- // Use defaults if $grid is just "true".
- @if $grid == true {
- $grid: ();
- }
-
- // Sub-setting: Gutters.
- $grid-gutters: 40px;
- $x: map-get($grid, 'gutters');
-
- @if $x {
- $grid-gutters: $x;
- }
-
- // Rows.
- .row {
- border-bottom: solid 1px transparent;
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- }
-
- .row > * {
- float: left;
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- }
-
- .row:after, .row:before {
- content: '';
- display: block;
- clear: both;
- height: 0;
- }
-
- .row.uniform > * > :first-child {
- margin-top: 0;
- }
-
- .row.uniform > * > :last-child {
- margin-bottom: 0;
- }
-
- // Gutters (0%).
- @include grid-gutters($grid-gutters, \30 \25, 0);
-
- // Apply base.
- @include grid($grid-gutters);
-
- // Apply per-breakpoint.
- @each $name in map-keys($breakpoints) {
-
- // Get/use breakpoint setting if it exists.
- $x: map-get($configPerBreakpoint, $name);
-
- // Per-breakpoint config exists?
- @if $x {
- $y: map-get($x, 'grid');
-
- // Setting exists?
- @if $y {
-
- // Sub-setting: Gutters.
- $x: map-get($y, 'gutters');
-
- @if $x {
- $grid-gutters: $x;
- }
-
- }
-
- }
-
- // Create @media block.
- @media screen and #{map-get($breakpoints, $name)} {
- @include grid($grid-gutters, $name);
- }
-
- }
-
- }
-
- }
-
- /// Resets browser styles.
- /// @param {string} $mode Mode (default is 'normalize').
- @mixin reset($mode: 'normalize') {
-
- @if $mode == 'normalize' {
-
- // normalize.css v3.0.2 | MIT License | git.io/normalize
- html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}
-
- }
- @else if $mode == 'full' {
-
- // meyerweb.com/eric/tools/css/reset v2.0 | 20110126 | License: none (public domain)
- 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;}body{-webkit-text-size-adjust:none}
-
- }
-
- }
-
- /// Vendorizes a declaration's property and/or value(s).
- /// @param {string} $property Property.
- /// @param {mixed} $value String/list of value(s).
- @mixin vendor($property, $value) {
-
- // Determine if property should expand.
- $expandProperty: index($vendor-properties, $property);
-
- // Determine if value should expand (and if so, add '-prefix-' placeholder).
- $expandValue: false;
-
- @each $x in $value {
- @each $y in $vendor-values {
- @if $y == str-slice($x, 1, str-length($y)) {
-
- $value: set-nth($value, index($value, $x), '-prefix-' + $x);
- $expandValue: true;
-
- }
- }
- }
-
- // Expand property?
- @if $expandProperty {
- @each $vendor in $vendor-prefixes {
- #{$vendor}#{$property}: #{str-replace-all($value, '-prefix-', $vendor)};
- }
- }
-
- // Expand just the value?
- @elseif $expandValue {
- @each $vendor in $vendor-prefixes {
- #{$property}: #{str-replace-all($value, '-prefix-', $vendor)};
- }
- }
-
- // Neither? Treat them as a normal declaration.
- @else {
- #{$property}: #{$value};
- }
-
- }
\ No newline at end of file
diff --git a/_sass/libs/_vars.scss b/_sass/libs/_vars.scss
deleted file mode 100644
index 0b5ebc5a3..000000000
--- a/_sass/libs/_vars.scss
+++ /dev/null
@@ -1,48 +0,0 @@
-// Misc.
- $misc: (
- z-index-base: 10000
- );
-
-// Duration.
- $duration: (
- nav: 0.5s,
- transition: 0.2s
- );
-
-// Size.
- $size: (
- border-radius: 0.375em,
- element-height: 2.75em,
- element-margin: 2em,
- sidebar-width: 26em,
- sidebar-width-alt: 24em,
- gutter: 3em
- );
-
-//@import '../fonts/squareserif_bold_macroman/stylesheet.css';
-@import '../fonts/squareserif_demi_macroman/stylesheet.css';
-
-// Font.
- $font: (
- family: ('Open Sans', sans-serif),
- family-heading: ('square_serifdemi', 'Roboto Slab', serif),
- family-fixed: ('Lucida Console', Monaca, monospace),
- weight: 400,
- weight-bold: 600,
- weight-heading: 700,
- weight-heading-alt: 400,
- kerning-heading: 0.075em
- );
-
-// Palette.
- $palette: (
- bg: #ffffff,
- bg-alt: #f5f6f7,
- fg: #5e656b,
- fg-bold: #3d4449,
- fg-light: #9fa3a6,
- border: rgba(210,215,217,0.75),
- border-bg: transparentize(#e6ebed, 0.75),
- accent: #7FC06B,
- srclink: #101090
- );
diff --git a/assets/css/font-awesome.min.css b/assets/css/font-awesome.min.css
deleted file mode 100644
index 9b27f8ea8..000000000
--- a/assets/css/font-awesome.min.css
+++ /dev/null
@@ -1,4 +0,0 @@
-/*!
- * Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
- * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
- */@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.6.3');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
diff --git a/assets/css/ie8.css b/assets/css/ie8.css
deleted file mode 100644
index dee86c74f..000000000
--- a/assets/css/ie8.css
+++ /dev/null
@@ -1,21 +0,0 @@
-/*
- Editorial by HTML5 UP
- html5up.net | @ajlkn
- Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-*/
-
-/* Button */
-
- input[type="submit"],
- input[type="reset"],
- input[type="button"],
- button,
- .button {
- border: solid 2px #f56a6a;
- }
-
-/* Posts */
-
- .posts article {
- width: 40%;
- }
\ No newline at end of file
diff --git a/assets/css/ie9.css b/assets/css/ie9.css
deleted file mode 100644
index 386d248a7..000000000
--- a/assets/css/ie9.css
+++ /dev/null
@@ -1,73 +0,0 @@
-/*
- Editorial by HTML5 UP
- html5up.net | @ajlkn
- Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-*/
-
-/* Features */
-
- .features:after {
- clear: both;
- content: '';
- display: block;
- }
-
- .features article {
- float: left;
- }
-
- .features article:after {
- clear: both;
- content: '';
- display: block;
- }
-
- .features article .icon {
- float: left;
- }
-
-/* Posts */
-
- .posts:after {
- clear: both;
- content: '';
- display: block;
- }
-
- .posts article {
- float: left;
- }
-
-/* Main */
-
- #main {
- padding-left: 24em;
- }
-
-/* Sidebar */
-
- #sidebar {
- position: absolute;
- top: 0;
- left: 0;
- min-height: 100%;
- width: 24em;
- }
-
-/* Banner */
-
- #banner:after {
- clear: both;
- content: '';
- display: block;
- }
-
- #banner .content {
- float: left;
- padding-right: 4em;
- }
-
- #banner .image {
- float: left;
- margin-left: 0;
- }
\ No newline at end of file
diff --git a/assets/css/main.scss b/assets/css/main.scss
deleted file mode 100644
index 7d5e34795..000000000
--- a/assets/css/main.scss
+++ /dev/null
@@ -1,294 +0,0 @@
----
----
-
-@import 'libs/vars';
-@import 'libs/functions';
-@import 'libs/mixins';
-@import 'libs/skel';
-@import 'font-awesome.min.css';
-@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,400italic,600italic|Roboto+Slab:400,700');
-
-/*
- Editorial by HTML5 UP
- html5up.net | @ajlkn
- Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-*/
-
- @include skel-breakpoints((
- xlarge: '(max-width: 1680px)',
- large: '(max-width: 1280px)',
- medium: '(max-width: 980px)',
- small: '(max-width: 736px)',
- xsmall: '(max-width: 480px)',
- xxsmall: '(max-width: 360px)',
- xlarge-to-max: '(min-width: 1681px)',
- small-to-xlarge: '(min-width: 481px) and (max-width: 1680px)'
- ));
-
- @include skel-layout((
- reset: 'full',
- boxModel: 'border',
- grid: ( gutters: 1.5em )
- ));
-
-// Base.
-
- @import 'base/page';
- @import 'base/typography';
-
-// Component.
-
- @import 'components/section';
- @import 'components/form';
- @import 'components/box';
- @import 'components/icon';
- @import 'components/image';
- @import 'components/list';
- @import 'components/table';
- @import 'components/button';
- @import 'components/mini-posts';
- @import 'components/features';
- @import 'components/posts';
-
-// Layout.
-
- @import 'layout/wrapper';
- @import 'layout/main';
- @import 'layout/sidebar';
- @import 'layout/header';
- @import 'layout/banner';
- @import 'layout/footer';
- @import 'layout/menu';
-
-// custom...
-@import 'syntax-highlighting';
-
-small {
- font-size: 0.8em;
-}
-
-.italic {
- font-style: italic;
-}
-
-header {
- .logo {
- position: relative;
-
- strong {
- color: _palette(accent);
- font-size: 3em;
- position: absolute;
- left: 75px;
-
- &.small {
- font-size: 2em;
- color: orange !important;
- }
- }
- }
-
- .description {
- color: inherit;
- font-family: "square_serifdemi", "Roboto Slab", serif;
- position: absolute;
- left: 130px;
-
- &.small {
- top: 2.14em;
- }
- }
-}
-
-#small-logo {
- display: none !important;
-}
-
-@include breakpoint(small) {
- strong {
- font-size: 2.5em !important;
- }
-
- #small-logo {
- display: block !important;
- }
-}
-
-
-#sidebar {
- .logo {
- img {
- display: block;
- position: relative;
- margin: 0 auto -7px auto;
- left: -5px;
- }
-
- strong {
- display: block;
- text-align: center;
- font-family: _font(family-heading);
- font-weight: _font(weight-heading);
- font-size: 2em;
- color: _palette(accent);
- }
- }
-
- .inner > nav:first-child {
- margin-top: 1em;
- }
-
- ul.contact > li {
- margin-top: -0.25em;
- border-top: none;
- }
-}
-
-#menu ul ul li {
- font-size: 0.8em;
- a {
- font-size: 1em;
- display: inline-block;
- }
-}
-
-.mini-post {
- .date {
- float: right;
- font-style: italic;
- padding-left: 1em;
- }
-}
-
-//header .logo strong {
-// color: _palette(accent);
-// font-size: 3em;
-// position: relative;
-// top: -.2em;
-//}
-
-
-.main-logo {
- position: relative;
- padding-top: 1em;
-
- i.fa-android {
- font-size: 11em;
- color: #bbbbbb;
- letter-spacing: -13px;
- }
-
- img {
- position: absolute;
- }
-
- h1 {
- color: _palette(accent);
- font-size: 6em;
- position: absolute;
- margin: 0;
- left: 270px;
- top: 20px;
- }
-
- h2 {
- color: lighten(_palette(fg-bold), 8);
- position: absolute;
- left: 290px;
- top: 103px;
- width: 100%;
- }
-
- @include breakpoint(small) {
- transform: scale(.6);
- margin-left: -6em;
- }
-
- @include breakpoint(xsmall) {
- transform: scale(.4);
- margin-left: -8em;
- }
-}
-
-.flip-horizontal {
- -moz-transform: scaleX(-1);
- -o-transform: scaleX(-1);
- -webkit-transform: scaleX(-1);
- transform: scaleX(-1);
- filter: FlipH;
- -ms-filter: "FlipH";
-}
-
-header.major > :last-child {
- margin-bottom: 1em;
-}
-
-
-table {
- td {
- padding: .25em .5em;
- border: solid 1px _palette(border); // more pronounced border
-
- code {
- border: solid 1px _palette(border-bg); // less pronounced border
- margin: 0; // less margin/padding when inside a td
- padding: 0;
- letter-spacing: -0.1em; // narrower inside tables
- }
- }
-}
-
-code {
- color: darken(_palette(fg), 30); // a little more contrasty
- padding: 0.125em 0.25em;
- white-space: pre-wrap;
-}
-
-a code {
- color: _palette(srclink);
-}
-
-.post {
- h3 {
- margin: 0;
- }
-
- .post-meta {
- font-family: _font(family-heading);
- font-size: 0.9em;
- font-weight: 400;
- letter-spacing: 0.075em;
- text-transform: uppercase;
- margin-bottom: 0;
- }
-}
-
-#toc-container {
- border: solid 2px _palette(border);
- padding: .25em .5em;
- max-width: 40em;
- float: right;
- margin: 0 0 1em 1em;
-
- h2 {
- margin: 0;
- }
-
- ul {
- margin: 0;
- }
-
- li {
- margin-left: 0.5em;
- padding: 0;
- font-family: _font(family-heading);
-
- a {
- color: _palette(fg);
- }
- }
-
- .toclevel-2 {
- font-size: 0.9em;
- }
-}
diff --git a/assets/cts-results.json b/assets/cts-results.json
deleted file mode 100644
index a157c02c3..000000000
--- a/assets/cts-results.json
+++ /dev/null
@@ -1 +0,0 @@
-{"classes":{"android.content.cts.AsyncQueryHandlerTest":{"methods":{"testStartDelete":"FAIL","testStartInsert":"FAIL","testStartQuery":"FAIL","testStartUpdate":"FAIL","testConstructor":"PASS","testCreateHandler":"PASS"}},"android.content.cts.AvailableIntentsTest":{"methods":{"testAlarmClock":"FAIL","testCalendarAddAppointment":"FAIL","testCreateDocument":"FAIL","testGetContentAny":"FAIL","testGetContentImage":"FAIL","testManageStorage":"FAIL","testMusicPlayback":"FAIL","testOpenDocumentAny":"FAIL","testOpenDocumentImage":"FAIL","testRingtonePicker":"FAIL","testSettings":"FAIL","testViewDownloads":"FAIL","testViewNormalUrl":"FAIL","testViewSecureUrl":"FAIL","testVoiceCommand":"FAIL","testVoiceSearchHandsFree":"FAIL","testWebSearchNormalUrl":"FAIL","testWebSearchPlainText":"FAIL","testWebSearchSecureUrl":"FAIL","testCallPhoneNumber":"PASS","testDialPhoneNumber":"PASS","testDialVoicemail":"PASS","testChangePhoneAccounts":"PASS","testShowCallAccessibilitySettings":"PASS","testShowCallSettings":"PASS","testShowRespondViaSmsSettings":"PASS","testCamera":"PASS","testContactsCallLogs":"PASS"}},"android.content.cts.BroadcastReceiverTest":{"methods":{"testAbortBroadcast":"FAIL","testDisabledBroadcastReceiver":"FAIL","testPeekService":"FAIL","testConstructor":"PASS","testNewPhotoBroadcast_notReceived":"PASS","testNewVideoBroadcast_notReceived":"PASS","testAccessDebugUnregister":"PASS","testSetOrderedHint":"PASS","testOnReceive":"PASS","testOnReceiverOrdered":"PASS"}},"android.content.cts.ClipboardManagerTest":{"methods":{"testSetPrimaryClip_contentUri":"FAIL","testSetPrimaryClip_intent":"FAIL","testSetPrimaryClip_rawUri":"FAIL","testSetGetText":"PASS","testHasPrimaryClip":"PASS","testSetPrimaryClip_plainText":"PASS","testSetPrimaryClip_complexItem":"PASS","testSetPrimaryClip_multipleItems":"PASS"}},"android.content.cts.ContentResolverSyncTestCase":{"methods":{"testCallMultipleAccounts":"FAIL","testCancelSync":"FAIL","testGetSyncAdapterTypes":"FAIL","testRequestSync":"FAIL","testStartSyncFailure":"FAIL","testValidateSyncExtrasBundle":"PASS","testGetAndSetMasterSyncAutomatically":"PASS","testGetAndSetSyncAutomatically":"PASS","testGetAndSetIsSyncable":"PASS"}},"android.content.cts.ContentResolverTest":{"methods":{"testBulkInsert":"FAIL","testCancelableQuery_WhenCanceledDuringLongRunningQuery_CancelsQueryAndThrows":"FAIL","testCrashingOpenAssetFileDescriptor":"FAIL","testCrashingOpenTypedAssetFileDescriptor":"FAIL","testCrashOnLaunch":"FAIL","testDelete":"FAIL","testGetType":"FAIL","testOpenAssetFileDescriptor":"FAIL","testOpenInputStream":"FAIL","testOpenOutputStream":"FAIL","testQuery":"FAIL","testRegisterContentObserverDescendantBehavior":"FAIL","testRegisterContentObserver":"FAIL","testStableToUnstableRefs":"FAIL","testStartSyncFailure":"FAIL","testUnstableGetType":"FAIL","testUnstableToStableRefs":"FAIL","testUpdate":"FAIL","testConstructor":"PASS","testOpenFileDescriptor":"PASS","testNotifyChange1":"PASS","testNotifyChange2":"PASS","testStartCancelSync":"PASS","testValidateSyncExtrasBundle":"PASS","testCrashingQuery":"PASS","testCancelableQuery_WhenNotCanceled_ReturnsResultSet":"PASS","testCancelableQuery_WhenCanceledBeforeQuery_ThrowsImmediately":"PASS","testInsert":"PASS"}},"android.content.cts.ContentUrisTest":{"methods":{"testParseIdFailure":"FAIL","testConstructor":"PASS","testWithAppendedId":"PASS","testWithAppendedIdFailure":"PASS","testAppendIdFailure":"PASS","testAppendId":"PASS","testParseId":"PASS"}},"android.content.cts.ContextTest":{"methods":{"testMoveDatabaseFrom":"FAIL","testMoveSharedPreferencesFrom":"FAIL","testObtainStyledAttributes":"FAIL","testGetString":"PASS","testGetSystemService":"PASS","testGetSystemServiceByClass":"PASS","testGetColorStateList":"PASS","testGetColor":"PASS","testFilenames":"PASS","testCreateDeviceProtectedStorageContext":"PASS","testGetText":"PASS","testAccessTheme":"PASS"}},"android.content.cts.ContextWrapperTest":{"methods":{"testAccessService":"FAIL","testAccessStickyBroadcast":"FAIL","testAccessWallpaper":"FAIL","testCheckCallingOrSelfPermission":"FAIL","testCheckCallingOrSelfUriPermission":"FAIL","testCheckPermission":"FAIL","testCheckUriPermission1":"FAIL","testCheckUriPermission2":"FAIL","testEnforceCallingOrSelfUriPermission":"FAIL","testEnforceUriPermission1":"FAIL","testEnforceUriPermission2":"FAIL","testGetWallpaperDesiredMinimumHeightAndWidth":"FAIL","testRegisterReceiver1":"FAIL","testSendOrderedBroadcast1":"FAIL","testStartActivity":"FAIL","testConstructor":"PASS","testEnforceCallingPermission":"PASS","testGetDir":"PASS","testGrantUriPermission":"PASS","testEnforcePermission":"PASS","testCheckCallingPermission":"PASS","testCheckCallingUriPermission":"PASS","testEnforceCallingUriPermission":"PASS","testGetPackageManager":"PASS","testSendBroadcast1":"PASS","testSendBroadcast2":"PASS","testGetSystemService":"PASS","testGetSystemServiceByClass":"PASS","testStartInstrumentation":"PASS","testCreatePackageContext":"PASS","testGetMainLooper":"PASS","testGetApplicationContext":"PASS","testGetSharedPreferences":"PASS","testRevokeUriPermission":"PASS","testGetPackageCodePath":"PASS","testGetPackageName":"PASS","testGetContentResolver":"PASS","testAccessBaseContext":"PASS","testGetFileStreamPath":"PASS","testGetClassLoader":"PASS","testRegisterReceiver2":"PASS","testEnforceCallingOrSelfPermission":"PASS","testAccessDatabase":"PASS","testGetPackageResourcePath":"PASS","testSendOrderedBroadcast2":"PASS","testGetCacheDir":"PASS","testGetResources":"PASS","testGetAssets":"PASS"}},"android.content.cts.ImageCaptureUriExtraToClipDataTest":{"methods":{"testUriExtraOutputMigratedToClipData_imageCaptureIntent":"FAIL","testUriExtraOutputMigratedToClipData_imageCaptureSecureIntent":"FAIL","testUriExtraOutputMigratedToClipData_videoCaptureIntent":"FAIL"}},"android.content.cts.IntentFilterTest":{"methods":{"testReadFromXml":"FAIL","testConstructor":"PASS","testCategories":"PASS","testMimeTypes":"PASS","testAccessPriority":"PASS","testDataSchemes":"PASS","testCreate":"PASS","testSchemeSpecificParts":"PASS","testAuthorities":"PASS","testDataTypes":"PASS","testMatchData":"PASS","testActions":"PASS","testWriteToXml":"PASS","testMatchCategories":"PASS","testMatchDataAuthority":"PASS","testDescribeContents":"PASS","testDataPaths":"PASS","testMatchWithIntent":"PASS","testMatchWithIntentData":"PASS","testWriteToParcel":"PASS","testAddDataType":"PASS","testPaths":"PASS","testDump":"PASS"}},"android.content.cts.IntentTest":{"methods":{"testParseIntent":"FAIL","testRemoveUnsafeExtras":"FAIL","testResolveActivityMultipleMatch":"FAIL","testResolveActivitySingleMatch":"FAIL","testConstructor":"PASS","testGetIntentOld":"PASS","testAccessType":"PASS","testPutExtra10":"PASS","testPutExtra7":"PASS","testPutExtra2":"PASS","testPutExtra19":"PASS","testPutExtra4":"PASS","testPutExtra9":"PASS","testPutExtra24":"PASS","testGetCharExtra":"PASS","testGetIntent":"PASS","testPutExtra12":"PASS","testGetScheme":"PASS","testPutExtra8":"PASS","testPutExtra15":"PASS","testPutExtra18":"PASS","testPutExtra22":"PASS","testResolveType1":"PASS","testPutExtra1":"PASS","testHasCategory":"PASS","testPutExtra13":"PASS","testRemoveExtra":"PASS","testGetIntExtra":"PASS","testPutExtra5":"PASS","testAccessAction":"PASS","testDescribeContents":"PASS","testResolveType2":"PASS","testSetClass":"PASS","testPutExtra3":"PASS","testPutExtra16":"PASS","testPutExtra17":"PASS","testPutExtra6":"PASS","testAddCategory":"PASS","testPutExtra14":"PASS","testPutExtra21":"PASS","testAddFlags":"PASS","testPutExtra20":"PASS","testCloneFilter":"PASS","testFillIn_dataType":"PASS","testFillIn_dataTypeSet":"PASS","testFillIn_dataTypeOverride":"PASS","testFillIn_componentNoCopy":"PASS","testFillIn_componentOverride":"PASS","testFillIn_category":"PASS","testFillIn_categorySet":"PASS","testFillIn_categoryOverride":"PASS","testFillIn_package":"PASS","testFillIn_packageSet":"PASS","testFillIn_packageOverride":"PASS","testFillIn_extras":"PASS","testGetBooleanExtra":"PASS","testGetFloatExtra":"PASS","testGetShortArrayExtra":"PASS","testGetStringArrayExtra":"PASS","testGetCharSequenceArrayExtra":"PASS","testGetByteArrayExtra":"PASS","testHasFileDescriptors":"PASS","testGetBooleanArrayExtra":"PASS","testGetLongExtra":"PASS","testRemoveCategory":"PASS","testGetDoubleExtra":"PASS","testGetParcelableArrayExtra":"PASS","testResolveActivityEmpty":"PASS","testResolveActivityShortcutMatch":"PASS","testToURI":"PASS","testUris":"PASS","testToString":"PASS","testGetCharSequenceExtra":"PASS","testReadFromParcel":"PASS","testGetParcelableArrayListExtra":"PASS","testFilterHashCode":"PASS","testGetCategories":"PASS","testGetIntegerArrayListExtra":"PASS","testGetIntArrayExtra":"PASS","testSetClassName1":"PASS","testSetClassName2":"PASS","testPutIntegerArrayListExtra":"PASS","testGetBundleExtra":"PASS","testGetCharArrayExtra":"PASS","testClone":"PASS","testGetDoubleArrayExtra":"PASS","testPutStringArrayListExtra":"PASS","testAccessComponent":"PASS","testGetDataString":"PASS","testGetLongArrayExtra":"PASS","testResolveTypeIfNeeded":"PASS","testPutParcelableArrayListExtra":"PASS","testSetExtrasClassLoader":"PASS","testGetStringArrayListExtra":"PASS","testGetCharSequenceArrayListExtra":"PASS","testResolveActivityInfo":"PASS","testGetParcelableExtra":"PASS","testGetShortExtra":"PASS","testAccessFlags":"PASS","testCreateChooser":"PASS","testGetFloatArrayExtra":"PASS","testSetDataAndType":"PASS","testSetData":"PASS","testSetType":"PASS","testGetStringExtra":"PASS","testFillIn_blank":"PASS","testFillIn_action":"PASS","testFillIn_actionSet":"PASS","testFillIn_actionOverride":"PASS","testFillIn_data":"PASS","testFillIn_dataSet":"PASS","testFillIn_dataOverride":"PASS","testGetExtras":"PASS","testAccessData":"PASS","testPutExtra23":"PASS","testFilterEquals":"PASS","testPutExtras1":"PASS","testPutExtras2":"PASS","testGetByteExtra":"PASS","testGetSerializableExtra":"PASS","testReplaceExtras":"PASS","testNormalizeMimeType":"PASS","testHasExtra":"PASS","testPutExtra11":"PASS"}},"android.content.cts.ReadableUriExtraToClipDataTest":{"methods":{"testUriExtraStreamMigratedToClipData_sendIntent":"FAIL","testUriExtraStreamMigratedToClipData_sendMultipleIntent":"FAIL"}},"android.content.cts.SharedPreferencesTest":{"methods":{"testCommitCreatesFiles":"FAIL","testModeMultiProcess":"FAIL","testNonRedundantClear":"FAIL","testNonRedundantString":"FAIL","testRedundantBoolean":"FAIL","testRedundantClear":"FAIL","testRedundantCommitWritesFileIfNotAlreadyExisting":"FAIL","testRedundantRemove":"FAIL","testRedundantString":"FAIL","testTorture2":"FAIL","testNoFileInitially":"PASS","testDefaults":"PASS","testPutNullRemovesKey":"PASS","testTorture":"PASS"}},"android.content.cts.SyncStorageEngineTest":{"methods":{"testMalformedAuthority":"FAIL"}},"android.content.pm.cts.ApplicationInfo_DisplayNameComparatorTest":{"methods":{"testCompare":"FAIL","testConstructor":"PASS"}},"android.content.pm.cts.ApplicationInfoTest":{"methods":{"testLoadDescription":"FAIL","testConstructor":"PASS","testDescribeContents":"PASS","testWriteToParcel":"PASS","testDump":"PASS","testToString":"PASS"}},"android.content.pm.cts.ComponentInfoTest":{"methods":{"testLoadIcon":"FAIL","testLoadLabel":"FAIL","testConstructor":"PASS","testWriteToParcel":"PASS","testDumpBack":"PASS","testGetIconResource":"PASS","testIsEnabled":"PASS","testDumpFront":"PASS"}},"android.content.pm.cts.ConfigurationInfoTest":{"methods":{"testConfigPreferences":"FAIL"}},"android.content.pm.cts.FeatureGroupInfoTest":{"methods":{"testFeatureGroupsAreCorrect":"FAIL"}},"android.content.pm.cts.InstrumentationInfoTest":{"methods":{"testInstrumentationInfo":"FAIL"}},"android.content.pm.cts.PackageItemInfoTest":{"methods":{"testLoadMethods":"FAIL","testWriteToParcel":"FAIL","testDump":"PASS"}},"android.content.pm.cts.PackageManagerTest":{"methods":{"testAddPreferredActivity":"FAIL","testCheckMethods":"FAIL","testGetIcon":"FAIL","testGetInfo":"FAIL","testGetPackageArchiveInfo":"FAIL","testGetResources":"FAIL","testQuery":"FAIL","testResolveMethods":"FAIL","testGetPreferredActivities":"PASS","testClearPackagePreferredActivities":"PASS","testAccessEnabledSetting":"PASS","testOpPermission":"PASS"}},"android.content.pm.cts.PermissionGroupInfoTest":{"methods":{"testPermissionGroupInfo":"FAIL"}},"android.content.pm.cts.PermissionInfoTest":{"methods":{"testPermissionInfo":"FAIL"}},"android.content.pm.cts.ProviderInfoTest":{"methods":{"testProviderInfo":"FAIL","testProviderMetaData":"FAIL"}},"android.content.pm.cts.ResolveInfoTest":{"methods":{"testDump":"FAIL","testResolveInfo":"FAIL"}},"android.content.res.cts.AssetFileDescriptorTest":{"methods":{"testInputOutputStream":"FAIL","testMiscMethod":"FAIL","testConstructor":"PASS"}},"android.content.res.cts.AssetManager_AssetInputStreamTest":{"methods":{"testAndroidTestCaseSetupProperly":"FAIL","testClose":"FAIL","testGetAssetInt":"FAIL","testMarkReset":"FAIL","testReadMethods":"FAIL"}},"android.content.res.cts.AssetManagerTest":{"methods":{"testAssetOperations":"FAIL","testClose":"FAIL","testGetNonSystemLocales":"FAIL"}},"android.content.res.cts.ColorStateListTest":{"methods":{"testGetChangingConfigurations":"FAIL","testConstructor":"PASS","testCreateFromXml":"PASS","testCreateFromXmlThemed":"PASS","testWithAlpha":"PASS","testValueOf":"PASS","testParcelable":"PASS","testIsOpaque":"PASS"}},"android.content.res.cts.ConfigTest":{"methods":{"testAllClassicConfigs":"FAIL","testAllEmptyConfigs":"FAIL","testCombinations":"FAIL","testDensity":"FAIL","testExtendedLocales":"FAIL","testGetLocalesConvertsTlToFil":"FAIL","testNewScreenSize":"FAIL","testPrecidence":"FAIL","testScreenSize":"FAIL","testTlAndFilConversion":"FAIL","testVersions":"FAIL"}},"android.content.res.cts.FractionTest":{"methods":{"testFractions":"FAIL"}},"android.content.res.cts.PluralResourcesTest":{"methods":{"testCzech":"FAIL","testPlurals":"FAIL"}},"android.content.res.cts.PrivateAttributeTest":{"methods":{"testNoAttributesAfterLastPublicAttribute":"FAIL"}},"android.content.res.cts.ResourcesTest":{"methods":{"testGetAnimation":"FAIL","testGetDrawable":"FAIL","testGetDrawableForDensity":"FAIL","testGetLayout":"FAIL","testGetMovie":"FAIL","testGetQuantityString1":"FAIL","testGetQuantityString2":"FAIL","testGetQuantityText":"FAIL","testGetValue":"FAIL","testGetValueForDensity":"FAIL","testObtainAttributes":"FAIL","testRawResource":"FAIL","testGetString":"PASS","testGetColorStateList":"PASS","testGetColor":"PASS","testGetAssets":"PASS","testGetResourceName":"PASS","testResources":"PASS","testObtainTypedArray":"PASS","testGetDimension":"PASS","testGetDimensionPixelOffset":"PASS","testUpdateConfiguration":"PASS","testUpdateConfiguration_emptyLocaleIsOverridden":"PASS","testUpdateConfiguration_copyLocales":"PASS","testUpdateConfiguration_emptyAfterUpdate":"PASS","testGetDimensionPixelSize":"PASS","testGetInteger":"PASS","testGetSystem":"PASS","testGetBoolean":"PASS","testgetFraction":"PASS","testParseBundleExtras":"PASS","testParseBundleExtra":"PASS","testGetIdentifier":"PASS","testGetIntArray":"PASS","testGetResourceEntryName":"PASS","testGetStringWithIntParam":"PASS","testGetStringArray":"PASS","testGetValueWithID":"PASS"}},"android.content.res.cts.Resources_ThemeTest":{"methods":{"testGetChangingConfigurations":"FAIL","testGetDrawable":"FAIL","testObtainStyledAttributes":"FAIL","testRebase":"FAIL","testResolveAttribute":"FAIL","testSetMethods":"FAIL","testGetResources":"PASS"}},"android.content.res.cts.TypedArrayTest":{"methods":{"testBasics":"FAIL","testGetType":"FAIL","testNonResourceString":"FAIL","testPeekValue":"FAIL","testHasValue":"PASS","testGetAttributes":"PASS","testRecycle":"PASS"}},"android.view.inputmethod.cts.KeyboardTest":{"methods":{"testKeyOnPressedAndReleased":"PASS"}},"android.test.AndroidTestCase":{"methods":{"testAndroidTestCaseSetupProperly":"PASS"}},"android.view.cts.ViewTest":{"methods":{"testAccessBackground":"PASS","testAccessClickable":"PASS","testAccessContextClickable":"PASS","testAccessDrawingCacheBackgroundColor":"PASS","testAccessDrawingCacheEnabled":"PASS","testAccessDrawingCacheQuality":"PASS","testAccessDuplicateParentStateEnabled":"PASS","testAccessEnabled":"PASS","testAccessId":"PASS","testAccessKeepScreenOn":"PASS","testAccessLayoutParams":"PASS","testAccessLongClickable":"PASS","testAccessMeasuredDimension":"PASS","testAccessNextFocusDownId":"PASS","testAccessNextFocusLeftId":"PASS","testAccessNextFocusRightId":"PASS","testAccessNextFocusUpId":"PASS","testAccessOnFocusChangeListener":"PASS","testAccessPointerIcon":"PASS","testAccessPressed":"PASS","testAccessSaveEnabled":"PASS","testAccessScrollIndicators":"PASS","testAccessSelected":"PASS","testAccessSoundEffectsEnabled":"PASS","testAccessTag":"PASS","testAccessTouchDelegate":"FAIL","testAccessWillNotCacheDrawing":"PASS","testAccessWillNotDraw":"PASS","testAddFocusables":"PASS","testAddFocusablesInTouchMode":"PASS","testAddFocusablesWithoutTouchMode":"PASS","testAddTouchables":"PASS","testBackgroundTint":"PASS","testBringToFront":"PASS","testCancelLongPress":"PASS","testClearAnimation":"PASS","testConstructor":"FAIL","testCreateContextMenu":"PASS","testCreatePointerIcons":"PASS","testDispatchKeyEvent":"PASS","testDispatchKeyShortcutEvent":"PASS","testDispatchSetPressed":"PASS","testDispatchSetSelected":"PASS","testDispatchTouchEvent":"PASS","testDispatchTrackballMoveEvent":"PASS","testDispatchUnhandledMove":"FAIL","testDrawableState":"PASS","testFindViewById":"PASS","testFitSystemWindows":"PASS","testForceLayout":"PASS","testGetAnimation":"PASS","testGetApplicationWindowToken":"PASS","testGetBaseline":"PASS","testGetBottomPaddingOffset":"PASS","testGetContext":"PASS","testGetContextMenuInfo":"PASS","testGetDefaultSize":"PASS","testGetDrawingTime":"PASS","testGetFocusables":"PASS","testGetGlobalVisibleRect":"PASS","testGetGlobalVisibleRectPoint":"PASS","testGetHandler":"PASS","testGetHitRect":"PASS","testGetLeftPaddingOffset":"PASS","testGetLocationInWindow":"PASS","testGetLocationOnScreen":"PASS","testGetParent":"PASS","testGetResources":"PASS","testGetRightPaddingOffset":"PASS","testGetRootView":"PASS","testGetSolidColor":"PASS","testGetSuggestedMinimumHeight":"PASS","testGetSuggestedMinimumWidth":"PASS","testGetTopPaddingOffset":"PASS","testGetTouchables":"PASS","testGetViewTreeObserver":"PASS","testGetWindowAttachCount":"PASS","testGetWindowToken":"PASS","testGetWindowVisibleDisplayFrame":"PASS","testInflate":"PASS","testIsInEditMode":"PASS","testIsInTouchMode":"PASS","testIsLayoutRequested":"PASS","testIsPaddingOffsetRequired":"PASS","testIsShown":"PASS","testKeyPreIme":"FAIL","testLayout":"PASS","testMeasure":"PASS","testMergeDrawableStates":"PASS","testMouseEventCallsGetPointerIcon":"FAIL","testOnAttachedToAndDetachedFromWindow":"PASS","testOnFocusChanged":"PASS","testOnKeyDownOrUp":"FAIL","testOnKeyMultiple":"PASS","testOnKeyShortcut":"FAIL","testOnSaveAndRestoreInstanceState":"PASS","testOnSizeChanged":"PASS","testOnStartAndFinishTemporaryDetach":"PASS","testOnTouchEvent":"FAIL","testOnTrackballEvent":"FAIL","testOverlappingRendering":"PASS","testPerformClick":"PASS","testPerformContextClick":"PASS","testPerformLongClick":"PASS","testPerformLongClickXY":"PASS","testPerformLongClickXY_WithListener":"PASS","testPlaySoundEffect":"PASS","testPostInvalidate1":"PASS","testPostInvalidate2":"PASS","testPostInvalidateDelayed":"PASS","testRequestFocusFromTouch":"PASS","testRequestLayout":"PASS","testRequestRectangleOnScreen1":"PASS","testRequestRectangleOnScreen2":"PASS","testRequestRectangleOnScreen3":"PASS","testRequestRectangleOnScreen4":"PASS","testRequestRectangleOnScreen5":"PASS","testRequestRectangleOnScreenWithScale":"PASS","testResolveSize":"PASS","testSaveAndRestoreHierarchyState":"PASS","testScheduleDrawable":"PASS","testScrollFading":"PASS","testScrollIndicators":"PASS","testScrollbarStyle":"PASS","testSetAnimation":"PASS","testSetBackgroundColor":"PASS","testSetBackgroundResource":"PASS","testSetMinimumHeight":"PASS","testSetMinimumWidth":"PASS","testSetOnClickListener":"PASS","testSetOnContextClickListener":"PASS","testSetOnCreateContextMenuListener":"PASS","testSetOnLongClickListener":"PASS","testSetScrollContainer":"PASS","testSetScrollIndicators":"PASS","testShowContextMenu":"PASS","testShowContextMenuXY":"PASS","testStartActionModeTypedWithParent":"PASS","testStartActionModeTypedWithoutParent":"PASS","testStartActionModeWithParent":"PASS","testStartActionModeWithoutParent":"PASS","testTouchMode":"FAIL","testTranslationSetter":"PASS","testUnscheduleDrawable":"PASS","testVerifyDrawable":"PASS","testXYZ":"PASS","testConstructor2":"FAIL","testStartAnimation":"FAIL","testOnAnimation":"FAIL","testGetDrawingRect":"FAIL","testGetFocusedRect":"FAIL","testComputeHorizontalScroll":"FAIL","testComputeVerticalScroll":"FAIL","testGetFadingEdgeStrength":"FAIL","testGetLeftFadingEdgeStrength":"FAIL","testGetRightFadingEdgeStrength":"FAIL","testGetBottomFadingEdgeStrength":"FAIL","testGetTopFadingEdgeStrength":"FAIL","testGetDrawingCache":"FAIL","testBuildAndDestroyDrawingCache":"FAIL","testGetWindowVisibility":"FAIL","testHasWindowFocus":"FAIL","testRemoveCallbacks":"FAIL","testPost":"FAIL","testPostDelayed":"FAIL","testWindowVisibilityChanged":"FAIL","testGetLocalVisibleRect":"FAIL","testAddRemoveAffectsWrapContentLayout":"FAIL","testInvalidate1":"FAIL","testInvalidate2":"FAIL","testInvalidate3":"FAIL","testInvalidateDrawable":"FAIL","testWindowFocusChanged":"FAIL","testDraw":"FAIL","testPadding":"FAIL","testScrolling":"FAIL","testInitializeScrollbarsAndFadingEdge":"FAIL","testHapticFeedback":"FAIL","testInputConnection":"FAIL","testFilterTouchesWhenObscured":"FAIL","testVisibilityAggregated":"FAIL"}},"android.view.animation.cts.GridLayoutAnimationControllerTest":{"methods":{"testAccessDelay":"FAIL","testAccessDirection":"FAIL","testAccessDirectionPriority":"FAIL","testConstructor":"PASS","testGetDelayForView":"FAIL","testWillOverlap":"PASS"}},"android.view.animation.cts.RotateAnimationTest":{"methods":{"testConstructors":"PASS","testRotateAgainstOrigin":"PASS","testRotateAgainstPoint":"PASS"}},"android.view.animation.cts.AnimatorInflaterTest":{"methods":{"testLoadAnimator":"FAIL","testLoadAnimatorWithDifferentInterpolators":"FAIL","testLoadChangingStateListAnimator":"FAIL","testLoadStateListAnimator":"PASS","testLoadStateListAnimatorWithChangingResetState":"FAIL","testReloadedAnimatorIsNotModified":"FAIL"}},"android.view.animation.cts.AccelerateInterpolatorTest":{"methods":{"testAccelerateInterpolator":"PASS","testConstructor":"PASS","testGetInterpolation":"PASS"}},"android.view.animation.cts.DecelerateInterpolatorTest":{"methods":{"testConstructor":"PASS","testDecelerateInterpolator":"PASS","testGetInterpolation":"PASS"}},"android.view.animation.cts.TransformationTest":{"methods":{"testAccessAlpha":"PASS","testAccessTransformationType":"PASS","testClear":"PASS","testCompose":"PASS","testConstructor":"PASS","testGetMatrix":"PASS","testSet":"PASS","testToString":"PASS"}},"android.view.animation.cts.LayoutAnimationController_AnimationParametersTest":{"methods":{"testConstructor":"PASS"}},"android.view.animation.cts.AnimationSetTest":{"methods":{"testAccessAnimations":"PASS","testAccessDuration":"PASS","testAccessRepeatMode":"PASS","testAccessStartOffset":"PASS","testAccessStartTime":"PASS","testClone":"PASS","testComputeDurationHint":"PASS","testConstructor":"PASS","testGetTransformation":"PASS","testInitialize":"PASS","testRestrictDuration":"PASS","testScaleCurrentDuration":"PASS","testSetFillAfter":"PASS","testSetFillBefore":"PASS","testWillChangeTransformationMatrix":"PASS"}},"android.view.animation.cts.LayoutAnimationControllerTest":{"methods":{"testAccessAnimation":"FAIL","testAccessDelay":"FAIL","testAccessInterpolator":"FAIL","testAccessOrder":"FAIL","testConstructor":"PASS","testGetAnimationForView":"FAIL","testGetDelayForView":"PASS","testGetTransformedIndex":"PASS","testIsDone":"PASS","testStart":"PASS","testWillOverlap":"PASS"}},"android.view.animation.cts.AccelerateDecelerateInterpolatorTest":{"methods":{"testAccelerateDecelerateInterpolator":"FAIL","testConstructor":"PASS","testGetInterpolation":"PASS"}},"android.view.animation.cts.LinearInterpolatorTest":{"methods":{"testConstructor":"PASS","testGetInterpolation":"PASS","testLinearInterpolator":"PASS"}},"android.view.animation.cts.ScaleAnimationTest":{"methods":{"testApplyTransformation":"PASS","testApplyTransformationIndirectly":"PASS","testConstructors":"PASS"}},"android.view.animation.cts.AlphaAnimationTest":{"methods":{"testApplyTransformation":"PASS","testConstructor":"PASS","testWillChangeBounds":"PASS","testWillChangeTransformationMatrix":"PASS"}},"android.view.animation.cts.AnimationUtilsTest":{"methods":{"testCurrentAnimationTimeMillis":"FAIL","testLoad":"FAIL","testMakeAnimation":"PASS"}},"android.view.animation.cts.GridLayoutAnimationController_AnimationParametersTest":{"methods":{"testConstructor":"PASS"}},"android.view.animation.cts.AnimationTest":{"methods":{"testAccessFill":"PASS","testAccessInterpolator":"FAIL","testAccessStartOffset":"FAIL","testAccessZAdjustment":"PASS","testCancelDelayed":"FAIL","testCancelImmediately":"FAIL","testClone":"PASS","testComputeDurationHint":"PASS","testConstructor":"PASS","testDefaultFill":"PASS","testGetTransformation":"FAIL","testInitialize":"PASS","testRepeatAnimation":"FAIL","testRepeatingCancelDelayed":"FAIL","testRepeatingCancelImmediately":"FAIL","testResolveSize":"PASS","testRestrictDuration":"PASS","testRunAccelerateAlpha":"PASS","testScaleCurrentDuration":"PASS","testSetAnimationListener":"PASS","testStart":"PASS","testStartNow":"PASS","testWillChangeBounds":"PASS","testWillChangeTransformationMatrix":"PASS"}},"android.view.animation.cts.CycleInterpolatorTest":{"methods":{"testConstructors":"PASS","testCycyleInterpolator":"PASS","testGetInterpolation":"PASS"}},"android.view.animation.cts.TranslateAnimationTest":{"methods":{"testApplyTransformation":"PASS","testConstructors":"PASS","testInitialize":"PASS"}},"android.view.cts.OrientationListenerTest":{"methods":{"testConstructor":"PASS","testOnAccuracyChanged":"PASS","testOnOrientationChanged":"PASS","testOnSensorChanged":"PASS","testRegisterationOfOrientationListener":"PASS"}},"android.view.cts.ViewStubTest":{"methods":{"testAccessInflatedId":"PASS","testAccessLayoutResource":"PASS","testConstructor":"FAIL","testDraw":"PASS","testInflate":"PASS","testInflateError":"PASS","testSetOnInflateListener":"PASS","testSetOnInflateListenerError":"PASS","testSetVisibility":"PASS","testViewStubHasNoDimensions":"PASS"}},"android.test.ActivityInstrumentationTestCase":{"methods":{"testActivityTestCaseSetUpProperly":"PASS"}},"android.view.cts.DisplayRefreshRateTest":{"methods":{"testRefreshRate":"TIMEOUT"}},"android.view.cts.ScaleGestureDetectorTest":{"methods":{"testAccessStylusScaleEnabled":"FAIL","testConstructor":"PASS"}},"android.view.cts.SearchEventTest":{"methods":{"testTest":"FAIL"}},"android.view.cts.ViewGroupOverlayTest":{"methods":{"testAddNullView":"PASS","testBasics":"FAIL","testOverlayReparenting":"FAIL","testOverlayViewNoClicks":"FAIL","testOverlayWithNonOverlappingViewAndDrawable":"FAIL","testOverlayWithNonOverlappingViews":"FAIL","testOverlayWithOneView":"FAIL","testOverlayWithOverlappingViewAndDrawable":"FAIL","testOverlayWithOverlappingViews":"FAIL","testRemoveNullView":"PASS"}},"android.view.cts.KeyCharacterMapTest":{"methods":{"testGetEvents":"FAIL","testGetKeyData":"FAIL","testGetKeyboardType":"PASS","testGetMatch1":"FAIL","testGetMatch2":"FAIL","testGetNumber":"FAIL","testIsPrintingKey":"FAIL","testLoad":"PASS"}},"android.view.cts.ContextThemeWrapperTest":{"methods":{"testAccessTheme":"PASS","testApplyOverrideConfiguration":"PASS","testAttachBaseContext":"PASS","testConstructor":"PASS","testGetSystemService":"PASS"}},"android.view.cts.ViewDebugTest":{"methods":{"testConstructor":"PASS","testHierarchyTracing":"PASS","testRecyclerTracing":"PASS"}},"android.view.cts.ContentPaneFocusTest":{"methods":{"testAccessActionBar":"FAIL"}},"android.view.cts.SurfaceHolder_BadSurfaceTypeExceptionTest":{"methods":{"testBadSurfaceTypeException":"PASS"}},"android.view.cts.TouchDelegateTest":{"methods":{"testOnTouchEvent":"PASS"}},"android.view.cts.View_BaseSavedStateTest":{"methods":{"testConstructors":"PASS"}},"android.view.cts.ViewGroupTest":{"methods":{"testAddFocusables":"PASS","testAddStatesFromChildren":"PASS","testAddTouchables":"PASS","testAddView":"PASS","testAddViewInLayout":"PASS","testAddViewInLayoutWithParamViewIntLayB":"PASS","testAddViewWidthParaViewIntLayoutParam":"PASS","testAddViewWithParaViewInt":"PASS","testAddViewWithParaViewIntInt":"PASS","testAddViewWithParaViewLayoutPara":"PASS","testAttachLayoutAnimationParameters":"PASS","testAttachViewToParent":"PASS","testBringChildToFront":"PASS","testCanAnimate":"FAIL","testCheckLayoutParams":"PASS","testChildDrawableStateChanged":"PASS","testCleanupLayoutState":"PASS","testClearChildFocus":"PASS","testClearDisappearingChildren":"PASS","testClearFocus":"PASS","testConstructor":"PASS","testDebug":"PASS","testDetachAllViewsFromParent":"PASS","testDetachViewFromParent":"PASS","testDetachViewFromParentWithParamView":"PASS","testDetachViewsFromParent":"PASS","testDispatchDraw":"FAIL","testDispatchFreezeSelfOnly":"PASS","testDispatchKeyEvent":"PASS","testDispatchKeyEventPreIme":"PASS","testDispatchSaveInstanceState":"PASS","testDispatchSetPressed":"PASS","testDispatchSetSelected":"PASS","testDispatchThawSelfOnly":"PASS","testDispatchTouchEvent":"FAIL","testDispatchTrackballEvent":"PASS","testDispatchUnhandledMove":"PASS","testDispatchWindowFocusChanged":"PASS","testDispatchWindowVisibilityChanged":"PASS","testDrawChild":"PASS","testDrawableStateChanged":"PASS","testFindFocus":"PASS","testFitSystemWindows":"PASS","testFocusSearch":"PASS","testFocusableViewAvailable":"PASS","testGatherTransparentRegion":"PASS","testGenerateDefaultLayoutParams":"PASS","testGenerateLayoutParams":"PASS","testGenerateLayoutParamsWithParaAttributeSet":"PASS","testGetChildDrawingOrder":"PASS","testGetChildMeasureSpec":"PASS","testGetChildStaticTransformation":"PASS","testGetChildVisibleRect":"PASS","testGetDescendantFocusability":"PASS","testGetLayoutAnimation":"FAIL","testGetLayoutAnimationListener":"PASS","testGetPersistentDrawingCache":"PASS","testHasFocus":"PASS","testHasFocusable":"PASS","testIndexOfChild":"PASS","testInvalidateChild":"TIMEOUT","testIsAlwaysDrawnWithCacheEnabled":"PASS","testIsAnimationCacheEnabled":"PASS","testIsChildrenDrawnWithCacheEnabled":"PASS","testMeasureChild":"PASS","testMeasureChildWithMargins":"PASS","testMeasureChildren":"PASS","testOffsetDescendantRectToMyCoords":"PASS","testOffsetRectIntoDescendantCoords":"PASS","testOnAnimationEnd":"PASS","testOnAnimationStart":"PASS","testOnCreateDrawableState":"PASS","testOnInterceptTouchEvent":"PASS","testOnLayout":"PASS","testOnRequestFocusInDescendants":"PASS","testRemoveAllViews":"PASS","testRemoveAllViewsInLayout":"PASS","testRemoveDetachedView":"PASS","testRemoveView":"PASS","testRemoveViewAt":"PASS","testRemoveViewInLayout":"PASS","testRemoveViews":"PASS","testRemoveViewsInLayout":"PASS","testRequestChildFocus":"PASS","testRequestChildRectangleOnScreen":"PASS","testRequestDisallowInterceptTouchEvent":"FAIL","testRequestFocus":"PASS","testRequestTransparentRegion":"PASS","testResetRtlProperties":"PASS","testScheduleLayoutAnimation":"FAIL","testSetAddStatesFromChildren":"PASS","testSetChildrenDrawingCacheEnabled":"PASS","testSetChildrenDrawnWithCacheEnabled":"PASS","testSetClipChildren":"FAIL","testSetClipToPadding":"PASS","testSetDescendantFocusability":"PASS","testSetOnHierarchyChangeListener":"PASS","testSetPadding":"FAIL","testSetPaddingRelative":"FAIL","testSetPersistentDrawingCache":"PASS","testShowContextMenuForChild":"PASS","testShowContextMenuForChild_WithXYCoords":"PASS","testStartActionModeForChildIgnoresSubclassModeOnFloating":"PASS","testStartActionModeForChildRespectsSubclassModeOnPrimary":"PASS","testStartActionModeForChildTypedBubblesUpToParent":"PASS","testStartActionModeForChildTypelessBubblesUpToParent":"PASS","testStartLayoutAnimation":"FAIL","testTemporaryDetach":"PASS","testUpdateViewLayout":"PASS"}},"android.view.cts.MenuInflaterTest":{"methods":{"testConstructor":"PASS","testInflate":"PASS","testInflateFromXml":"FAIL"}},"android.view.cts.MotionEventTest":{"methods":{"testAccessAction":"PASS","testAccessEdgeFlags":"FAIL","testAddBatch":"FAIL","testDescribeContents":"PASS","testGetHistoricalEventTime":"FAIL","testGetHistoricalPressure":"FAIL","testGetHistoricalSize":"FAIL","testGetHistoricalX":"FAIL","testGetHistoricalY":"FAIL","testGetHistorySize":"FAIL","testObtain1":"FAIL","testObtain2":"PASS","testObtain3":"FAIL","testOffsetLocation":"FAIL","testPointerCoordsCopyConstructor":"PASS","testPointerCoordsCopyFrom":"PASS","testPointerCoordsDefaultConstructor":"PASS","testPointerPropertiesCopyConstructor":"PASS","testPointerPropertiesCopyFrom":"PASS","testPointerPropertiesDefaultConstructor":"PASS","testReadFromParcelWithInvalidPointerCountSize":"FAIL","testReadFromParcelWithInvalidSampleSize":"FAIL","testRecycle":"FAIL","testSetLocation":"FAIL","testToString":"PASS","testTransformShouldApplyMatrixToPointsAndPreserveRawPosition":"FAIL","testTransformShouldThrowWhenMatrixIsNull":"PASS","testWriteToParcel":"FAIL"}},"android.view.cts.FrameMetricsListenerTest":{"methods":{"testDropCount":"FAIL","testMultipleListeners":"FAIL","testReceiveData":"FAIL"}},"android.view.cts.WindowManager_BadTokenExceptionTest":{"methods":{"testBadTokenException":"PASS"}},"android.view.cts.VelocityTrackerTest":{"methods":{"testAcceleratingMovement":"FAIL","testChangingAcceleration":"FAIL","testDeceleratingMovement":"FAIL","testLinearMovement":"PASS","testLinearSharpDirectionChange":"FAIL","testLinearSharpDirectionChangeAfterALongPause":"FAIL","testNoMovement":"PASS"}},"android.view.cts.View_FocusHandlingTest":{"methods":{"testFocusHandling":"PASS"}},"android.view.cts.WindowTest":{"methods":{"testAccessAttributes":"PASS","testAccessContainer":"PASS","testAccessVolumeControlStream":"PASS","testAccessWindowManager":"PASS","testAddContentView":"PASS","testCloseAllPanels":"PASS","testConstructor":"PASS","testDecorView":"PASS","testFinalMethod":"PASS","testFindViewById":"PASS","testGetCurrentFocus":"PASS","testGetWindowStyle":"PASS","testIsActive":"PASS","testIsFloating":"PASS","testKeepHierarchyState":"PASS","testOnConfigurationChanged":"PASS","testOpFlags":"PASS","testPerformMethods":"PASS","testRequestFeature":"PASS","testSetBackgroundDrawable":"PASS","testSetChild":"PASS","testSetContentView":"PASS","testSetDefaultWindowFormat":"PASS","testSetFeature":"PASS","testSetGravity":"PASS","testSetLayout":"PASS","testSetLocalFocus":"FAIL","testSetSoftInputMode":"PASS","testSetTitle":"PASS","testSetType":"PASS","testSetWindowAnimations":"PASS","testSuperDispatchEvent":"PASS","testTakeKeyEvents":"PASS"}},"android.view.cts.GestureDetectorTest":{"methods":{"testConstructor":"PASS","testLongpressEnabled":"PASS","testOnContextClick":"FAIL","testOnGenericMotionEvent":"FAIL","testOnSetContextClickListener":"FAIL"}},"android.view.cts.AbsSavedStateTest":{"methods":{"testConstructor":"PASS","testGetSuperState":"PASS","testWriteToParcel":"PASS"}},"android.view.cts.View_MeasureSpecTest":{"methods":{"testConstructor":"PASS","testGetMode":"PASS","testGetSize":"PASS","testMakeMeasureSpec":"PASS","testToString":"PASS"}},"android.view.cts.NumberPickerTest":{"methods":{"testSetDisplayedValues1":"PASS","testSetDisplayedValues2":"FAIL"}},"android.view.cts.Surface_OutOfResourcesExceptionTest":{"methods":{"testConstructor":"PASS"}},"android.view.cts.ActionModeCallback2Test":{"methods":{"testCallbackOnGetContentRectDefaultWithView":"PASS","testCallbackOnGetContentRectDefaultWithoutView":"PASS"}},"android.view.cts.ViewTreeObserverTest":{"methods":{"testAccessOnScrollChangedListener":"FAIL","testAddOnGlobalFocusChangeListener":"PASS","testAddOnGlobalLayoutListener":"PASS","testAddOnPreDrawListener":"PASS","testAddOnTouchModeChangeListener":"FAIL","testDispatchOnGlobalLayout":"PASS","testDispatchOnPreDraw":"PASS","testIsAlive":"PASS","testRemoveGlobalOnLayoutListener":"PASS","testRemoveOnGlobalFocusChangeListener":"PASS","testRemoveOnPreDrawListener":"PASS","testRemoveOnTouchModeChangeListener":"FAIL"}},"android.view.cts.ViewGroup_LayoutParamsTest":{"methods":{"testConstructor":"PASS","testSetBaseAttributes":"PASS"}},"android.view.cts.GravityTest":{"methods":{"testApply":"PASS","testApplyDisplay":"PASS","testConstructor":"PASS","testGetAbsoluteGravity":"PASS","testIsHorizontal":"PASS","testIsVertical":"PASS"}},"android.view.cts.FocusFinderTest":{"methods":{"testFindNearestTouchable":"FAIL","testFindNextAndPrevFocusAvoidingChain":"PASS","testFindNextFocus":"FAIL","testFindNextFocusFromRect":"FAIL","testGetInstance":"PASS"}},"android.view.cts.View_LayoutPositionTest":{"methods":{"testPadding":"PASS","testPositionInParent":"PASS"}},"android.view.cts.KeyboardShortcutInfoTest":{"methods":{"testCharacterConstructor":"PASS","testConstructorChecksBaseCharacter":"PASS","testConstructorChecksKeycode":"PASS","testKeycodeConstructor":"PASS","testWriteToParcelAndReadCharacter":"PASS","testWriteToParcelAndReadKeycode":"PASS"}},"android.view.cts.ViewConfigurationTest":{"methods":{"testConstructor":"PASS","testInstanceValues":"PASS","testStaticValues":"PASS"}},"android.view.cts.View_AnimationTest":{"methods":{"testAnimation":"PASS","testClearBeforeAnimation":"FAIL","testClearDuringAnimation":"PASS","testStartAnimation":"PASS"}},"android.view.cts.ChoreographerTest":{"methods":{"testFrameDelay":"PASS","testPostCallbackDelayedThrowsIfRunnableIsNull":"FAIL","testPostCallbackThrowsIfRunnableIsNull":"FAIL","testPostCallbackWithDelayEventuallyRunsCallbacksAfterDelay":"FAIL","testPostCallbackWithoutDelayEventuallyRunsCallbacks":"FAIL","testPostFrameCallbackDelayedThrowsIfCallbackIsNull":"FAIL","testPostFrameCallbackThrowsIfCallbackIsNull":"FAIL","testPostFrameCallbackWithDelayEventuallyRunsFrameCallbacksAfterDelay":"FAIL","testPostFrameCallbackWithoutDelayEventuallyRunsFrameCallbacks":"FAIL","testRemoveFrameCallbackThrowsIfCallbackIsNull":"FAIL"}},"android.view.cts.KeyboardShortcutGroupTest":{"methods":{"testAddItem":"PASS","testConstructor":"PASS","testConstructorChecksList":"PASS","testShortConstructor":"PASS","testSystemConstructor":"PASS","testSystemShortConstructor":"PASS","testWriteToParcelAndRead":"PASS"}},"android.view.cts.View_IdsTest":{"methods":{"testIds":"PASS"}},"android.view.cts.WindowManager_LayoutParamsTest":{"methods":{"testAccessTitle":"PASS","testConstructor":"PASS","testCopyFrom":"PASS","testDebug":"PASS","testDescribeContents":"PASS","testToString":"PASS","testWriteToParcel":"PASS"}},"android.view.cts.InflateExceptionTest":{"methods":{"testInflateException":"PASS"}},"android.view.cts.SurfaceViewTest":{"methods":{"testConstructor":"PASS","testOnDetachedFromWindow":"FAIL","testOnScrollChanged":"PASS","testOnSizeChanged":"PASS","testSurfaceView":"FAIL"}},"android.view.cts.OrientationEventListenerTest":{"methods":{"testCanDetectOrientation":"PASS","testConstructor":"PASS","testEnableAndDisable":"PASS"}},"android.view.cts.ViewGroup_MarginLayoutParamsTest":{"methods":{"testConstructor":"PASS","testResolveMarginsExplicit":"PASS","testResolveMarginsRelative":"FAIL","testSetMargins":"PASS","testSetMarginsRelative":"PASS"}},"android.view.cts.ViewOverlayTest":{"methods":{"testAddNullDrawable":"PASS","testAddTheSameDrawableTwice":"FAIL","testBasics":"FAIL","testOverlayDynamicChangesToDrawable":"FAIL","testOverlayDynamicChangesToOverlappingDrawables":"FAIL","testOverlayWithNonOverlappingDrawables":"FAIL","testOverlayWithOneDrawable":"FAIL","testOverlayWithOverlappingDrawables":"FAIL","testRemoveNullDrawable":"PASS","testRemoveTheSameDrawableTwice":"FAIL"}},"android.view.cts.View_UsingViewsTest":{"methods":{"testSetFocus":"PASS","testSetProperties":"FAIL","testSetVisibility":"PASS","testSetupListeners":"FAIL"}},"android.view.cts.KeyEventTest":{"methods":{"testChangeAction":"PASS","testChangeFlags":"PASS","testChangeTimeRepeat":"PASS","testConstructor":"PASS","testDescribeContents":"PASS","testDispatch":"PASS","testGetAction":"PASS","testGetCharacters":"PASS","testGetDeadChar":"PASS","testGetDeviceId":"PASS","testGetDisplayLabel":"FAIL","testGetDownTime":"PASS","testGetEventTime":"PASS","testGetFlags":"PASS","testGetKeyCode":"PASS","testGetKeyData":"FAIL","testGetMatch1":"FAIL","testGetMaxKeyCode":"PASS","testGetMetaState":"PASS","testGetModifierMetaStateMask":"PASS","testGetNumber":"FAIL","testGetRepeatCount":"PASS","testGetScanCode":"PASS","testGetUnicodeChar1":"FAIL","testGetUnicodeChar2":"FAIL","testHasModifiers":"PASS","testHasNoModifiers":"PASS","testIsAltPressed":"PASS","testIsModifierKey":"PASS","testIsPrintingKey":"FAIL","testIsShiftPressed":"PASS","testIsSymPressed":"PASS","testIsSystem":"PASS","testMetaStateHasModifiers":"PASS","testMetaStateHasNoModifiers":"PASS","testNormalizeMetaState":"PASS","testToString":"PASS","testWriteToParcel":"PASS"}},"android.view.cts.LayoutInflaterTest":{"methods":{"testAccessLayoutInflaterProperties":"PASS","testCreateView":"PASS","testFrom":"PASS","testInflate":"PASS","testInflate2":"PASS","testInflate3":"FAIL","testInflate4":"FAIL","testInflateTags":"PASS","testOverrideTheme":"PASS"}},"android.view.cts.ActionModeTest":{"methods":{"testHide":"PASS","testInvalidateContentRectDoesNotInvalidateFull":"PASS","testInvalidateContentRectOnFloatingCallsCallback":"PASS","testIsTitleOptional":"PASS","testIsUiFocusable":"PASS","testOnWindowFocusChanged":"PASS","testSetAndGetTag":"PASS","testSetAndGetTitleOptionalHint":"PASS","testSetType":"PASS"}},"android.view.cts.SoundEffectConstantsTest":{"methods":{"testgetContantForFocusDirection":"PASS"}},"android.view.inputmethod.cts.BaseInputConnectionTest":{"methods":{"testCloseConnection":"PASS","testCommitContent":"PASS","testDefaultMethods":"PASS","testDeleteSurroundingText":"PASS","testDeleteSurroundingTextInCodePoints":"PASS","testFinishComposingText":"FAIL","testGetHandler":"PASS","testOpComposingSpans":"PASS","testOpTextMethods":"FAIL","testReportFullscreenMode":"PASS","testSendKeyEvent":"FAIL"}},"android.view.inputmethod.cts.InputBindingTest":{"methods":{"testInputBinding":"FAIL"}},"android.view.inputmethod.cts.InputMethodManagerTest":{"methods":{"testInputMethodManager":"FAIL"}},"android.view.inputmethod.cts.InputConnectionWrapperTest":{"methods":{"testInputConnectionWrapper":"PASS"}},"android.view.inputmethod.cts.ExtractedTextRequestTest":{"methods":{"testExtractedTextRequest":"PASS"}},"android.view.inputmethod.cts.InputContentInfoTest":{"methods":{"testContentUri":"PASS","testInputContentInfo":"PASS","testLinkUri":"PASS","testMimeType":"PASS","testOptionalConstructorParam":"PASS","testRequestAndReleasePermission":"PASS"}},"android.view.inputmethod.cts.EditorInfoTest":{"methods":{"testEditorInfo":"PASS","testNullHintLocals":"PASS"}},"android.view.inputmethod.cts.InputMethodInfoTest":{"methods":{"testAtLeastOneEncryptionAwareInputMethodIsAvailable":"PASS","testDump":"PASS","testEquals":"PASS","testInputMethodInfoProperties":"PASS","testInputMethodInfoWriteToParcel":"PASS","testInputMethodSubtypeProperties":"PASS","testInputMethodSubtypeWriteToParcel":"PASS","testInputMethodSubtypesOfSystemImes":"PASS","testLoadIcon":"FAIL","testLoadLabel":"FAIL"}},"android.view.inputmethod.cts.ExtractedTextTest":{"methods":{"testWriteToParcel":"PASS"}},"android.view.inputmethod.cts.CompletionInfoTest":{"methods":{"testCompletionInfo":"PASS"}},"android.accounts.cts.AuthenticatorDescriptionTest":{"methods":{"testAccountObjectCreationWithNullPackageName":"PASS","testDescribeContents":"PASS","testNewKey":"PASS","testObjectCreation":"PASS","testObjectCreationWithNullAccountType":"PASS"}},"android.accounts.cts.ExceptionTest":{"methods":{"testAccountsException":"PASS","testAccountsExceptionWithMessage":"PASS","testAccountsExceptionWithMessageAndThrowableCause":"PASS","testAccountsExceptionWithThrowableCause":"PASS","testAuthenticatorException":"PASS","testAuthenticatorExceptionWithMessage":"PASS","testAuthenticatorExceptionWithMessageAndThrowableCause":"PASS","testAuthenticatorExceptionWithThrowableCause":"PASS","testNetworkErrorException":"PASS","testNetworkErrorExceptionWithMessage":"PASS","testNetworkErrorExceptionWithMessageAndThrowableCause":"PASS","testNetworkErrorExceptionWithThrowableCause":"PASS","testOperationCanceledException":"PASS","testOperationCanceledExceptionWithMessage":"PASS","testOperationCanceledExceptionWithMessageAndThrowableCause":"PASS","testOperationCanceledExceptionWithThrowableCause":"PASS"}},"android.accounts.cts.AccountManagerUnaffiliatedAuthenticatorTests":{"methods":{"testAddAccountExplicitly":"FAIL","testClearPassword":"FAIL","testEditProperties":"FAIL","testGetAccounts":"FAIL","testGetAccountsByType":"FAIL","testGetAccountsByTypeAndFeatures":"FAIL","testGetAccountsByTypeForPackage":"FAIL","testGetPassword":"FAIL","testGetUserData":"FAIL","testNotifyAccountAuthenticated":"FAIL","testPeekAuthToken":"FAIL","testRemoveAccountExplicitly":"FAIL","testRemoveAccount_withBooleanResult":"FAIL","testRemoveAccount_withBundleResult":"FAIL","testSetPassword":"FAIL","testSetUserData":"FAIL"}},"android.accounts.cts.AccountManagerTest":{"methods":{"testAccountRenameAndGetPreviousName":"FAIL","testAddAccount":"FAIL","testAddAccountExplicitlyAndRemoveAccount":"FAIL","testAddAccountExplicitlyAndRemoveAccountExplicitly":"FAIL","testAddAccountExplicitlyAndRemoveAccountWithDefaultImpl":"FAIL","testAddAccountExplicitlyAndRemoveAccountWithDeprecatedApi":"FAIL","testAddAccountExplicitlyAndRemoveAccountWithNewApi":"FAIL","testAddAccountWithCallbackAndHandler":"FAIL","testAddAccountWithNoAuthenticator":"FAIL","testAddOnAccountsUpdatedListenerWithHandler":"FAIL","testBlockingGetAuthToken_CustomToken_ExpiringCache_Success":"FAIL","testBlockingGetAuthToken_CustomToken_NoCaching_Success":"FAIL","testBlockingGetAuthToken_DefaultToken_Success":"FAIL","testConfirmCredentials":"FAIL","testConfirmCredentialsAccountNotOnDevice":"FAIL","testConfirmCredentialsWithCallbackAndHandler":"FAIL","testDeprecatedGetAuthTokenWithFuture_NoOptions_CustomToken_Success":"FAIL","testDeprecatedGetAuthTokenWithFuture_NoOptions_DefaultToken_Success":"FAIL","testEditProperties":"FAIL","testEditPropertiesWithCallbackAndHandler":"FAIL","testGet":"FAIL","testGetAccountsAndGetAccountsByType":"FAIL","testGetAccountsByTypeAndFeatures":"FAIL","testGetAccountsByTypeAndFeaturesWithCallbackAndHandler":"FAIL","testGetAuthTokenByFeatures":"FAIL","testGetAuthTokenWithCallbackAndHandler":"FAIL","testGetAuthTokenWithCallback_Options_Handler_CustomToken_Success":"FAIL","testGetAuthTokenWithCallback_Options_Handler_DefaultToken_Success":"FAIL","testGetAuthTokenWithFuture_Options_CustomToken_Success":"FAIL","testGetAuthTokenWithFuture_Options_DefaultToken_Success":"FAIL","testGetAuthTokenWithOptionsAndCallback":"FAIL","testGetAuthenticatorTypes":"FAIL","testGetsAreCached":"FAIL","testHasFeature":"FAIL","testLastAuthenticatedTimeAfterAddAccount":"FAIL","testLastAuthenticatedTimeAfterConfirmCredentialsSuccess":"FAIL","testLastAuthenticatedTimeAfterSetPassword":"FAIL","testLastAuthenticatedTimeAfterUpdateCredentialsSuccess":"FAIL","testNewChooseAccountIntent":"FAIL","testNewChooseAccountIntentDepracated":"FAIL","testRemoveOnAccountsUpdatedListener":"FAIL","testSetAndGetAndClearPassword":"FAIL","testSetAndGetUserData":"FAIL","testSetAndPeekAndInvalidateAuthToken":"FAIL","testUpdateCredentials":"FAIL","testUpdateCredentialsWithCallbackAndHandler":"FAIL"}},"android.accounts.cts.AccountTest":{"methods":{"testAccountObjectCreationWithNullAccountType":"PASS","testAccountObjectCreationWithNullName":"PASS","testDescribeContents":"PASS","testWriteToParcel":"PASS"}},"android.alarmclock.cts.DismissAlarmTest":{"methods":{"testAll":"FAIL"}},"android.alarmclock.cts.SetAlarmTest":{"methods":{"testAll":"FAIL"}},"android.alarmclock.cts.SnoozeAlarmTest":{"methods":{"testAll":"FAIL"}},"android.animation.cts.CreationTest":{"methods":{"testObjectAnimator":"PASS","testObjectAnimatorPvh1":"PASS","testObjectAnimatorPvhKf1":"PASS","testValueAnimatorCreation":"PASS","testValueAnimatorPvh1":"PASS","testValueAnimatorPvh2":"PASS","testValueAnimatorPvhKf1":"PASS","testValueAnimatorPvhKf2":"PASS","testValueAnimatorPvhKf3":"PASS","testValueAnimatorPvhKf4":"PASS","testValueAnimatorResourceCreation":"PASS"}},"android.animation.cts.LayoutAnimationTest":{"methods":{"testAddTransitionListener":"PASS","testAnimationWithAnimator":"PASS","testIsChangingLayout":"FAIL","testIsRunning":"FAIL","testSetAnimator":"PASS","testSetDuration":"PASS","testSetDurationForTransitionType":"PASS","testSetInterpolator":"PASS","testSetStagger":"PASS","testStartDelay":"PASS"}},"android.animation.cts.KeyframeTest":{"methods":{"testClone":"PASS","testGetFraction":"PASS","testGetType":"PASS","testOfFloat":"PASS","testOfFloatValue":"PASS","testOfIntValue":"PASS","testOfObject":"PASS","testOfObjectValue":"PASS","testSetFraction":"PASS","testSetInterpolator":"PASS","testSetValue":"PASS"}},"android.animation.cts.ObjectAnimatorTest":{"methods":{"testClone":"FAIL","testDuration":"PASS","testGetPropertyName":"PASS","testGetTarget":"PASS","testIsStarted":"PASS","testOfFloat":"PASS","testOfFloatBase":"PASS","testOfInt":"PASS","testOfObject":"PASS","testOfPropertyValuesHolder":"PASS","testSetFloatValues":"PASS","testSetStartEndValues":"PASS"}},"android.animation.cts.AnimatorSetTest":{"methods":{"testClone":"PASS","testDuration":"PASS","testPauseAndResume":"FAIL","testPauseBeforeStart":"FAIL","testPlayBeforeAfter":"FAIL","testPlaySequentially":"FAIL","testPlayTogether":"PASS","testSetInterpolator":"PASS","testStartDelay":"PASS","testgetChildAnimations":"PASS"}},"android.animation.cts.PropertyValuesHolderTest":{"methods":{"testClone":"PASS","testGetPropertyName":"PASS","testOfFloat_Property":"FAIL","testOfInt":"PASS","testOfInt_Property":"PASS","testOffloat":"FAIL","testResetValues":"FAIL","testSetProperty":"FAIL","testSetPropertyName":"PASS","testSetValues":"FAIL"}},"android.animation.cts.AnimatorTest":{"methods":{"testCancel":"PASS","testClone":"PASS","testConstructor":"PASS","testEnd":"FAIL","testGetDuration":"PASS","testIsRunning":"PASS","testIsStarted":"PASS","testNullObjectAnimator":"PASS","testRemoveAllListenerers":"PASS","testRemoveListener":"PASS","testSetInterpolator":"PASS","testSetListener":"PASS","testStart":"PASS","testStartDelay":"PASS"}},"android.animation.cts.EvaluatorTest":{"methods":{"testArgbEvaluator":"PASS","testFloatArrayEvaluator":"PASS","testFloatEvaluator":"PASS","testIntArrayEvaluator":"PASS","testIntEvaluator":"PASS","testPointFEvaluator":"PASS","testRectEvaluator":"PASS"}},"android.animation.cts.ValueAnimatorTest":{"methods":{"testCancel":"PASS","testDuration":"PASS","testEnd":"FAIL","testGetAnimatedFraction":"PASS","testGetAnimatedValue":"PASS","testGetAnimatedValue_PropertyName":"PASS","testGetCurrentPlayTime":"FAIL","testGetFrameDelay":"PASS","testIsRunning":"PASS","testIsStarted":"PASS","testNoDelayOnSeekAnimation":"PASS","testOfFloat":"PASS","testOfInt":"PASS","testRepeatCount":"PASS","testRepeatMode":"PASS","testReverseRightAfterStart":"PASS","testSetCurrentFraction":"PASS","testSetCurrentPlayTime":"PASS","testSetCurrentPlayTimeAfterStart":"FAIL","testSetInterpolator":"PASS","testStartDelay":"PASS"}},"android.app.cts.ApplyOverrideConfigurationTest":{"methods":{"testOverriddenConfigurationIsPassedIntoCallback":"FAIL"}},"android.appwidget.cts.AppWidgetTest":{"methods":{"testAppWidgetProviderCallbacks":"PASS","testBindAppWidget":"PASS","testCollectionWidgets":"PASS","testDeleteHost":"PASS","testDeleteHosts":"PASS","testGetAppInstalledProvidersForCurrentUserLegacy":"PASS","testGetAppInstalledProvidersForCurrentUserNewAllProfiles":"PASS","testGetAppInstalledProvidersForCurrentUserNewCurrentProfile":"PASS","testGetAppWidgetIds":"PASS","testGetAppWidgetInfo":"PASS","testGetAppWidgetOptions":"PASS","testOnProvidersChanged":"PASS","testPartiallyUpdateAppWidgetViaWidgetId":"PASS","testPartiallyUpdateAppWidgetViaWidgetIds":"PASS","testTwoAppWidgetProviderCallbacks":"PASS","testUpdateAppWidgetViaComponentName":"PASS","testUpdateAppWidgetViaWidgetId":"PASS","testUpdateAppWidgetViaWidgetIds":"PASS"}},"android.assist.cts.LargeViewHierarchyTest":{"methods":{"testTextView":"FAIL"}},"android.assist.cts.AssistStructureTest":{"methods":{"testAssistStructure":"FAIL"}},"android.assist.cts.WebViewTest":{"methods":{"testWebView":"FAIL"}},"android.assist.cts.AssistantContentViewTest":{"methods":{"testAssistantContentViewDimens":"FAIL"}},"android.assist.cts.TextViewTest":{"methods":{"testTextView":"FAIL"}},"android.assist.cts.FlagSecureTest":{"methods":{"testSecureActivity":"FAIL"}},"android.assist.cts.ExtraAssistDataTest":{"methods":{"testAssistContentAndAssistData":"FAIL"}},"android.assist.cts.ScreenshotTest":{"methods":{"testBlueScreenshot":"FAIL","testGreenScreenshot":"FAIL","testRedScreenshot":"FAIL"}},"android.assist.cts.LifecycleTest":{"methods":{"testLayerDoesNotTriggerLifecycleMethods":"FAIL"}},"android.assist.cts.DisableContextTest":{"methods":{"testContextAndScreenshotOff":"FAIL"}},"android.assist.cts.FocusChangeTest":{"methods":{"testLayerCausesUnderlyingActivityToLoseFocus":"FAIL"}},"android.bluetooth.cts.BasicAdapterTest":{"methods":{"test_checkBluetoothAddress":"PASS","test_enableDisable":"PASS","test_getAddress":"PASS","test_getBondedDevices":"PASS","test_getDefaultAdapter":"FAIL","test_getName":"PASS","test_getRemoteDevice":"PASS","test_listenUsingRfcommWithServiceRecord":"PASS"}},"android.bluetooth.cts.BluetoothLeScanTest":{"methods":{"testBasicBleScan":"PASS","testBatchScan":"PASS","testOpportunisticScan":"PASS","testScanFilter":"PASS"}},"android.bluetooth.cts.ScanResultTest":{"methods":{"testDescribeContents":"PASS","testScanResultParceling":"PASS"}},"android.bluetooth.cts.AdvertiseSettingsTest":{"methods":{"testDefaultSettings":"PASS","testDescribeContents":"PASS","testIllegalTimeout":"PASS","testReadWriteParcel":"PASS"}},"android.bluetooth.cts.ScanCallbackTest":{"methods":{"testBatchScans":"PASS","testScanFail":"PASS","testScanSuccess":"PASS"}},"android.bluetooth.cts.ScanRecordTest":{"methods":{"testParser":"PASS"}},"android.bluetooth.cts.AdvertiseCallbackTest":{"methods":{"testAdvertiseFailure":"PASS","testAdvertiseSuccess":"PASS"}},"android.bluetooth.cts.AdvertiseDataTest":{"methods":{"testDescribeContents":"PASS","testEmptyData":"PASS","testEmptyManufacturerData":"PASS","testEmptyServiceData":"PASS","testEmptyServiceUuid":"PASS","testIncludeTxPower":"PASS","testManufacturerData":"PASS","testServiceData":"PASS","testServiceUuid":"PASS"}},"android.bluetooth.cts.ScanSettingsTest":{"methods":{"testDefaultSettings":"PASS","testDescribeContents":"PASS","testReadWriteParcel":"PASS"}},"android.bluetooth.cts.ScanFilterTest":{"methods":{"testDescribeContents":"FAIL","testDeviceAddressFilter":"FAIL","testManufacturerSpecificData":"FAIL","testReadWriteParcel":"FAIL","testsetNameFilter":"FAIL","testsetServiceDataFilter":"FAIL","testsetServiceUuidFilter":"FAIL"}},"android.calendarcommon2.cts.Calendarcommon2Test":{"methods":{"testStaticLinking":"PASS"}},"android.calllog.cts.CallLogBackupTest":{"methods":{"testSingleCallBackup":"PASS"}},"android.carrierapi.cts.CarrierApiTest":{"methods":{"testHasCarrierPrivileges":"FAIL","testSimCardPresent":"FAIL"}},"android.content.cts.ReceiverCallNotAllowedExceptionTest":{"methods":{"testConstructor":"PASS"}},"android.content.cts.IntentFilter_AuthorityEntryTest":{"methods":{"testAuthorityEntryProperties":"PASS","testConstructor":"PASS","testMatch":"PASS"}},"android.content.cts.ContentProviderTest":{"methods":{"testAccessReadPermission":"PASS","testAccessWritePermission":"PASS","testAttachInfo":"PASS","testBulkInsert":"PASS","testGetContext":"PASS","testGetIContentProvider":"PASS","testIsTemporary":"PASS","testOnConfigurationChanged":"PASS","testOnLowMemory":"PASS","testOpenAssetFile":"PASS","testOpenFile":"PASS","testOpenFileHelper":"PASS"}},"android.content.cts.UriMatcherTest":{"methods":{"testAddURI":"PASS","testAddURIFailure":"PASS","testConstructor":"PASS","testMatch":"PASS","testMatchFailure":"PASS"}},"android.content.cts.MutableContextWrapperTest":{"methods":{"testConstructor":"PASS","testSetBaseContext":"PASS"}},"android.content.cts.ClipboardManagerListenerTest":{"methods":{"testListener":"PASS"}},"android.content.cts.ComponentNameTest":{"methods":{"testConstructor":"PASS","testDescribeContents":"PASS","testEquals":"PASS","testFlattenToShortString":"PASS","testFlattenToString":"PASS","testGetClassName":"PASS","testGetPackageName":"PASS","testGetShortClassName":"PASS","testHashCode":"PASS","testReadFromParcel":"PASS","testToShortString":"PASS","testToString":"PASS","testUnflattenFromString":"PASS","testWriteToParcel":"PASS"}},"android.content.cts.Intent_FilterComparisonTest":{"methods":{"testConstructor":"PASS","testEquals":"PASS","testGetIntent":"PASS","testHashCode":"PASS"}},"android.content.cts.SearchRecentSuggestionsProviderTest":{"methods":{"testSearchRecentSuggestionsProvider":"PASS"}},"android.content.cts.Intent_ShortcutIconResourceTest":{"methods":{"testDescribeContents":"PASS","testFromContext":"PASS","testToString":"PASS","testWriteToParcel":"PASS"}},"android.content.cts.IntentFilter_MalformedMimeTypeExceptionTest":{"methods":{"testMalformedMimeTypeException":"PASS"}},"android.content.cts.ActivityNotFoundExceptionTest":{"methods":{"testConstructors":"PASS"}},"android.content.cts.ContentValuesTest":{"methods":{"testAccessStringArrayList":"PASS","testClear":"PASS","testConstructor":"PASS","testContainsKey":"PASS","testDescribeContents":"PASS","testEquals":"PASS","testEqualsFailure":"PASS","testGet":"PASS","testGetAsBoolean":"PASS","testGetAsByte":"PASS","testGetAsByteArray":"PASS","testGetAsDouble":"PASS","testGetAsFloat":"PASS","testGetAsInteger":"PASS","testGetAsLong":"PASS","testGetAsShort":"PASS","testGetAsString":"PASS","testHashCode":"PASS","testPutAll":"PASS","testPutAllFailure":"PASS","testPutBoolean":"PASS","testPutByte":"PASS","testPutByteArray":"PASS","testPutDouble":"PASS","testPutFloat":"PASS","testPutInteger":"PASS","testPutLong":"PASS","testPutNull":"PASS","testPutShort":"PASS","testPutString":"PASS","testRemove":"PASS","testSize":"PASS","testToString":"PASS","testValueSet":"PASS","testWriteToParcel":"PASS","testWriteToParcelFailure":"PASS"}},"android.content.cts.ContentQueryMapTest":{"methods":{"testConstructor":"PASS","testGetRows":"PASS","testGetValuesBoundary":"PASS","testRequery":"PASS","testSetKeepUpdated":"PASS","testSetKeepUpdatedWithHandler":"PASS"}},"android.content.pm.cts.PackageManager_NameNotFoundExceptionTest":{"methods":{"testNameNotFoundException":"PASS"}},"android.content.pm.cts.PackageInfoTest":{"methods":{"testPackageInfoOp":"PASS"}},"android.content.pm.cts.SignatureTest":{"methods":{"testSignatureByteArrayConstructorNull":"PASS","testSignatureByteArrayToCharsString":"PASS","testSignatureStringConstructorInvalidLength":"PASS","testSignatureStringConstructorNull":"PASS","testSignatureStringConstructorValid":"PASS","testSignatureStringToByteArray":"PASS","testSignatureToChars":"PASS","testSignatureToCharsExistingArrayCorrectlySized":"PASS","testSignatureToCharsExistingArrayTooSmall":"PASS","testSignatureToCharsNullArrays":"PASS","testTools":"PASS"}},"android.content.pm.cts.ActivityInfoTest":{"methods":{"testConstructor":"PASS","testDescribeContents":"PASS","testDump":"PASS","testGetThemeResource":"PASS","testToString":"PASS","testWriteToParcel":"PASS"}},"android.content.pm.cts.FeatureTest":{"methods":{"testNoManagedUsersIfLowRamDevice":"PASS"}},"android.content.pm.cts.PackageItemInfo_DisplayNameComparatorTest":{"methods":{"testDisplayNameComparator":"PASS"}},"android.content.pm.cts.PackageStatsTest":{"methods":{"testPackageStats":"PASS"}},"android.content.pm.cts.ServiceInfoTest":{"methods":{"testServiceInfo":"PASS"}},"android.content.res.cts.ResourceNameTest":{"methods":{"testGetResourceIdentifier":"PASS","testGetResourceName":"PASS"}},"android.content.res.cts.PrimitiveTest":{"methods":{"testBoolean":"PASS","testEnum":"PASS","testFlags":"PASS","testFormattedString":"PASS","testStringCoerce":"PASS"}},"android.content.res.cts.AssetFileDescriptor_AutoCloseInputStreamTest":{"methods":{"testAvailableRead":"PASS","testAvailableReadBuffer":"PASS","testAvailableReadBufferLen":"PASS","testMark":"PASS","testRead":"PASS","testReadBuffer":"PASS","testReadBufferLen":"PASS","testReadBufferPartial":"PASS","testReadPartial":"PASS","testSkip":"PASS"}},"android.content.res.cts.ArrayTest":{"methods":{"testIntegers":"PASS","testStrings":"PASS"}},"android.content.res.cts.RawResourceTest":{"methods":{"testReadToEnd":"PASS"}},"android.content.res.cts.ConfigurationTest":{"methods":{"testCompareTo":"PASS","testCompareTo_localeFixUp":"PASS","testConstructor":"PASS","testDescribeContents":"PASS","testDiff":"PASS","testDiff_localeFixUp":"PASS","testEquals":"PASS","testFixUpLocaleList":"PASS","testHashCode":"PASS","testIsScreenRound":"PASS","testNeedNewResources":"PASS","testSetGetLayoutDirection":"PASS","testSetLocale":"PASS","testSetLocale_overridesSetLocales":"PASS","testSetLocales_emptyList":"PASS","testSetLocales_null":"PASS","testSetLocales_oneLtr":"PASS","testSetLocales_oneRtl":"PASS","testSetLocales_overridesLocale":"PASS","testSetLocales_overridesSetLocale":"PASS","testSetLocales_twoLocales":"PASS","testSetToDefaults":"PASS","testSetTo_localeFixUp":"PASS","testSetTo_nullLocale":"PASS","testToString":"PASS","testToString_localeFixUp":"PASS","testUpdateFrom_layoutDirection":"PASS","testUpdateFrom_localeFixUp":"PASS","testWriteToParcel":"PASS"}},"android.content.res.cts.AssetFileDescriptor_AutoCloseOutputStreamTest":{"methods":{"testAutoCloseOutputStream":"PASS"}},"android.content.res.cts.Resources_NotFoundExceptionTest":{"methods":{"testNotFoundException":"PASS"}},"android.database.sqlite.cts.SQLiteQueryBuilderTest":{"methods":{"testCancelableQuery_WhenCanceledDuringLongRunningQuery_CancelsQueryAndThrows":"DISABLE","testQuery":"PASS","testSetDistinct":"PASS","testSetProjectionMap":"PASS","testSetCursorFactory":"PASS","testBuildQueryString":"PASS","testBuildQuery":"PASS","testAppendColumns":"PASS","testUnionQuery":"PASS","testCancelableQuery_WhenNotCanceled_ReturnsResultSet":"PASS","testCancelableQuery_WhenCanceledBeforeQuery_ThrowsImmediately":"PASS","testCancelableQuery_WhenCanceledAfterQuery_ThrowsWhenExecuted":"PASS","testCancelableQuery_WhenCanceledDueToContention_StopsWaitingAndThrows":"FAIL","testConstructor":"PASS"}},"android.database.sqlite.cts.SQLiteQueryTest":{"methods":{"testMethods":"PASS"}},"android.database.sqlite.cts.DatabaseStatementTest":{"methods":{"testExecuteStatement":"PASS","testSimpleQuery":"PASS","testSimpleStringBinding":"PASS","testStatementClearBindings":"PASS","testStatementConstraint":"PASS","testStatementLongBinding":"PASS","testStatementMultiThreaded":"PASS","testStatementMultipleBindings":"PASS","testStatementStringBinding":"PASS"}},"android.database.sqlite.cts.SQLiteStatementTest":{"methods":{"testExecute":"FAIL","testExecuteInsert":"FAIL","testGetBlobFailureNoParam":"FAIL","testGetBlobFailureParam":"FAIL","testSimpleQueryForBlobFileDescriptorSuccess00":"FAIL","testSimpleQueryForBlobFileDescriptorSuccessEmbeddedNul":"FAIL","testSimpleQueryForBlobFileDescriptorSuccessEmpty":"FAIL","testSimpleQueryForBlobFileDescriptorSuccessFF":"FAIL","testSimpleQueryForBlobFileDescriptorSuccessNormal":"FAIL","testSimpleQueryForBlobFileDescriptorSuccessNull":"PASS","testSimpleQueryForBlobFileDescriptorSuccessParam":"FAIL","testSimpleQueryForLong":"PASS","testSimpleQueryForString":"PASS"}},"android.database.sqlite.cts.SQLiteDatabaseCorruptExceptionTest":{"methods":{"testConstructor":"PASS"}},"android.database.sqlite.cts.SQLiteMisuseExceptionTest":{"methods":{"testConstructor":"PASS"}},"android.database.sqlite.cts.SQLiteProgramTest":{"methods":{"testBind":"PASS","testBindBlob":"PASS","testBindNull":"PASS"}},"android.database.sqlite.cts.SQLiteDatabaseTest":{"methods":{"testAccessMaximumSize":"PASS","testAccessPageSize":"PASS","testAccessVersion":"PASS","testCompileStatement":"PASS","testDelete":"PASS","testDeleteDatabase":"PASS","testDisableWriteAheadLoggingShouldThrowIfTransactionInProgress":"PASS","testEnableAndDisableForeignKeys":"PASS","testEnableThenDisableWriteAheadLogging":"PASS","testEnableThenDisableWriteAheadLoggingUsingOpenFlag":"PASS","testEnableWriteAheadLoggingFromContextUsingModeFlag":"PASS","testEnableWriteAheadLoggingShouldThrowIfTransactionInProgress":"PASS","testExceptionsFromEnableWriteAheadLogging":"PASS","testExecSQL":"FAIL","testFindEditTable":"PASS","testGetPath":"PASS","testGroupConcat":"PASS","testInsert":"PASS","testIsOpen":"PASS","testIsReadOnly":"PASS","testNeedUpgrade":"PASS","testOnAllReferencesReleased":"PASS","testOpenDatabase":"PASS","testQuery":"PASS","testReaderGetsOldVersionOfDataWhenWriterIsInXact":"PASS","testReleaseMemory":"PASS","testReplace":"PASS","testRollbackTransactionWithSQLiteTransactionListener":"PASS","testSchemaChanges":"PASS","testSchemaChangesDropTable":"PASS","testSchemaChangesNewTable":"PASS","testSetLocale":"FAIL","testSetLockingEnabled":"PASS","testTransaction":"PASS","testTransactionWithSQLiteTransactionListener":"PASS","testUpdate":"PASS","testYieldIfContendedWhenContended":"FAIL","testYieldIfContendedWhenNotContended":"PASS"}},"android.database.sqlite.cts.SQLiteClosableTest":{"methods":{"testAcquireReference":"PASS","testReleaseReferenceFromContainer":"PASS"}},"android.database.sqlite.cts.SQLiteExceptionTest":{"methods":{"testConstructor":"PASS"}},"android.database.sqlite.cts.SQLiteFtsTest":{"methods":{"testFts3Porter":"PASS","testFts3Simple":"PASS","testFts4Simple":"PASS"}},"android.database.sqlite.cts.SQLiteConstraintExceptionTest":{"methods":{"testConstructor":"PASS"}},"android.database.sqlite.cts.SQLiteAbortExceptionTest":{"methods":{"testConstructor":"PASS"}},"android.database.sqlite.cts.SQLiteOpenHelperTest":{"methods":{"testConstructor":"PASS","testGetDatabase":"PASS"}},"android.database.sqlite.cts.SQLiteCursorTest":{"methods":{"testClose":"PASS","testConstructor":"PASS","testGetColumnIndex":"PASS","testOnMove":"PASS","testRegisterDataSetObserver":"PASS","testRequery":"PASS","testRequery2":"PASS","testSetSelectionArguments":"PASS"}},"android.database.sqlite.cts.SQLiteFullExceptionTest":{"methods":{"testConstructor":"PASS"}},"android.database.sqlite.cts.SQLiteDoneExceptionTest":{"methods":{"testConstructor":"PASS"}},"android.database.sqlite.cts.SQLiteDiskIOExceptionTest":{"methods":{"testConstructor":"PASS"}},"android.database.cts.DataSetObserverTest":{"methods":{"testOnChanged":"PASS","testOnInvalidated":"PASS"}},"android.database.cts.DatabaseUtilsTest":{"methods":{"testAppendEscapedSQLString":"PASS","testAppendValueToSql":"PASS","testBindObjectToProgram":"PASS","testBlobFileDescriptorForQuery":"FAIL","testCollationKey":"PASS","testCreateDbFromSqlStatements":"PASS","testCursorDoubleToContentValues":"FAIL","testCursorDoubleToCursorValues":"FAIL","testCursorIntToContentValues":"FAIL","testCursorRowToContentValues":"PASS","testCursorStringToContentValues":"PASS","testCursorStringToInsertHelper":"PASS","testDumpCurrentRow":"PASS","testDumpCursor":"PASS","testExceptionFromParcel":"PASS","testLongForQuery":"PASS","testQueryNumEntries":"PASS","testSqlEscapeString":"PASS","testStringForQuery":"FAIL","testcursorLongToContentValues":"FAIL"}},"android.database.cts.ContentObserverTest":{"methods":{"testContentObserver":"PASS","testContentObserverWithUri":"PASS","testDeliverSelfNotifications":"PASS"}},"android.database.cts.CursorWindowTest":{"methods":{"testAccessDataValues":"PASS","testAccessStartPosition":"FAIL","testClearAndOnAllReferencesReleased":"PASS","testConstructors":"FAIL","testCopyStringToBuffer":"FAIL","testDataStructureOperations":"FAIL","testDescribeContents":"PASS","testEmptyString":"PASS","testNull":"PASS","testWriteCursorToWindow":"PASS"}},"android.database.cts.MatrixCursorTest":{"methods":{"testAddRow":"PASS","testGetColumnNames":"PASS","testGetters":"PASS","testMatrixCursor":"PASS","testNewRow":"PASS"}},"android.database.cts.AbstractCursorTest":{"methods":{"testCheckPosition":"PASS","testConstructor":"PASS","testCopyStringToBuffer":"PASS","testDeactivate":"PASS","testGetBlob":"PASS","testGetColumnCount":"PASS","testGetColumnIndex":"PASS","testGetColumnIndexOrThrow":"PASS","testGetColumnName":"PASS","testGetColumnNames":"PASS","testGetCount":"PASS","testGetExtras":"PASS","testGetUpdatedField":"PASS","testGetWantsAllOnMoveCalls":"PASS","testGetWindow":"PASS","testIsClosed":"PASS","testIsFieldUpdated":"PASS","testMoveToPrevious":"PASS","testOnChange":"PASS","testOnMove":"PASS","testOnMove_samePosition":"PASS","testRegisterContentObserver":"PASS","testRegisterDataSetObserver":"PASS","testRequery":"PASS","testRespond":"PASS","testSetExtras":"PASS","testSetNotificationUri":"PASS"}},"android.database.cts.MergeCursorTest":{"methods":{"testConstructor":"PASS","testContentObsererOperations":"PASS","testCursorSwiching":"PASS","testDeactivate":"PASS","testGetValues":"PASS","testOnMove":"PASS","testRequery":"PASS"}},"android.database.cts.DatabaseCursorTest":{"methods":{"testBlob":"PASS","testCursor1":"PASS","testCursor2":"PASS","testLargeField":"PASS","testManyRowsLong":"PASS","testManyRowsTxt":"PASS","testManyRowsTxtLong":"PASS","testRealColumns":"PASS","testRequery":"PASS","testRequeryWithAlteredSelectionArgs":"PASS","testRequeryWithSelection":"PASS","testRequeryWithSelectionArgs":"PASS"}},"android.database.cts.DatabaseUtils_InsertHelperTest":{"methods":{"testClose":"PASS","testConstructor":"PASS","testGetColumnIndex":"PASS","testInsert":"PASS","testReplace":"PASS"}},"android.database.cts.CursorJoinerTest":{"methods":{"testCursorJoinerAndIterator":"PASS","testNext":"PASS"}},"android.database.cts.CharArrayBufferTest":{"methods":{"testCharArrayBuffer":"PASS"}},"android.database.cts.AbstractCursor_SelfContentObserverTest":{"methods":{"testConstructor":"PASS","testDeliverSelfNotifications":"PASS","testOnChange":"PASS"}},"android.database.cts.ObservableTest":{"methods":{"testRegisterUnRegisterObserver":"PASS","testUnregisterAll":"PASS"}},"android.database.cts.AbstractWindowedCursorTest":{"methods":{"testCheckPosition":"PASS","testCopyStringToBuffer":"PASS","testGetBlob":"PASS","testGetDouble":"PASS","testGetFloat":"PASS","testGetInt":"PASS","testGetLong":"PASS","testGetShort":"PASS","testGetString":"PASS","testHasWindow":"PASS","testIsBlob":"PASS","testIsNull":"FAIL"}},"android.database.cts.DataSetObservableTest":{"methods":{"testNotifyMethods":"PASS"}},"android.database.cts.CursorWrapperTest":{"methods":{"testConstrucotorAndClose":"PASS","testContentObserverOperations":"PASS","testCopyStringToBuffer":"PASS","testDeactivate":"PASS","testGetCount":"PASS","testGetExtras":"PASS","testGetWantsAllOnMoveCalls":"PASS","testGettingColumnInfos":"PASS","testGettingValues":"PASS","testPositioning":"PASS","testRespond":"PASS","testSetExtras":"PASS"}},"android.database.cts.CursorIndexOutOfBoundsExceptionTest":{"methods":{"testConstructors":"PASS"}},"android.database.cts.ContentObservableTest":{"methods":{"testDispatchChange":"PASS","testDispatchChangeWithUri":"PASS","testNotifyChange":"PASS"}},"android.database.cts.SQLExceptionTest":{"methods":{"testConstructors":"PASS"}},"android.database.cts.MatrixCursor_RowBuilderTest":{"methods":{"testAdd":"PASS"}},"android.database.cts.StaleDataExceptionTest":{"methods":{"testConstructors":"PASS"}},"android.display.cts.DisplayTest":{"methods":{"testDefaultDisplay":"PASS","testDefaultDisplayHdrCapability":"FAIL","testFlags":"FAIL","testGetCurrentSizeRange":"FAIL","testGetDisplayAttrs":"FAIL","testGetDisplays":"FAIL","testGetMetrics":"FAIL","testMode":"FAIL","testModeSwitch":"FAIL","testSecondaryDisplay":"FAIL"}},"android.display.cts.VirtualDisplayTest":{"methods":{"testPrivatePresentationVirtualDisplay":"FAIL","testPrivateVirtualDisplay":"FAIL","testPrivateVirtualDisplayWithDynamicSurface":"FAIL"}},"android.dpi.cts.ConfigurationTest":{"methods":{"testScreenConfiguration":"PASS"}},"android.dpi.cts.DefaultManifestAttributesSdkTest":{"methods":{"testPackageHasExpectedSdkVersion":"FAIL"}},"android.dpi.cts.DefaultManifestAttributesTest":{"methods":{"testAnyDensityDefault":"PASS","testLargeScreenDefault":"PASS","testNormalScreenDefault":"FAIL","testResizableDefault":"PASS","testSmallScreenDefault":"PASS"}},"android.dpi.cts.AspectRatioTest":{"methods":{"testAspectRatio":"PASS"}},"android.dpi.cts.ConfigurationScreenLayoutTest":{"methods":{"testScreenLayout":"FAIL"}},"android.service.dreams.cts.DreamServiceTest":{"methods":{"testOnWindowStartingActionMode":"PASS","testOnWindowStartingActionModeTyped":"PASS"}},"android.service.dreams.cts.DreamsFeatureTest":{"methods":{"testDreamManagerExists":"FAIL"}},"android.drm.cts.DrmEventTest":{"methods":{"testGetAttribute":"PASS","testGetMessage":"PASS","testGetUniqueId":"PASS","testInvalidErrorEventTypes":"PASS","testInvalidInfoEventTypes":"PASS","testValidErrorEventTypes":"PASS","testValidInfoEventTypes":"PASS"}},"android.drm.cts.DrmInfoTest":{"methods":{"testGetData":"PASS","testGetInfoType":"PASS","testGetMimeType":"PASS","testInvalidData":"PASS","testInvalidInfoTypes":"PASS","testInvalidMimeTypes":"PASS","testPutAndGetKeys":"PASS","testValidInfoTypes":"PASS"}},"android.drm.cts.DrmInfoStatusTest":{"methods":{"testInvalidStatusCodes":"PASS","testValidStatusCodes":"PASS"}},"android.drm.cts.DRMTest":{"methods":{"testAcquireRights":"FAIL","testCanHandle":"FAIL","testCheckRightsStatus":"FAIL","testConvertData":"FAIL","testGetConstraints":"FAIL","testGetOriginalMimeType":"FAIL","testIsDrmDirectoryExist":"FAIL","testRegisterAndDeregister":"FAIL","testRemoveAllRights":"FAIL","testRemoveRights":"FAIL"}},"android.drm.cts.DrmSupportInfoTest":{"methods":{"testAddInvalidFileSuffixes":"PASS","testAddInvalidMimeTypes":"PASS","testAddValidFileSuffixes":"PASS","testAddValidMimeTypes":"PASS","testEquals":"PASS","testSetAndGetDescription":"PASS","testSetInvalidDescriptions":"PASS"}},"android.drm.cts.DrmInfoRequestTest":{"methods":{"testGetInfoType":"PASS","testGetMimeType":"PASS","testInvalidInfoTypes":"PASS","testInvalidMimeTypes":"PASS","testPutAndGetKeys":"PASS","testValidInfoTypes":"PASS"}},"android.effect.cts.EffectTest":{"methods":{"test1_createContext":"FAIL","test2_getFactory":"FAIL","test3_availableEffects":"FAIL","test4_effectCreate":"FAIL","test5_effectCreate":"FAIL","test6_effectApply":"FAIL"}},"android.externalservice.cts.ExternalServiceTest":{"methods":{"testBindExternalAboveClient":"FAIL","testBindExternalService":"FAIL","testBindExternalServiceWithRunningOwn":"FAIL","testFailBindExternalExported":"FAIL","testFailBindExternalIsolated":"FAIL","testFailBindExternalNonExported":"FAIL","testFailBindExternalNonIsolated":"FAIL","testFailBindIsolated":"FAIL","testFailBindWithoutBindExternal":"FAIL"}},"android.gesture.cts.GestureStrokeTest":{"methods":{"testBoundingBox_line":"PASS","testComputeOrientedBoundingBox":"PASS","testGetPath_empty":"PASS","testGetPath_line":"FAIL","testGetPath_singlePoint":"PASS","testToPath_boundedLine":"FAIL","testToPath_line":"FAIL"}},"android.gesture.cts.GestureLibraryTest":{"methods":{"testIsReadOnly":"FAIL"}},"android.gesture.cts.GestureStorageTester":{"methods":{"testGetGestureEntries":"PASS","testGetGestures":"PASS","testRecognize":"PASS","testRemoveEntry":"PASS","testRemoveGesture":"PASS"}},"android.gesture.cts.GestureStoreTest":{"methods":{"testHasChanged_add":"FAIL","testHasChanged_removeEntry":"FAIL","testHasChanged_removeGesture":"FAIL","testSaveLoadOutputStream":"FAIL"}},"android.gesture.cts.GesturePointTest":{"methods":{"testGesturePointConstructor":"PASS"}},"android.gesture.cts.GestureTest":{"methods":{"testGetBoundingBox":"PASS","testGetStrokes":"PASS","testGetStrokesCount":"PASS","testReadWriteToParcel":"PASS","testToPath":"FAIL","testToPathPath":"FAIL"}},"android.opengl.cts.OpenGlEsVersionTest":{"methods":{"testExtensionPack":"PASS","testOpenGlEsVersion":"FAIL","testOpenGlEsVersionForVrHighPerformance":"PASS","testRequiredExtensions":"PASS","testRequiredExtensionsForVrHighPerformance":"PASS"}},"android.opengl.cts.EglConfigTest":{"methods":{"testEglConfigs":"FAIL"}},"android.opengl.cts.CompressedTextureTest":{"methods":{"testTextureETC1":"FAIL","testTexturePVRTC":"FAIL","testTextureS3TC":"FAIL","testTextureUncompressed":"FAIL"}},"android.opengl.cts.EglContextTest":{"methods":{"testCreateAndReleaseContext":"FAIL"}},"android.opengl.cts.GLSurfaceViewTest":{"methods":{"testPauseResumeWithDelay":"PASS","testPauseResumeWithoutDelay":"PASS"}},"android.graphics.cts.Bitmap_CompressFormatTest":{"methods":{"testValueOf":"PASS","testValues":"PASS"}},"android.graphics.cts.PathTest":{"methods":{"testAccessFillType":"FAIL","testAddArc":"FAIL","testAddCircle":"FAIL","testAddOval":"FAIL","testAddPath1":"FAIL","testAddPath2":"FAIL","testAddPath3":"FAIL","testAddRect1":"FAIL","testAddRect2":"FAIL","testAddRoundRect1":"FAIL","testAddRoundRect2":"FAIL","testArcTo1":"FAIL","testArcTo2":"FAIL","testClose":"FAIL","testComputeBounds1":"FAIL","testComputeBounds2":"FAIL","testConstructor":"PASS","testCubicTo":"FAIL","testIncReserve":"PASS","testIsEmpty":"FAIL","testIsInverseFillType":"FAIL","testIsRect":"FAIL","testLineTo":"FAIL","testMoveTo":"PASS","testOffset1":"FAIL","testOffset2":"PASS","testOffsetTextPath":"FAIL","testQuadTo":"FAIL","testRCubicTo":"FAIL","testRLineTo":"FAIL","testRMoveTo":"PASS","testRQuadTo":"FAIL","testReset":"FAIL","testRewind":"FAIL","testSet":"FAIL","testSetCleanOld":"FAIL","testSetEmptyPath":"FAIL","testSetLastPoint":"PASS","testToggleInverseFillType":"FAIL","testTransform1":"FAIL","testTransform2":"PASS"}},"android.graphics.cts.PointTest":{"methods":{"testConstructor":"PASS","testEquals1":"PASS","testEquals2":"PASS","testHashCode":"PASS","testNegate":"PASS","testOffset":"PASS","testSet":"PASS","testToString":"PASS"}},"android.graphics.cts.Paint_CapTest":{"methods":{"testValueOf":"PASS","testValues":"PASS"}},"android.graphics.cts.Path_DirectionTest":{"methods":{"testValueOf":"PASS","testValues":"PASS"}},"android.graphics.cts.PictureTest":{"methods":{"testPicture":"FAIL","testSaveRestoreBalance":"FAIL"}},"android.graphics.cts.RasterizerTest":{"methods":{"testFinalize":"PASS"}},"android.graphics.cts.BitmapShaderTest":{"methods":{"testBitmapShader":"FAIL"}},"android.graphics.cts.ColorMatrixTest":{"methods":{"testColorMatrix":"PASS","testPostConcat":"PASS","testPreConcat":"PASS","testReset":"PASS","testSet1":"PASS","testSet2":"PASS","testSetConcat":"PASS","testSetRGB2YUV":"PASS","testSetRotate":"PASS","testSetSaturation":"PASS","testSetScale":"PASS","testSetYUV2RGB":"PASS"}},"android.graphics.cts.InterpolatorTest":{"methods":{"testConstructor":"PASS","testReset1":"PASS","testReset2":"PASS","testSetKeyFrame":"FAIL","testSetRepeatMirror":"FAIL","testTimeToValues1":"FAIL","testTimeToValues2":"FAIL"}},"android.graphics.cts.PathDashPathEffect_StyleTest":{"methods":{"testValueOf":"PASS","testValues":"PASS"}},"android.graphics.cts.Canvas_VertexModeTest":{"methods":{"testValueOf":"PASS","testValues":"PASS"}},"android.graphics.cts.Paint_FontMetricsIntTest":{"methods":{"testConstructor":"PASS","testToString":"PASS"}},"android.graphics.cts.LightingColorFilterTest":{"methods":{"testLightingColorFilter":"FAIL"}},"android.graphics.cts.SumPathEffectTest":{"methods":{"testSumPathEffect":"PASS"}},"android.graphics.cts.Interpolator_ResultTest":{"methods":{"testValueOf":"PASS","testValues":"PASS"}},"android.graphics.cts.YuvImageTest":{"methods":{"testCompressYuvToJpeg":"FAIL","testGetHeight":"PASS","testGetYuvData":"PASS","testGetYuvFormat":"PASS","testYuvImage":"PASS"}},"android.graphics.cts.PorterDuffColorFilterTest":{"methods":{"testPorterDuffColorFilter":"FAIL"}},"android.graphics.cts.MatrixTest":{"methods":{"testAccessValues":"PASS","testConstractor":"PASS","testEquals":"PASS","testInvert":"FAIL","testIsIdentity":"PASS","testMapPoints":"PASS","testMapPoints2":"FAIL","testMapPoints3":"FAIL","testMapRadius":"FAIL","testMapRect":"PASS","testMapRect2":"PASS","testMapVectors":"PASS","testMapVectors2":"FAIL","testMapVectors3":"FAIL","testPostConcat":"PASS","testPostRotate":"PASS","testPostRotate2":"PASS","testPostScale":"PASS","testPostScale2":"PASS","testPostSkew":"PASS","testPostSkew2":"PASS","testPostTranslate":"PASS","testPreConcat":"PASS","testPreRotate":"PASS","testPreRotate2":"PASS","testPreScale":"PASS","testPreScale2":"PASS","testPreSkew":"PASS","testPreSkew2":"PASS","testPreTranslate":"PASS","testRectStaysRect":"PASS","testReset":"PASS","testSet":"PASS","testSetConcat":"PASS","testSetPolyToPoly":"FAIL","testSetRectToRect":"FAIL","testSetRotate":"PASS","testSetRotate2":"PASS","testSetScale":"PASS","testSetScale2":"PASS","testSetSinCos":"PASS","testSetSinCos2":"PASS","testSetSkew":"PASS","testSetSkew2":"PASS","testSetTranslate":"PASS","testToShortString":"PASS","testToString":"PASS"}},"android.graphics.cts.CameraTest":{"methods":{"testApplyToCanvas":"PASS","testCamera":"PASS","testDotWithNormal":"FAIL","testRestore":"PASS","testRotateX":"FAIL","testRotateY":"FAIL","testRotateZ":"FAIL","testTranslate":"FAIL"}},"android.graphics.cts.Canvas_EdgeTypeTest":{"methods":{"testValueOf":"PASS","testValues":"PASS"}},"android.graphics.cts.PointFTest":{"methods":{"testConstructor":"PASS","testEquals":"PASS","testLength1":"PASS","testLength2":"PASS","testNegate":"PASS","testOffset":"PASS","testSet1":"PASS","testSet2":"PASS"}},"android.graphics.cts.DashPathEffectTest":{"methods":{"testDashPathEffect":"FAIL"}},"android.graphics.cts.TypefaceTest":{"methods":{"testConstants":"PASS","testCreate":"PASS","testCreateFromAsset":"PASS","testCreateFromAsset_cachesTypeface":"FAIL","testCreateFromFile1":"PASS","testCreateFromFile2":"PASS","testDefaultFromStyle":"PASS","testInvalidCmapFont":"PASS","testInvalidCmapFont2":"PASS","testIsBold":"FAIL"}},"android.graphics.cts.CornerPathEffectTest":{"methods":{"testCornerPathEffect":"FAIL"}},"android.graphics.cts.MovieTest":{"methods":{"testDecodeByteArray":"FAIL","testDecodeFile":"FAIL","testDecodeStream":"FAIL","testDraw1":"FAIL","testDraw2":"FAIL","testGetMovieProperties":"FAIL","testSetTime":"FAIL"}},"android.graphics.cts.EmbossMaskFilterTest":{"methods":{"testEmbossMaskFilter":"FAIL"}},"android.graphics.cts.PorterDuffXfermodeTest":{"methods":{"testPorterDuffXfermode":"FAIL"}},"android.graphics.cts.RectTest":{"methods":{"testAccessParcel":"PASS","testCenterX":"PASS","testCenterY":"PASS","testConstructor":"PASS","testContains1":"PASS","testContains2":"PASS","testContains3":"PASS","testDescribeContents":"PASS","testEquals":"PASS","testExactCenterX":"PASS","testExactCenterY":"PASS","testFlattenToString":"PASS","testHeight":"PASS","testInset":"PASS","testIntersect1":"PASS","testIntersect2":"PASS","testIntersects1":"PASS","testIntersects2":"PASS","testIsEmpty":"PASS","testOffset":"PASS","testOffsetTo":"PASS","testSet1":"PASS","testSet2":"PASS","testSetEmpty":"PASS","testSetIntersect":"PASS","testSort":"PASS","testToString":"PASS","testUnion1":"PASS","testUnion2":"PASS","testUnion3":"PASS","testWidth":"PASS"}},"android.graphics.cts.BitmapRegionDecoderTest":{"methods":{"testDecodeRegionByteArray":"PASS","testDecodeRegionInputStream":"PASS","testDecodeRegionInputStreamInBitmap":"FAIL","testDecodeRegionStringAndFileDescriptor":"PASS","testInBitmapReuse":"FAIL","testNewInstanceByteArray":"FAIL","testNewInstanceInputStream":"FAIL","testNewInstanceStringAndFileDescriptor":"FAIL","testRecycle":"FAIL"}},"android.graphics.cts.RegionIteratorTest":{"methods":{"testConstructor":"PASS","testNext":"FAIL"}},"android.graphics.cts.PathMeasureTest":{"methods":{"testConstructor":"PASS","testGetLength":"FAIL","testGetMatrix":"FAIL","testGetPosTan":"FAIL","testGetSegment":"FAIL","testIsClosed":"FAIL","testNextContour":"FAIL","testSetPath":"PASS"}},"android.graphics.cts.CanvasTest":{"methods":{"testCanvas1":"PASS","testCanvas2":"FAIL","testClipPath1":"FAIL","testClipPath2":"FAIL","testClipRect1":"FAIL","testClipRect2":"FAIL","testClipRect3":"FAIL","testClipRect4":"FAIL","testClipRect5":"FAIL","testClipRect6":"FAIL","testClipRect7":"FAIL","testClipRegion1":"PASS","testClipRegion2":"FAIL","testClipRegion3":"FAIL","testClipRegion4":"FAIL","testConcat":"FAIL","testDensity":"PASS","testDrawARGB":"FAIL","testDrawArc":"FAIL","testDrawBitmap1":"FAIL","testDrawBitmap2":"FAIL","testDrawBitmap3":"FAIL","testDrawBitmap4":"PASS","testDrawBitmap5":"PASS","testDrawBitmap6":"PASS","testDrawBitmapMesh":"PASS","testDrawCircle":"FAIL","testDrawColor1":"FAIL","testDrawColor2":"PASS","testDrawLine":"FAIL","testDrawLines1":"FAIL","testDrawLines2":"FAIL","testDrawOval":"FAIL","testDrawPaint":"FAIL","testDrawPath":"PASS","testDrawPicture1":"PASS","testDrawPicture2":"PASS","testDrawPicture3":"PASS","testDrawPoint":"FAIL","testDrawPoints1":"FAIL","testDrawPoints2":"FAIL","testDrawPosText1":"PASS","testDrawPosText2":"PASS","testDrawRGB":"FAIL","testDrawRect1":"FAIL","testDrawRect2":"FAIL","testDrawRect3":"FAIL","testDrawRoundRect":"PASS","testDrawText1":"PASS","testDrawText2":"PASS","testDrawText3":"PASS","testDrawText4":"PASS","testDrawTextOnPath1":"PASS","testDrawTextOnPath2":"PASS","testDrawTextRun":"PASS","testDrawVertices":"PASS","testGetClipBounds1":"FAIL","testGetClipBounds2":"FAIL","testGetDrawFilter":"PASS","testGetMatrix1":"PASS","testGetMatrix2":"FAIL","testGetSaveCount":"FAIL","testIsOpaque":"PASS","testQuickReject1":"PASS","testQuickReject2":"PASS","testQuickReject3":"PASS","testRestore":"FAIL","testRestoreToCount":"FAIL","testRotate1":"FAIL","testRotate2":"FAIL","testSave1":"FAIL","testSave2":"FAIL","testSaveFlags1":"PASS","testSaveFlags10":"FAIL","testSaveFlags2":"PASS","testSaveFlags3":"FAIL","testSaveFlags4":"FAIL","testSaveFlags5":"FAIL","testSaveFlags6":"FAIL","testSaveFlags7":"FAIL","testSaveFlags8":"FAIL","testSaveFlags9":"FAIL","testSaveLayer1":"FAIL","testSaveLayer2":"FAIL","testSaveLayerAlpha1":"FAIL","testSaveLayerAlpha2":"FAIL","testScale1":"FAIL","testScale2":"FAIL","testSetBitmap":"FAIL","testSkew":"FAIL","testTranslate":"FAIL"}},"android.graphics.cts.RegionTest":{"methods":{"testConstructor":"PASS","testContains":"FAIL","testDescribeContents":"PASS","testEmpty":"FAIL","testGetBoundaryPath1":"FAIL","testGetBoundaryPath2":"FAIL","testGetBounds":"FAIL","testIsComplex":"FAIL","testIsRect":"FAIL","testOp1":"FAIL","testOp2":"FAIL","testOp3":"FAIL","testOp4":"FAIL","testOp5":"FAIL","testQuickContains1":"FAIL","testQuickContains2":"FAIL","testQuickReject1":"FAIL","testQuickReject2":"FAIL","testQuickReject3":"FAIL","testSet1":"FAIL","testSet2":"FAIL","testSet3":"FAIL","testSetPath":"FAIL","testTranslate1":"FAIL","testTranslate2":"FAIL","testUnion":"FAIL","testWriteToParcel":"FAIL"}},"android.graphics.cts.ShaderTest":{"methods":{"testAccessLocalMatrix":"PASS","testConstructor":"PASS"}},"android.graphics.cts.RectFTest":{"methods":{"testCenterX":"PASS","testCenterY":"PASS","testConstructor":"PASS","testContains1":"PASS","testContains2":"PASS","testContains3":"PASS","testHeight":"PASS","testInset":"PASS","testIntersect1":"PASS","testIntersect2":"PASS","testIntersects1":"PASS","testIntersects2":"PASS","testIsEmpty":"PASS","testOffset":"PASS","testOffsetTo":"PASS","testRound":"PASS","testRoundOut":"PASS","testSet1":"PASS","testSet2":"PASS","testSet3":"PASS","testSetEmpty":"PASS","testSetIntersect":"PASS","testSort":"PASS","testToString":"PASS","testUnion1":"PASS","testUnion2":"PASS","testUnion3":"PASS","testWidth":"PASS","testWriteReadParcel":"PASS"}},"android.graphics.cts.Region_OpTest":{"methods":{"testValueOf":"PASS","testValues":"PASS"}},"android.graphics.cts.Bitmap_ConfigTest":{"methods":{"testValueOf":"PASS","testValues":"PASS"}},"android.graphics.cts.BitmapTest":{"methods":{"testAlphaAndPremul":"FAIL","testCompress":"FAIL","testCopy":"FAIL","testCopyPixelsToBuffer":"FAIL","testCreateBitmap1":"PASS","testCreateBitmap2":"FAIL","testCreateBitmap3":"FAIL","testCreateBitmap4":"PASS","testCreateBitmap6":"FAIL","testCreateScaledBitmap":"PASS","testDescribeContents":"PASS","testEraseColor":"FAIL","testExtractAlpha1":"FAIL","testExtractAlpha2":"FAIL","testGetAllocationByteCount":"FAIL","testGetConfig":"FAIL","testGetHeight":"FAIL","testGetNinePatchChunk":"PASS","testGetPixel":"FAIL","testGetRowBytes":"FAIL","testGetScaledHeight1":"PASS","testGetScaledHeight2":"PASS","testGetScaledHeight3":"PASS","testGetScaledWidth1":"PASS","testGetScaledWidth2":"PASS","testGetScaledWidth3":"PASS","testGetWidth":"FAIL","testHasAlpha":"FAIL","testIsMutable":"PASS","testIsRecycled":"PASS","testPremultipliedCanvas":"FAIL","testReconfigure":"FAIL","testSetConfig":"FAIL","testSetHeight":"FAIL","testSetPixel":"PASS","testSetPixels":"FAIL","testSetPremultipliedData":"FAIL","testSetPremultipliedFromBuffer":"FAIL","testSetPremultipliedSimple":"FAIL","testSetPremultipliedToBuffer":"FAIL","testSetWidth":"FAIL","testWriteToParcel":"FAIL"}},"android.graphics.cts.Paint_AlignTest":{"methods":{"testValueOf":"PASS","testValues":"PASS"}},"android.graphics.cts.LayerRasterizerTest":{"methods":{"testAddLayer1":"PASS","testAddLayer2":"PASS","testConstructor":"PASS"}},"android.graphics.cts.ComposeShaderTest":{"methods":{"testPorterDuff":"FAIL","testXfermode":"FAIL"}},"android.graphics.cts.Matrix_ScaleToFitTest":{"methods":{"testValueOf":"PASS","testValueOf2":"PASS","testValues":"PASS"}},"android.graphics.cts.PaintFlagsDrawFilterTest":{"methods":{"testPaintFlagsDrawFilter":"FAIL","testPaintFlagsDrawFilter2":"FAIL"}},"android.graphics.cts.Paint_JoinTest":{"methods":{"testValueOf":"PASS","testValues":"PASS"}},"android.graphics.cts.SweepGradientTest":{"methods":{"test2Colors":"FAIL","testColorArray":"FAIL","testMultiColor":"FAIL"}},"android.graphics.cts.ColorMatrixColorFilterTest":{"methods":{"testColorMatrixColorFilter":"FAIL"}},"android.graphics.cts.PathEffectTest":{"methods":{"testConstructor":"PASS"}},"android.graphics.cts.LinearGradientTest":{"methods":{"testLinearGradient":"FAIL"}},"android.graphics.cts.MaskFilterTest":{"methods":{"testConstructor":"PASS"}},"android.graphics.cts.PathDashPathEffectTest":{"methods":{"testPathDashPathEffect":"PASS"}},"android.graphics.cts.BitmapFactory_OptionsTest":{"methods":{"testOptions":"PASS","testRequestCancelDecode":"PASS"}},"android.graphics.cts.Paint_StyleTest":{"methods":{"testValueOf":"PASS","testValues":"PASS"}},"android.graphics.cts.Shader_TileModeTest":{"methods":{"testValueOf":"PASS","testValues":"PASS"}},"android.graphics.cts.DrawFilterTest":{"methods":{"testConstructor":"PASS"}},"android.graphics.cts.DiscretePathEffectTest":{"methods":{"testDiscretePathEffect":"FAIL"}},"android.graphics.cts.PixelFormatTest":{"methods":{"testConstructor":"PASS","testFormatHasAlpha":"PASS","testGetPixelFormatInfo":"PASS"}},"android.graphics.cts.BitmapFactoryTest":{"methods":{"testConfigs":"FAIL","testConstructor":"PASS","testDecodeByteArray1":"FAIL","testDecodeByteArray2":"FAIL","testDecodeFile1":"FAIL","testDecodeFile2":"FAIL","testDecodeFileDescriptor1":"FAIL","testDecodeFileDescriptor2":"FAIL","testDecodeFileDescriptor3":"FAIL","testDecodeInPurgeableAllocationCount":"PASS","testDecodePremultipliedData":"FAIL","testDecodePremultipliedDefault":"FAIL","testDecodeResource1":"FAIL","testDecodeResource2":"FAIL","testDecodeResourceStream":"PASS","testDecodeReuseBasic":"FAIL","testDecodeReuseDoubleScaling":"FAIL","testDecodeReuseEquivalentScaling":"FAIL","testDecodeReuseFailure":"FAIL","testDecodeReuseFormats":"FAIL","testDecodeReuseHasAlpha":"FAIL","testDecodeReuseScaling":"FAIL","testDecodeScaling":"FAIL","testDecodeStream1":"FAIL","testDecodeStream2":"PASS","testDecodeStream3":"FAIL","testDecodeStream4":"FAIL","testDecodeStream5":"FAIL","testParcel":"FAIL"}},"android.graphics.cts.BlurMaskFilter_BlurTest":{"methods":{"testValueOf":"PASS","testValues":"PASS"}},"android.graphics.cts.Path_FillTypeTest":{"methods":{"testValueOf":"PASS","testValues":"PASS"}},"android.graphics.cts.ComposePathEffectTest":{"methods":{"testComposePathEffect":"PASS"}},"android.graphics.cts.ColorTest":{"methods":{"testAlpha":"PASS","testArgb":"PASS","testBlue":"PASS","testGreen":"PASS","testHSVToColor1":"PASS","testHSVToColor2":"PASS","testParseColor":"PASS","testRGBToHSV":"PASS","testRed":"PASS","testRgb":"PASS"}},"android.graphics.cts.BlurMaskFilterTest":{"methods":{"testBlurMaskFilter":"FAIL"}},"android.graphics.cts.NinePatchTest":{"methods":{"testConstructor":"FAIL","testDraw":"FAIL","testGetDensity":"FAIL","testGetHeight":"FAIL","testGetTransparentRegion":"FAIL","testGetWidth":"FAIL","testHasAlpha":"FAIL","testIsNinePatchChunk":"FAIL"}},"android.graphics.drawable.cts.Drawable_ConstantStateTest":{"methods":{"testCanApplyTheme":"PASS","testNewDrawable":"PASS"}},"android.graphics.drawable.cts.ShapeDrawableTest":{"methods":{"testAccessIntrinsicHeight":"PASS","testAccessIntrinsicWidth":"PASS","testAccessPadding":"PASS","testAccessShaderFactory":"PASS","testAccessShape":"PASS","testConstructors":"PASS","testDraw":"FAIL","testGetChangingConfigurations":"PASS","testGetConstantState":"PASS","testGetOpacity":"FAIL","testGetPaint":"PASS","testInflate":"PASS","testMutate":"PASS","testOnBoundsChange":"PASS","testOnDraw":"PASS","testSetAlpha":"PASS","testSetColorFilter":"PASS","testSetDither":"PASS","testSetTint":"FAIL"}},"android.graphics.drawable.cts.BitmapDrawableTest":{"methods":{"testAccessGravity":"PASS","testAccessMipMap":"PASS","testAccessTileMode":"FAIL","testConstructor":"FAIL","testDraw":"PASS","testGetChangingConfigurations":"PASS","testGetConstantState":"PASS","testGetIntrinsicSize":"PASS","testGetOpacity":"FAIL","testInflate":"FAIL","testIsFilterBitmap":"FAIL","testMutate":"FAIL","testOnBoundsChange":"PASS","testPreloadDensity":"FAIL","testSetAlpha":"FAIL","testSetAntiAlias":"PASS","testSetColorFilter":"PASS","testSetDither":"FAIL","testSetFilterBitmap":"FAIL","testSetTargetDensity":"PASS","testSetTint":"FAIL"}},"android.graphics.drawable.cts.ClipDrawableTest":{"methods":{"testClipDrawable":"PASS","testDraw":"PASS","testGetChangingConfigurations":"PASS","testGetConstantState":"PASS","testGetIntrinsicHeight":"PASS","testGetIntrinsicWidth":"PASS","testGetOpacity":"PASS","testGetPadding":"PASS","testInflate":"PASS","testInvalidateDrawable":"PASS","testIsStateful":"PASS","testOnBoundsChange":"PASS","testOnLevelChange":"PASS","testOnStateChange":"PASS","testScheduleDrawable":"PASS","testSetAlpha":"PASS","testSetColorFilter":"PASS","testSetVisible":"PASS","testUnscheduleDrawable":"PASS"}},"android.graphics.drawable.cts.RotateDrawableTest":{"methods":{"testConstructor":"PASS","testDraw":"PASS","testGetChangingConfigurations":"FAIL","testGetConstantState":"PASS","testGetIntrinsicWidthAndHeight":"PASS","testGetOpacity":"FAIL","testGetPadding":"PASS","testInflate":"PASS","testInvalidateDrawable":"PASS","testIsStateful":"PASS","testMethods":"PASS","testMutate":"FAIL","testScheduleDrawable":"PASS","testSetAlpha":"PASS","testSetColorFilter":"PASS","testSetDegrees":"PASS","testSetPivot":"PASS","testSetVisible":"PASS","testUnscheduleDrawable":"PASS"}},"android.graphics.drawable.cts.LevelListDrawableTest":{"methods":{"testAddLevel":"PASS","testInflate":"PASS","testInflateWithNullParameters":"FAIL","testLevelListDrawable":"PASS","testMutate":"PASS","testOnLevelChange":"PASS"}},"android.graphics.drawable.cts.CustomAnimationScaleListDrawableTest":{"methods":{"testNonZeroDurationScale":"FAIL","testZeroDurationScale":"FAIL"}},"android.graphics.drawable.cts.DrawableWrapperTest":{"methods":{"testConstructor":"PASS","testDraw":"PASS","testGetChangingConfigurations":"PASS","testGetConstantState":"PASS","testGetDrawable":"PASS","testGetIntrinsicHeight":"PASS","testGetIntrinsicWidth":"PASS","testGetOpacity":"PASS","testGetPadding":"PASS","testInvalidateDrawable":"PASS","testIsStateful":"PASS","testOnBoundsChange":"PASS","testOnLevelChange":"PASS","testOnStateChange":"PASS","testScheduleDrawable":"PASS","testSetAlpha":"PASS","testSetColorFilter":"PASS","testSetDrawable":"PASS","testSetVisible":"PASS","testUnscheduleDrawable":"PASS"}},"android.graphics.drawable.cts.RippleDrawableTest":{"methods":{"testAccessRadius":"PASS","testConstructor":"PASS","testPreloadDensity":"FAIL","testRadiusAttr":"PASS","testSetColor":"PASS"}},"android.graphics.drawable.cts.TransitionDrawableTest":{"methods":{"testAccessCrossFadeEnabled":"PASS","testConstructor":"PASS","testDrawWithNUllCanvas":"PASS","testResetTransition":"FAIL","testReverseTransition":"FAIL","testStartTransition":"FAIL"}},"android.graphics.drawable.cts.AnimatedVectorDrawableTest":{"methods":{"testAddCallbackAfterStart":"FAIL","testAddCallbackAfterTrigger":"FAIL","testAddCallbackBeforeStart":"FAIL","testClearCallback":"PASS","testColorFilter":"PASS","testGetChangingConfigurations":"PASS","testGetConstantState":"PASS","testGetOpacity":"PASS","testInflate":"FAIL","testMutate":"FAIL","testRemoveCallback":"PASS","testReset":"PASS","testSingleFrameAnimation":"FAIL","testStop":"PASS"}},"android.graphics.drawable.cts.ThemedDrawableTest":{"methods":{"testAndroidTestCaseSetupProperly":"PASS","testBitmapDrawable":"FAIL","testColorDrawable":"FAIL","testGradientDrawable":"FAIL","testLayerDrawable":"FAIL","testNinePatchDrawable":"FAIL","testRippleDrawable":"PASS"}},"android.graphics.drawable.cts.PictureDrawableTest":{"methods":{"testAccessPicture":"PASS","testConstructor":"PASS","testDraw":"FAIL","testGetIntrinsicSize":"PASS","testGetOpacity":"PASS","testSetAlpha":"PASS","testSetColorFilter":"PASS","testSetDither":"PASS","testSetFilterBitmap":"PASS"}},"android.graphics.drawable.cts.StateListDrawableTest":{"methods":{"testAddState":"FAIL","testInflate":"PASS","testInflateWithNullParameters":"PASS","testIsStateful":"PASS","testMutate":"FAIL","testOnStateChange":"FAIL","testOnStateChangeWithNullStateSet":"FAIL","testOnStateChangeWithWildCardAtFirst":"PASS","testPreloadDensity":"FAIL","testPreloadDensityConstantSize":"FAIL","testStateListDrawable":"PASS"}},"android.graphics.drawable.cts.InsetDrawableTest":{"methods":{"testConstructor":"PASS","testDraw":"PASS","testGetChangingConfigurations":"FAIL","testGetConstantState":"PASS","testGetIntrinsicHeight":"PASS","testGetIntrinsicWidth":"PASS","testGetOpacity":"PASS","testGetPadding":"PASS","testInflate":"PASS","testInvalidateDrawable":"PASS","testIsStateful":"PASS","testMutate":"FAIL","testOnBoundsChange":"PASS","testOnStateChange":"PASS","testPreloadDensity":"FAIL","testScheduleDrawable":"PASS","testSetAlpha":"PASS","testSetColorFilter":"PASS","testSetVisible":"PASS","testUnscheduleDrawable":"PASS"}},"android.graphics.drawable.cts.DrawableContainerTest":{"methods":{"testAccessConstantState":"PASS","testAccessCurrentDrawable":"PASS","testDraw":"PASS","testGetChangingConfigurations":"PASS","testGetHotspotBounds":"PASS","testGetIntrinsicHeight":"PASS","testGetIntrinsicWidth":"PASS","testGetMinimumHeight":"PASS","testGetMinimumWidth":"PASS","testGetOpacity":"PASS","testGetPadding":"PASS","testInvalidateDrawable":"PASS","testIsStateful":"PASS","testMutate":"PASS","testOnBoundsChange":"PASS","testOnLevelChange":"PASS","testOnStateChange":"PASS","testScheduleDrawable":"PASS","testSetAlpha":"PASS","testSetColorFilter":"PASS","testSetDither":"PASS","testSetEnterFadeDuration":"PASS","testSetExitFadeDuration":"PASS","testSetHotspotBounds":"PASS","testSetTint":"PASS","testSetVisible":"PASS","testUnscheduleDrawable":"PASS"}},"android.graphics.drawable.cts.DrawableTest":{"methods":{"testAccessBounds":"PASS","testAccessCallback":"PASS","testAccessChangingConfigurations":"PASS","testAccessLayoutDirection":"PASS","testAccessLevel":"PASS","testAccessState":"PASS","testClearColorFilter":"PASS","testCopyBounds":"PASS","testCreateFromPath":"FAIL","testCreateFromResourceStream1":"FAIL","testCreateFromResourceStream2":"FAIL","testCreateFromStream":"FAIL","testCreateFromXml":"PASS","testCreateFromXmlInner":"PASS","testCreateFromXmlInnerThemed":"FAIL","testCreateFromXmlThemed":"FAIL","testGetConstantState":"PASS","testGetCurrent":"PASS","testGetHotspotBounds":"PASS","testGetIntrinsicHeight":"PASS","testGetIntrinsicWidth":"PASS","testGetMinimumHeight":"PASS","testGetMinimumWidth":"PASS","testGetPadding":"PASS","testGetTransparentRegion":"PASS","testInflate":"PASS","testInvalidateSelf":"PASS","testIsFilterBitmap":"PASS","testIsStateful":"PASS","testMutate":"PASS","testOnBoundsChange":"PASS","testOnLayoutDirectionChanged":"PASS","testOnLevelChange":"PASS","testOnStateChange":"PASS","testResolveOpacity":"PASS","testScheduleSelf":"PASS","testSetColorFilter":"PASS","testSetDither":"PASS","testSetFilterBitmap":"PASS","testSetHotspotBounds":"PASS","testUnscheduleSelf":"PASS","testVisible":"PASS"}},"android.graphics.drawable.cts.NinePatchDrawableTest":{"methods":{"testConstructors":"FAIL","testDraw":"FAIL","testGetChangingConfigurations":"PASS","testGetConstantState":"PASS","testGetIntrinsicHeight":"FAIL","testGetIntrinsicWidth":"FAIL","testGetMinimumHeight":"FAIL","testGetMinimumWidth":"FAIL","testGetPadding":"FAIL","testGetPaint":"PASS","testGetTransparentRegion":"FAIL","testInflate":"FAIL","testIsFilterBitmap":"FAIL","testMutate":"PASS","testOutlinePreloadDensity":"FAIL","testPreloadDensity":"FAIL","testSetAlpha":"FAIL","testSetColorFilter":"PASS","testSetDither":"PASS","testSetFilterBitmap":"FAIL","testSetTargetDensity":"FAIL","testSetTargetDensity_Canvas":"FAIL","testSetTargetDensity_DisplayMetrics":"FAIL","testSetTint":"FAIL"}},"android.graphics.drawable.cts.CustomDrawableTest":{"methods":{"testInflation":"PASS"}},"android.graphics.drawable.cts.IconTest":{"methods":{"testBitmapIcon":"PASS","testDataIcon":"FAIL","testFileIcon":"PASS","testLoadDrawableAsync":"FAIL","testLoadDrawableAsyncWithMessage":"FAIL","testResourceIcon":"PASS"}},"android.graphics.drawable.cts.AnimatedStateListDrawableTest":{"methods":{"testAddState":"PASS","testAddTransition":"PASS","testInflate":"PASS","testIsStateful":"PASS","testOnStateChange":"PASS","testPreloadDensity":"FAIL","testPreloadDensityConstantSize":"FAIL","testStateListDrawable":"PASS"}},"android.graphics.drawable.cts.GradientDrawableTest":{"methods":{"testConstructor":"PASS","testDraw":"PASS","testGetChangingConfigurations":"PASS","testGetConstantState":"PASS","testGetIntrinsicHeight":"PASS","testGetIntrinsicWidth":"PASS","testGetOpacity":"PASS","testInflate":"PASS","testInflateGradientRadius":"PASS","testMutate":"FAIL","testPreloadDensity":"FAIL","testSetAlpha":"PASS","testSetColor":"FAIL","testSetColorFilter":"PASS","testSetColorList":"FAIL","testSetColors":"PASS","testSetCornerRadii":"PASS","testSetCornerRadius":"PASS","testSetDither":"PASS","testSetGradientCenter":"PASS","testSetGradientRadius":"PASS","testSetGradientType":"PASS","testSetOrientation":"PASS","testSetShape":"PASS","testSetSize":"PASS","testSetStroke":"PASS","testSetStrokeList":"PASS","testSetStrokeList_WidthGap":"PASS","testSetStroke_WidthGap":"PASS","testSetUseLevel":"PASS"}},"android.graphics.drawable.cts.ScaleDrawableTest":{"methods":{"testConstructor":"PASS","testDraw":"PASS","testGetChangingConfigurations":"PASS","testGetConstantState":"PASS","testGetIntrinsicHeight":"PASS","testGetIntrinsicWidth":"PASS","testGetOpacity":"PASS","testGetPadding":"PASS","testInflate":"FAIL","testInitialLevel":"PASS","testInvalidateDrawable":"PASS","testIsStateful":"PASS","testMutate":"FAIL","testOnBoundsChange":"PASS","testOnLevelChange":"PASS","testOnStateChange":"PASS","testScheduleDrawable":"PASS","testSetAlpha":"PASS","testSetColorFilter":"PASS","testSetVisible":"PASS","testUnscheduleDrawable":"PASS"}},"android.graphics.drawable.cts.VectorDrawableTest":{"methods":{"testBasicVectorDrawables":"FAIL","testColorFilter":"PASS","testColorStateList":"FAIL","testGetChangingConfigurations":"PASS","testGetConstantState":"PASS","testGetOpacity":"FAIL","testLMVectorDrawables":"FAIL","testMutate":"FAIL","testNVectorDrawables":"FAIL","testPreloadDensity":"FAIL","testVectorDrawableGradient":"FAIL"}},"android.graphics.drawable.cts.DrawableContainerStateTest":{"methods":{"testAccessConstantPadding":"PASS","testAccessConstantSize":"PASS","testAccessEnterFadeDuration":"PASS","testAccessExitFadeDuration":"PASS","testAddChild":"PASS","testCanConstantState":"PASS","testConstantHeightsAndWidths":"PASS","testGetOpacity":"PASS","testGrowArray":"PASS","testIsStateFul":"PASS"}},"android.graphics.drawable.cts.ShapeDrawable_ShaderFactoryTest":{"methods":{"testResize":"PASS"}},"android.graphics.drawable.cts.ColorDrawableTest":{"methods":{"testAccessAlpha":"PASS","testConstructors":"PASS","testDraw":"FAIL","testGetChangingConfigurations":"PASS","testGetConstantState":"PASS","testGetOpacity":"PASS","testInflate":"PASS","testSetColorFilter":"FAIL","testSetTint":"FAIL"}},"android.graphics.drawable.cts.LayerDrawableTest":{"methods":{"testAccessDrawable":"PASS","testAccessId":"PASS","testAccessOpacity":"PASS","testAccessPadding":"PASS","testAccessPaddingMode":"PASS","testAddLayer":"PASS","testChildIntrinsicSize":"PASS","testConstructor":"PASS","testDraw":"PASS","testFindDrawableByLayerId":"PASS","testFindIndexByLayerId":"PASS","testGetBottomPadding":"PASS","testGetChangingConfigurations":"PASS","testGetConstantState":"PASS","testGetDrawable":"PASS","testGetEndPadding":"PASS","testGetHotspotBounds":"PASS","testGetIntrinsicHeight":"PASS","testGetIntrinsicWidth":"PASS","testGetLayerGravity":"PASS","testGetLayerHeight":"PASS","testGetLayerInsetBottom":"PASS","testGetLayerInsetEnd":"PASS","testGetLayerInsetLeft":"PASS","testGetLayerInsetRight":"PASS","testGetLayerInsetStart":"PASS","testGetLayerInsetTop":"PASS","testGetLayerWidth":"PASS","testGetLeftPadding":"PASS","testGetNumberOfLayers":"PASS","testGetRightPadding":"PASS","testGetStartPadding":"PASS","testGetTopPadding":"PASS","testInflate":"FAIL","testInvalidateDrawable":"PASS","testIsStateful":"PASS","testJumpToCurrentState":"PASS","testMutate":"FAIL","testPreloadDensity":"FAIL","testScheduleDrawable":"PASS","testSetAlpha":"PASS","testSetBounds":"PASS","testSetColorFilter":"PASS","testSetDither":"PASS","testSetDrawable":"PASS","testSetDrawableByLayerId":"PASS","testSetHotspotBounds":"PASS","testSetLayerGravity":"PASS","testSetLayerHeight":"PASS","testSetLayerInset":"PASS","testSetLayerInsetBottom":"PASS","testSetLayerInsetEnd":"PASS","testSetLayerInsetLeft":"PASS","testSetLayerInsetRelative":"PASS","testSetLayerInsetRight":"PASS","testSetLayerInsetStart":"PASS","testSetLayerInsetTop":"PASS","testSetLayerSize":"PASS","testSetLayerWidth":"PASS","testSetLevel":"PASS","testSetPadding":"PASS","testSetPaddingRelative":"PASS","testSetState":"PASS","testSetVisible":"PASS","testUnscheduleDrawable":"PASS"}},"android.graphics.drawable.cts.AnimationDrawableTest":{"methods":{"testAccessOneShot":"FAIL","testConstructor":"PASS","testGetDuration":"PASS","testGetFrame":"PASS","testGetNumberOfFrames":"PASS","testInflateCorrect":"PASS","testInflateMissingDrawable":"PASS","testInflateNullAttributeSet":"FAIL","testInflateNullResources":"PASS","testInflateNullXmlPullParser":"PASS","testMutate":"PASS","testRun":"PASS","testSetVisible":"FAIL","testStart":"FAIL","testUnscheduleSelf":"FAIL"}},"android.graphics.drawable.cts.PaintDrawableTest":{"methods":{"testConstructor":"PASS","testInflateTag":"FAIL","testSetCornerRadii":"PASS","testSetCornerRadius":"PASS"}},"android.graphics.drawable.shapes.cts.ArcShapeTest":{"methods":{"testConstructor":"PASS","testDraw":"FAIL","testGetOutline":"PASS"}},"android.graphics.drawable.shapes.cts.RectShapeTest":{"methods":{"testClone":"PASS","testConstructor":"PASS","testDraw":"FAIL","testGetOutline":"PASS","testRect":"PASS"}},"android.graphics.drawable.shapes.cts.RoundRectShapeTest":{"methods":{"testClone":"PASS","testConstructor":"PASS","testDraw":"FAIL","testGetOutline":"FAIL"}},"android.graphics.drawable.shapes.cts.OvalShapeTest":{"methods":{"testConstructor":"PASS","testDraw":"FAIL","testGetOutline":"PASS"}},"android.graphics.drawable.shapes.cts.PathShapeTest":{"methods":{"testClone":"PASS","testConstructor":"PASS","testDraw":"FAIL","testGetOutline":"PASS"}},"android.graphics.drawable.shapes.cts.ShapeTest":{"methods":{"testClone":"PASS","testDraw":"PASS","testGetOutline":"PASS","testHasAlpha":"PASS","testOnResize":"PASS","testSize":"PASS"}},"android.graphics2.cts.TextureViewTest":{"methods":{"testTextureViewActivity":"PASS"}},"android.hardware.input.cts.tests.GamepadTestCase":{"methods":{"testButtonA":"FAIL"}},"android.hardware.cts.SensorSupportTest":{"methods":{"testSupportsAccelerometer":"PASS","testSupportsGeoMagneticField":"PASS","testSupportsGyroscope":"PASS","testSupportsGyroscopeUncalibrated":"PASS","testSupportsMagneticFieldUncalibrated":"PASS","testSupportsPressure":"PASS","testSupportsRotationVector":"PASS","testSupportsSignificantMotion":"PASS","testSupportsStepCounter":"PASS","testSupportsStepDetector":"PASS","testSupportsTiltDetector":"PASS"}},"android.hardware.cts.SensorTest":{"methods":{"testBatchAndFlush":"FAIL","testBatchAndFlushUseDefaultHandler":"FAIL","testBatchAndFlushWithHandler":"FAIL","testBatchAndFlushWithMultipleSensors":"FAIL","testCancelTriggerWithNonTriggerSensor":"FAIL","testGetDefaultSensorWithWakeUpFlag":"FAIL","testLegacySensorOperations":"FAIL","testRegisterTwiceWithSameSensor":"FAIL","testRegisterWithTriggerSensor":"FAIL","testRequestTriggerWithNonTriggerSensor":"FAIL","testSensorOperations":"FAIL","testSensorStringTypes":"FAIL","testSensorTimeStamps":"FAIL","testValuesForAllSensors":"FAIL","testWakeUpFlags":"FAIL"}},"android.hardware.cts.SingleSensorTests":{"methods":{"testAccelerometer_100hz":"FAIL","testAccelerometer_10hz":"FAIL","testAccelerometer_15hz":"FAIL","testAccelerometer_1hz":"FAIL","testAccelerometer_200hz":"FAIL","testAccelerometer_25hz":"FAIL","testAccelerometer_50hz":"FAIL","testAccelerometer_5hz":"FAIL","testAccelerometer_fastest":"FAIL","testGameRotationVector_100hz":"FAIL","testGameRotationVector_10hz":"FAIL","testGameRotationVector_15hz":"FAIL","testGameRotationVector_1hz":"FAIL","testGameRotationVector_200hz":"FAIL","testGameRotationVector_25hz":"FAIL","testGameRotationVector_50hz":"FAIL","testGameRotationVector_5hz":"FAIL","testGameRotationVector_fastest":"FAIL","testGeomagneticRotationVector_fastest":"FAIL","testGravity_100hz":"FAIL","testGravity_10hz":"FAIL","testGravity_15hz":"FAIL","testGravity_1hz":"FAIL","testGravity_200hz":"FAIL","testGravity_25hz":"FAIL","testGravity_50hz":"FAIL","testGravity_5hz":"FAIL","testGravity_fastest":"FAIL","testGyroscopeUncalibrated_100hz":"FAIL","testGyroscopeUncalibrated_10hz":"FAIL","testGyroscopeUncalibrated_15hz":"FAIL","testGyroscopeUncalibrated_1hz":"FAIL","testGyroscopeUncalibrated_200hz":"FAIL","testGyroscopeUncalibrated_25hz":"FAIL","testGyroscopeUncalibrated_50hz":"FAIL","testGyroscopeUncalibrated_5hz":"FAIL","testGyroscopeUncalibrated_fastest":"FAIL","testGyroscope_100hz":"FAIL","testGyroscope_10hz":"FAIL","testGyroscope_15hz":"FAIL","testGyroscope_1hz":"FAIL","testGyroscope_200hz":"FAIL","testGyroscope_25hz":"FAIL","testGyroscope_50hz":"FAIL","testGyroscope_5hz":"FAIL","testGyroscope_fastest":"FAIL","testLinearAcceleration_100hz":"FAIL","testLinearAcceleration_10hz":"FAIL","testLinearAcceleration_15hz":"FAIL","testLinearAcceleration_1hz":"FAIL","testLinearAcceleration_200hz":"FAIL","testLinearAcceleration_25hz":"FAIL","testLinearAcceleration_50hz":"FAIL","testLinearAcceleration_5hz":"FAIL","testMagneticFieldUncalibrated_100hz":"FAIL","testMagneticFieldUncalibrated_10hz":"FAIL","testMagneticFieldUncalibrated_15hz":"FAIL","testMagneticFieldUncalibrated_1hz":"FAIL","testMagneticFieldUncalibrated_200hz":"FAIL","testMagneticFieldUncalibrated_25hz":"FAIL","testMagneticFieldUncalibrated_50hz":"FAIL","testMagneticFieldUncalibrated_5hz":"FAIL","testMagneticFieldUncalibrated_fastest":"FAIL","testMagneticField_100hz":"FAIL","testMagneticField_10hz":"FAIL","testMagneticField_15hz":"FAIL","testMagneticField_1hz":"FAIL","testMagneticField_200hz":"FAIL","testMagneticField_25hz":"FAIL","testMagneticField_50hz":"FAIL","testMagneticField_5hz":"FAIL","testMagneticField_fastest":"FAIL","testOrientation_100hz":"FAIL","testOrientation_10hz":"FAIL","testOrientation_15hz":"FAIL","testOrientation_1hz":"FAIL","testOrientation_200hz":"FAIL","testOrientation_25hz":"FAIL","testOrientation_50hz":"FAIL","testOrientation_5hz":"FAIL","testOrientation_fastest":"FAIL","testPressure_100hz":"FAIL","testPressure_10hz":"FAIL","testPressure_15hz":"FAIL","testPressure_1hz":"FAIL","testPressure_200hz":"FAIL","testPressure_25hz":"FAIL","testPressure_50hz":"FAIL","testPressure_5hz":"FAIL","testPressure_fastest":"FAIL","testRotationVector_100hz":"FAIL","testRotationVector_10hz":"FAIL","testRotationVector_15hz":"FAIL","testRotationVector_1hz":"FAIL","testRotationVector_200hz":"FAIL","testRotationVector_25hz":"FAIL","testRotationVector_50hz":"FAIL","testRotationVector_5hz":"FAIL","testRotationVector_fastest":"FAIL","testSensorProperties":"PASS"}},"android.hardware.cts.helpers.SensorCtsHelperTest":{"methods":{"testGetFrequency":"PASS","testGetPeriod":"PASS"}},"android.hardware.cts.helpers.sensoroperations.SensorOperationTest":{"methods":{"testDelaySensorOperation":"PASS","testFakeSensorOperation":"PASS","testParallelSensorOperation":"PASS","testParallelSensorOperation_fail":"PASS","testParallelSensorOperation_timeout":"PASS","testRepeatingSensorOperation":"PASS","testRepeatingSensorOperation_fail":"PASS","testSequentialSensorOperation":"PASS","testSequentialSensorOperation_fail":"PASS"}},"android.hardware.cts.helpers.sensorverification.EventGapVerificationTest":{"methods":{"testVerify_correct":"PASS","testVerify_jitter":"PASS","testVerify_missing_events":"PASS","testVerify_no_events":"PASS"}},"android.hardware.cts.helpers.sensorverification.StandardDeviationVerificationTest":{"methods":{"testVerify":"PASS"}},"android.hardware.cts.helpers.sensorverification.TimestampClockSourceVerificationTest":{"methods":{"testVerify_fail":"FAIL","testVerify_jitter_fail":"FAIL","testVerify_jitter_pass":"PASS","testVerify_missing_events_fail":"FAIL","testVerify_missing_events_pass":"PASS","testVerify_no_events_fail":"PASS","testVerify_pass":"PASS"}},"android.hardware.cts.helpers.sensorverification.FrequencyVerificationTest":{"methods":{"testVerifification":"FAIL"}},"android.hardware.cts.helpers.sensorverification.MeanVerificationTest":{"methods":{"testVerify":"PASS"}},"android.hardware.cts.helpers.sensorverification.EventBasicVerificationTest":{"methods":{"testVerify":"PASS"}},"android.hardware.cts.helpers.sensorverification.MagnitudeVerificationTest":{"methods":{"testVerify":"PASS"}},"android.hardware.cts.helpers.sensorverification.JitterVerificationTest":{"methods":{"testCalculateDelta":"PASS","testVerify":"PASS"}},"android.hardware.cts.helpers.sensorverification.EventOrderingVerificationTest":{"methods":{"testMultipleOutOfOrder":"PASS","testNoEvents":"PASS","testSequentialTimestamp":"PASS","testSingleOutofOrder":"PASS"}},"android.hardware.cts.helpers.SensorStatsTest":{"methods":{"testFlatten":"PASS"}},"android.hardware.cts.LowRamDeviceTest":{"methods":{"testMinimumMemory":"PASS"}},"android.hardware.cts.SensorBatchingTests":{"methods":{"testAccelerometer_50hz_batching":"FAIL","testAccelerometer_50hz_flush":"FAIL","testAccelerometer_fastest_batching":"FAIL","testAccelerometer_fastest_flush":"FAIL","testGameRotationVector_50hz_batching":"FAIL","testGameRotationVector_50hz_flush":"FAIL","testGameRotationVector_fastest_batching":"FAIL","testGameRotationVector_fastest_flush":"FAIL","testGeomagneticRotationVector_50hz_batching":"FAIL","testGeomagneticRotationVector_50hz_flush":"FAIL","testGeomagneticRotationVector_fastest_batching":"FAIL","testGeomagneticRotationVector_fastest_flush":"FAIL","testGravity_50hz_batching":"FAIL","testGravity_50hz_flush":"FAIL","testGravity_fastest_batching":"FAIL","testGravity_fastest_flush":"FAIL","testGyroscopeUncalibrated_50hz_batching":"FAIL","testGyroscopeUncalibrated_50hz_flush":"FAIL","testGyroscopeUncalibrated_fastest_batching":"FAIL","testGyroscopeUncalibrated_fastest_flush":"FAIL","testGyroscope_50hz_batching":"FAIL","testGyroscope_50hz_flush":"FAIL","testGyroscope_fastest_batching":"FAIL","testGyroscope_fastest_flush":"FAIL","testLinearAcceleration_50hz_batching":"FAIL","testLinearAcceleration_50hz_flush":"FAIL","testLinearAcceleration_fastest_batching":"FAIL","testLinearAcceleration_fastest_flush":"FAIL","testMagneticFieldUncalibrated_50hz_batching":"FAIL","testMagneticFieldUncalibrated_50hz_flush":"FAIL","testMagneticFieldUncalibrated_fastest_batching":"FAIL","testMagneticFieldUncalibrated_fastest_flush":"FAIL","testMagneticField_50hz_batching":"FAIL","testMagneticField_50hz_flush":"FAIL","testMagneticField_fastest_batching":"FAIL","testMagneticField_fastest_flush":"FAIL","testOrientation_50hz_batching":"FAIL","testOrientation_50hz_flush":"FAIL","testOrientation_fastest_batching":"FAIL","testOrientation_fastest_flush":"FAIL","testPressure_50hz_batching":"FAIL","testPressure_50hz_flush":"FAIL","testPressure_fastest_batching":"FAIL","testPressure_fastest_flush":"FAIL","testRotationVector_50hz_batching":"FAIL","testRotationVector_50hz_flush":"FAIL","testRotationVector_fastest_batching":"FAIL","testRotationVector_fastest_flush":"FAIL"}},"android.hardware.cts.SensorBatchingFifoTest":{"methods":{"testAccelerometerFifoLength":"PASS","testGameRotationVectorFifoLength":"PASS","testPressureFifoLength":"PASS","testUncalMagnetometerFifoLength":"PASS"}},"android.hardware.cts.GeomagneticFieldTest":{"methods":{"testGeomagneticField":"PASS"}},"android.hardware.cts.SensorAdditionalInfoTest":{"methods":{"testSensorAdditionalInfo":"PASS"}},"android.hardware.cts.SensorIntegrationTests":{"methods":{"testAccelerometerAccelerometerStopping":"FAIL","testAccelerometerGyroscopeStopping":"FAIL","testAccelerometerMagneticFieldStopping":"FAIL","testGyroscopeAccelerometerStopping":"FAIL","testGyroscopeGyroscopeStopping":"FAIL","testGyroscopeMagneticFieldStopping":"FAIL","testMagneticFieldAccelerometerStopping":"FAIL","testMagneticFieldGyroscopeStopping":"FAIL","testMagneticFieldMagneticFieldStopping":"FAIL","testSensorsMovingRates":"FAIL","testSensorsWithSeveralClients":"FAIL"}},"android.hardware.cts.SensorManagerStaticTest":{"methods":{"testGetAltitude":"PASS","testGetAngleChange":"PASS","testGetInclination":"PASS","testGetOrientation":"PASS","testGetQuaternionFromVector":"PASS","testGetRotationMatrix":"PASS","testGetRotationMatrixFromVector":"PASS","testRemapCoordinateSystem":"PASS"}},"android.hardware.cts.SensorParameterRangeTest":{"methods":{"testAccelerometerFifoLength":"PASS","testAccelerometerRange":"PASS","testGameRotationVectorFifoLength":"PASS","testGyroscopeRange":"PASS","testMagnetometerRange":"PASS","testPressureFifoLength":"PASS","testPressureRange":"PASS","testProximityFifoLength":"PASS","testStaticSensorId":"PASS","testStepDetectorFifoLength":"PASS","testUncalMagnetometerFifoLength":"PASS"}},"android.hardware.fingerprint.cts.FingerprintManagerTest":{"methods":{"test_authenticate":"PASS","test_authenticateNullCallback":"PASS","test_hasEnrolledFingerprints":"PASS","test_hasFingerprintHardware":"PASS"}},"android.hardware.consumerir.cts.ConsumerIrTest":{"methods":{"test_getCarrierFrequencies":"PASS","test_hasIrEmitter":"PASS","test_timing":"PASS","test_transmit":"PASS"}},"android.jni.cts.JniInstanceTest":{"methods":{"test_nop":"PASS","test_returnBoolean":"PASS","test_returnByte":"FAIL","test_returnChar":"FAIL","test_returnDouble":"FAIL","test_returnFloat":"FAIL","test_returnInt":"FAIL","test_returnLong":"FAIL","test_returnNull":"PASS","test_returnShort":"FAIL","test_returnShortArray":"FAIL","test_returnString":"FAIL","test_returnStringArray":"FAIL","test_returnThis":"FAIL","test_takeBoolean":"FAIL","test_takeByte":"FAIL","test_takeChar":"FAIL","test_takeCoolHandLuke":"FAIL","test_takeDouble":"FAIL","test_takeFloat":"FAIL","test_takeInt":"FAIL","test_takeIntLong":"FAIL","test_takeLong":"FAIL","test_takeLongInt":"FAIL","test_takeNull":"FAIL","test_takeOneOfEach":"FAIL","test_takeShort":"FAIL","test_takeString":"FAIL","test_takeThis":"FAIL"}},"android.cts.FileChannelInterProcessLockTest":{"methods":{"test_lock":"FAIL","test_lockJJZ_Exclusive":"FAIL","test_lockJJZ_Shared":"FAIL","test_tryLock":"FAIL","test_tryLockJJZ_Exclusive":"FAIL","test_tryLockJJZ_Shared":"FAIL"}},"android.util.cts.FloatMathTest":{"methods":{"testCeil":"PASS","testCos":"PASS","testFloor":"PASS","testSin":"PASS","testSqrt":"PASS"}},"android.location2.cts.LocationManagerTest":{"methods":{"testGetCoarseLocationUpdates_withIntent":"FAIL","testGetCoarseLocationUpdates_withListener":"FAIL","testGetCoarseProvider_allowed":"FAIL","testGetFineProvider_notAllowed":"FAIL","testGetGpsProvider_notAllowed":"FAIL","testGetNetworkProviderLocationUpdates_withIntent":"FAIL","testGetNetworkProviderLocationUpdates_withListener":"FAIL","testGetNetworkProvider_allowed":"FAIL","testGetProviders":"FAIL","testGpsStatusListener":"FAIL","testGpsStatusNmeaListener":"FAIL","testSendExtraCommand":"FAIL"}},"android.mediastress.cts.NativeMediaTest":{"methods":{"test1080pPlay":"PASS","test480pPlay":"PASS","test720pPlay":"PASS","testDefaultPlay":"PASS"}},"android.midi.cts.MidiEchoTest":{"methods":{"testDeviceCallback":"PASS","testDeviceInfo":"PASS","testEchoBadBehavior":"PASS","testEchoLatency":"PASS","testEchoMultipleMessages":"PASS","testEchoSmallMessage":"PASS","testMidiManager":"PASS"}},"android.multiuser.cts.SplitSystemUserTest":{"methods":{"testSplitSystemUserIsDisabled":"FAIL"}},"android.ndef.cts.NdefTest":{"methods":{"testConstructor":"PASS","testCreateApplicationRecord":"PASS","testCreateExternal":"PASS","testCreateMime":"PASS","testCreateUri":"PASS","testEquals":"PASS","testInvalidParsing":"PASS","testToByteArray":"PASS","testToMimeType":"PASS","testToUri":"PASS","testValidParsing":"PASS"}},"android.opengl.cts.FramebufferTest":{"methods":{"testBlitFramebuffer":"FAIL"}},"android.opengl.cts.AttachShaderTest":{"methods":{"test_glAttachShaders_emptyfragshader_emptyvertexshader":"FAIL","test_glAttachShaders_invalidshader_attach_valid_handle":"FAIL","test_glAttachShaders_programobject_attach_fragshaderobject":"FAIL","test_glAttachShaders_successfulcompile_attach_frag":"FAIL","test_glAttachShaders_successfulcompile_attach_vert":"FAIL","test_glAttachedShaders_noshader":"FAIL","test_glAttachedShaders_validshader":"FAIL"}},"android.opengl.cts.WrapperTest":{"methods":{"testGetIntegerv1":"FAIL","testGetIntegerv2":"FAIL","testThreadCleanup":"FAIL"}},"android.opengl.cts.NativeAttachShaderTest":{"methods":{"test_glAttachShaders_emptyfragshader_emptyvertexshader":"FAIL","test_glAttachShaders_invalidshader_attach_valid_handle":"FAIL","test_glAttachShaders_programobject_attach_fragshaderobject":"FAIL","test_glAttachShaders_successfulcompile_attach_frag":"FAIL","test_glAttachShaders_successfulcompile_attach_vert":"FAIL","test_glAttachedShaders_attach_same_shader":"FAIL","test_glAttachedShaders_invalidshader":"FAIL","test_glAttachedShaders_noshader":"FAIL","test_glAttachedShaders_validshader":"FAIL"}},"android.opengl.cts.ProgramTest":{"methods":{"test_glAttachShader_program":"FAIL"}},"android.openglperf.cts.GlAppSwitchTest":{"methods":{"testGlActivitySwitchingFast":"FAIL","testGlActivitySwitchingSlow":"FAIL"}},"android.openglperf.cts.GlVboPerfTest":{"methods":{"testVboVsNonVboPerfGeometry0":"FAIL","testVboVsNonVboPerfGeometry1":"FAIL","testVboWithVaryingIndexBufferNumbers":"FAIL"}},"android.openglperf.cts.GlTextureCoordTest":{"methods":{"testTextureCoord":"PASS"}},"android.permission.cts.PermissionMaxSdkVersionTest":{"methods":{"testMaxSdkInFuture":"FAIL","testMaxSdkInPast":"PASS"}},"android.permission2.cts.PermissionPolicyTest":{"methods":{"testPlatformPermissionPolicyUnaltered":"FAIL"}},"android.permission2.cts.ProtectedBroadcastsTest":{"methods":{"testSendProtectedBroadcasts":"FAIL"}},"android.permission2.cts.NoWriteSecureSettingsPermissionTest":{"methods":{"testWriteSecureSettings":"FAIL"}},"android.permission2.cts.NoReceiveSmsPermissionTest":{"methods":{"testReceiveTextMessage":"PASS"}},"android.permission2.cts.NoCaptureAudioOutputPermissionTest":{"methods":{"testCreateAudioRecord":"FAIL"}},"android.permission2.cts.NoProcessOutgoingCallPermissionTest":{"methods":{"testProcessOutgoingCall":"PASS"}},"android.permission2.cts.ContactsProviderTest":{"methods":{"testInsertContacts":"PASS","testInsertProfile":"PASS","testQueryContacts":"PASS","testQueryProfile":"PASS","testUpdateProfile":"PASS"}},"android.preference.cts.PreferenceActivityTest":{"methods":{"testAddPreferencesFromIntent":"FAIL","testAddPreferencesFromResource":"PASS","testGetPreferenceManager":"PASS","testGetPreferenceScreen":"PASS"}},"android.preference2.cts.PreferenceGroupTest":{"methods":{"testAddPreference":"PASS","testFindPreference":"PASS","testIsOnSameScreenAsChildren":"PASS","testOnPrepareAddPreference":"PASS","testPreferenceCount":"PASS","testRemoveAll":"PASS","testRemovePreference":"PASS","testSetOrderingAsAdded":"PASS"}},"android.preference2.cts.CheckBoxPreferenceTest":{"methods":{"testGetSummary":"PASS","testNotNull":"PASS"}},"android.preference2.cts.SwitchPreferenceTest":{"methods":{"testGetSummary":"PASS","testGetSummaryOn":"PASS","testGetTitle":"PASS","testSetSwitchTextOff_One":"PASS","testSetSwitchTextOff_Two":"PASS","testSetSwitchTextOn_One":"PASS","testSetSwitchTextOn_Two":"PASS","testSummaryOff":"PASS"}},"android.preference2.cts.DialogPreferenceTest":{"methods":{"testGetDialogIcon":"PASS","testGetDialogMessage":"PASS","testGetDialogTitle":"PASS","testGetNegativeButtonText":"PASS","testGetPositiveButtonText":"PASS","testGetTitle":"PASS"}},"android.preference2.cts.CustomEditTextPreferenceTest":{"methods":{"testNotNull":"PASS"}},"android.preference2.cts.PreferenceWithHeadersTest":{"methods":{"testHasHeaders":"PASS","testOnIsHidingHeaders":"PASS"}},"android.preference2.cts.PreferenceTest":{"methods":{"testGetContext":"PASS","testGetIcon":"PASS","testGetKey":"PASS","testGetOrder":"PASS","testGetPreferenceManager":"PASS","testGetSharedPreferences":"PASS","testGetSummary":"PASS","testGetTitle":"PASS","testHasKey":"PASS","testIsEnabled":"PASS","testIsPersistent":"PASS","testIsSelectable":"PASS","testNotNull":"PASS","testPersistBoolean":"PASS","testPersistFloat":"PASS","testPersistInt":"PASS","testPersistLong":"PASS","testPersistString":"PASS","testSetEnabled":"PASS","testSetKey":"PASS","testSetOrder":"PASS","testSetShouldDisableView":"PASS","testSetSummary":"PASS","testSetTitle":"PASS","testSetTitle_CharSequence":"PASS","testShouldCommit":"PASS","testShouldPersist":"PASS","testgetShouldDisableView":"PASS"}},"android.preference2.cts.PreferenceCategoryTest":{"methods":{"testPreferenceCategory":"PASS"}},"android.preference2.cts.EditTextPreferenceTest":{"methods":{"testGetEditText":"PASS"}},"android.preference2.cts.FragmentPreferencesTest":{"methods":{"testFindPreference":"PASS","testGetPreferenceManager":"PASS","testGetPreferenceScreen":"PASS","testSetPreferenceScreen":"PASS"}},"android.preference2.cts.PreferenceFragmentTest":{"methods":{"testGetPreferenceManager":"PASS","testGetPreferenceScreen":"PASS"}},"android.preference2.cts.CustomSwitchPreferenceTest":{"methods":{"testNotNull":"PASS"}},"android.preference2.cts.CustomCheckBoxPreferenceTest":{"methods":{"testNotNull":"PASS"}},"android.preference2.cts.CustomDialogPreferenceTest":{"methods":{"testNotNull":"PASS"}},"android.preference2.cts.ListPreferenceTest":{"methods":{"testGetEntries":"PASS","testGetEntryValues":"PASS","testIsEnabled":"PASS"}},"android.print.cts.PrinterDiscoverySessionLifecycleTest":{"methods":{"testCancelPrintServicesAlertDialog":"PASS","testNormalLifecycle":"PASS","testStartPrinterDiscoveryWithHistoricalPrinters":"PASS"}},"android.print.cts.CustomPrintOptionsTest":{"methods":{"testChangeToAllPages":"PASS","testChangeToAttributes":"PASS","testChangeToAttributesNoCopy":"PASS","testChangeToChangeEveryThing":"PASS","testChangeToDefault":"PASS","testChangeToDefaultNoCopy":"PASS","testChangeToNonAttributes":"PASS","testChangeToNonAttributesNoCopy":"PASS","testChangeToNothing":"PASS","testChangeToNothingNoCopy":"PASS"}},"android.print.cts.PrintAttributesTest":{"methods":{"testDefaultMatchesSuggested0":"PASS","testDefaultMatchesSuggested1":"PASS","testDefaultMatchesSuggested2":"PASS","testDuplexModeSuggestion0":"PASS","testDuplexModeSuggestion1":"PASS","testMediaSizeSuggestion0":"PASS","testMediaSizeSuggestion1":"PASS","testNegativeMargins":"PASS","testNoSuggestion0":"PASS","testNoSuggestion1":"PASS","testNoSuggestion2":"PASS","testSuggestedDifferentFromDefault":"PASS","testUnsupportedSuggested":"PASS"}},"android.print.cts.PrintJobTest":{"methods":{"testAdvancedOption":"PASS","testBlockWithReason":"PASS","testFailWithReason":"PASS","testOther":"PASS","testSetStatus":"PASS","testStateTransitions":"PASS","testTag":"PASS"}},"android.print.cts.PrintDocumentAdapterContractTest":{"methods":{"testCancelLongRunningLayout":"PASS","testCancelLongRunningWrite":"PASS","testDocumentInfoContentTypeNonDefined":"PASS","testDocumentInfoContentTypePhoto":"PASS","testDocumentInfoContentTypeUnknown":"PASS","testDocumentInfoNothingSet":"PASS","testDocumentInfoOnePageCount":"PASS","testDocumentInfoThreePageCount":"PASS","testDocumentInfoUnknownPageCount":"PASS","testDocumentInfoZeroPageCount":"PASS","testFailedLayout":"PASS","testFailedWrite":"PASS","testLayoutCallbackNotCalled":"PASS","testNewPrinterSupportsSelectedPrintOptions":"PASS","testNoPrintOptionsOrPrinterChange":"PASS","testNoPrintOptionsOrPrinterChangeCanceled":"PASS","testNotEnoughPages":"PASS","testNothingChangesAllPagesWrittenFirstTime":"PASS","testPrintOptionsChangeAndNoPrinterChange":"PASS","testPrintOptionsChangeAndNoPrinterChangeAndContentChange":"PASS","testPrintOptionsChangeAndPrinterChange":"PASS","testRequestedPagesNotWritten":"PASS","testWriteCallbackNotCalled":"PASS"}},"android.print.cts.PrintServicesTest":{"methods":{"testProgress":"PASS","testUpdateIcon":"PASS"}},"android.print.cts.PrinterInfoTest":{"methods":{"testPrinterInfos":"PASS"}},"android.print.cts.PageRangeAdjustmentTest":{"methods":{"testAllPagesWantedAndAllPagesWritten":"PASS","testSomePagesWantedAndAllPagesWritten":"PASS","testSomePagesWantedAndNotWritten":"PASS","testSomePagesWantedAndSomeMorePagesWritten":"PASS","testWantedPagesAlreadyWrittenForPreview":"PASS"}},"android.print.cts.PrinterCapabilitiesTest":{"methods":{"testIllegalPrinterCapabilityInfos":"PASS","testInvalidDefaultColor":"PASS","testInvalidDefaultDuplexMode":"PASS","testPrinterCapabilityChange":"FAIL","testSanePrinterCapabilityInfos":"PASS"}},"android.provider.cts.ContactsContract_CommonDataKinds_StructuredPostalTest":{"methods":{"testGetTypeLabel":"PASS"}},"android.provider.cts.ContactsContract_StructuredPhoneticName":{"methods":{"testPhoneticNameStyleColumnName":"PASS","testPhoneticStructuredName":"FAIL","testPhoneticStructuredName_phoneticPriority1":"FAIL","testPhoneticStructuredName_phoneticPriority2":"FAIL"}},"android.provider.cts.MediaStore_Audio_ArtistsTest":{"methods":{"testGetContentUri":"FAIL","testStoreAudioArtistsExternal":"FAIL","testStoreAudioArtistsInternal":"FAIL"}},"android.provider.cts.ContactsContract_RawContactsTest":{"methods":{"testGetLookupUriByDisplayName":"FAIL","testGetLookupUriBySourceId":"FAIL","testProjection":"FAIL","testRawContactCreate_updatesContactUpdatedTimestamp":"FAIL","testRawContactDelete_hasDeleteLogForContact":"FAIL","testRawContactDelete_removesRecord":"FAIL","testRawContactDelete_setsDeleteFlag":"FAIL","testRawContactPsuedoDelete_hasDeleteLogForContact":"FAIL","testRawContactUpdate_updatesContactUpdatedTimestamp":"FAIL"}},"android.provider.cts.ContactsContract_DataTest":{"methods":{"testCallableFilterByNameOrOrganization_returnsCorrectDataRows":"FAIL","testCallableFilterByNumber_returnsCorrectDataRows":"FAIL","testCallableFilterBySipAddress_returnsCorrectDataRows":"FAIL","testCallableUri_returnsCorrectDataRows":"FAIL","testContactablesFilterByEmailPrefix_returnsCorrectDataRows":"FAIL","testContactablesFilterByFirstName_returnsCorrectDataRows":"FAIL","testContactablesFilterByLastName_returnsCorrectDataRows":"FAIL","testContactablesFilterByPhonePrefix_returnsCorrectDataRows":"FAIL","testContactablesFilter_doesNotExist_returnsCorrectDataRows":"FAIL","testContactablesUri":"FAIL","testDataDelete_updatesContactLastUpdatedTimestamp":"FAIL","testDataInsert_updatesContactLastUpdatedTimestamp":"FAIL","testDataProjection":"FAIL","testDataUpdate_updatesContactLastUpdatedTimestamp":"FAIL","testEmailQuery_removeDuplicateEntries":"FAIL","testEntityProjection":"FAIL","testGetLookupUriByDisplayName":"FAIL","testGetLookupUriBySourceId":"FAIL","testPhoneQuery_removeDuplicateEntries":"FAIL","testRawContactsEntityProjection":"FAIL"}},"android.provider.cts.ContactsContract_StreamItemsTest":{"methods":{"testContentDirectoryUri":"FAIL","testContentUri":"FAIL"}},"android.provider.cts.Contacts_PeopleTest":{"methods":{"testAccessPhotoData":"FAIL","testAddToGroup":"FAIL","testMarkAsContacted":"FAIL"}},"android.provider.cts.SmsBackupRestoreTest":{"methods":{"testSmsBackupRestore":"FAIL"}},"android.provider.cts.UserDictionary_WordsTest":{"methods":{"testAddWord":"FAIL","testAddWord_deprecated":"FAIL"}},"android.provider.cts.ContactsContract_PinnedPositionsTest":{"methods":{"testPinnedPositionsAfterDemoteAndUndemote":"FAIL","testPinnedPositionsAfterJoinAndSplit":"FAIL","testPinnedPositionsDemoteIllegalArguments":"FAIL","testPinnedPositionsUpdate":"FAIL"}},"android.provider.cts.ContactsTest":{"methods":{"testCallsTable":"FAIL","testContactMethodsTable":"FAIL","testExtensionsTable":"FAIL","testGroupMembershipTable":"FAIL","testGroupsTable":"FAIL","testOrganizationsTable":"FAIL","testPeopleTable":"FAIL","testPhonesTable":"FAIL","testPhotosTable":"FAIL","testSettingsTable":"FAIL"}},"android.provider.cts.ContactsMetadataProviderTest":{"methods":{"testCallerCheck":"FAIL"}},"android.provider.cts.ContactsContract_CommonDataKinds_EventTest":{"methods":{"testGetTypeLabel":"PASS"}},"android.provider.cts.MediaStore_Audio_Artists_AlbumsTest":{"methods":{"testGetContentUri":"FAIL","testStoreAudioArtistsAlbumsExternal":"FAIL","testStoreAudioArtistsAlbumsInternal":"FAIL"}},"android.provider.cts.ContactsContract_PhoneLookup":{"methods":{"testPhoneLookupEnterprise_found1":"FAIL","testPhoneLookupEnterprise_found2":"FAIL","testPhoneLookupEnterprise_nomatch":"FAIL","testPhoneLookupEnterprise_sip_found":"FAIL","testPhoneLookup_found1":"FAIL","testPhoneLookup_found2":"FAIL","testPhoneLookup_nomatch":"FAIL","testPhoneLookup_sip_found":"FAIL"}},"android.provider.cts.ContactsContract_ContactsTest":{"methods":{"testContactDelete_hasDeleteLog":"FAIL","testContactDelete_marksRawContactsForDeletion":"FAIL","testContactDelete_removesContactRecord":"FAIL","testContactUpdate_updatesContactUpdatedTimestamp":"FAIL","testContentUri":"FAIL","testInsert_isUnsupported":"FAIL","testLookupUri":"FAIL","testMarkAsContacted":"FAIL","testProjection":"FAIL"}},"android.provider.cts.ContactsContract_DumpFileProviderTest":{"methods":{"testOpenFileDescriptor_throwsErrorWithIllegalFileName":"FAIL","testOpenFileDescriptor_worksWithValidFileName":"PASS","testQuery_throwsErrorWithIllegalFileName":"FAIL","testQuery_worksWithValidFileName":"PASS"}},"android.provider.cts.ContactsContract_SearchSnippetsTest":{"methods":{"testSearchSnippets_DeferredSnippetingMultiWordQuerySnippetNotDeferred":"FAIL","testSearchSnippets_DeferredSnippetingSingleWordQuerySnippetDeferred":"FAIL","testSearchSnippets_LongMatchTruncation":"FAIL","testSearchSnippets_MatchEmailAddressCorrectSnippet":"FAIL","testSearchSnippets_MatchPhoneNumberCorrectSnippet":"FAIL","testSearchSnippets_MatchPostalAddressCorrectSnippet":"FAIL","testSearchSnippets_MultipleMatchesCorrectSnippet":"FAIL","testSearchSnippets_NoMatch":"FAIL"}},"android.provider.cts.MediaStore_Audio_GenresTest":{"methods":{"testGetContentUri":"FAIL","testGetContentUriForAudioId":"FAIL","testStoreAudioGenresExternal":"FAIL","testStoreAudioGenresInternal":"FAIL"}},"android.provider.cts.MediaStore_Video_MediaTest":{"methods":{"testGetContentUri":"FAIL","testStoreVideoMediaExternal":"FAIL","testStoreVideoMediaInternal":"FAIL"}},"android.provider.cts.ContactsContract_CommonDataKinds_ImTest":{"methods":{"testGetProtocolLabel":"PASS","testGetTypeLabel":"PASS"}},"android.provider.cts.Contacts_OrganizationsTest":{"methods":{"testGetDisplayLabel":"PASS"}},"android.provider.cts.ContactsContract_IsSuperPrimaryName":{"methods":{"testIsSuperPrimaryName_mergeBothSuperPrimary":"FAIL","testIsSuperPrimary_name1SuperPrimary":"FAIL","testIsSuperPrimary_name2SuperPrimary":"FAIL"}},"android.provider.cts.ContactsContract_ProviderStatus":{"methods":{"testProviderStatus_addedContacts":"FAIL"}},"android.provider.cts.Settings_SecureTest":{"methods":{"testGetDefaultValues":"FAIL","testGetPutFloat":"FAIL","testGetPutInt":"FAIL","testGetPutLong":"FAIL","testGetPutString":"FAIL","testGetUriFor":"FAIL","testUnknownSourcesOffByDefault":"FAIL"}},"android.provider.cts.Settings_NameValueTableTest":{"methods":{"testGetUriFor":"PASS","testPutString":"FAIL"}},"android.provider.cts.Settings_SystemTest":{"methods":{"testGetDefaultValues":"PASS","testGetUriFor":"PASS","testSystemSettings":"FAIL"}},"android.provider.cts.ContactsContract_CommonDataKinds_OrganizationTest":{"methods":{"testGetTypeLabel":"PASS","testPhoneticNameStyleColumnName":"PASS"}},"android.provider.cts.MediaStore_Audio_MediaTest":{"methods":{"testGetContentUri":"FAIL","testGetContentUriForPath":"FAIL","testStoreAudioMediaExternal":"FAIL","testStoreAudioMediaInternal":"FAIL"}},"android.provider.cts.MediaStore_Audio_Playlists_MembersTest":{"methods":{"testGetContentUri":"FAIL","testStoreAudioPlaylistsMembersExternal":"FAIL","testStoreAudioPlaylistsMembersInternal":"FAIL"}},"android.provider.cts.ContactsContract_StatusUpdatesTest":{"methods":{"testGetPresenceIconresourceId":"FAIL","testGetPresencePrecedence":"FAIL","testInsertStatus":"FAIL"}},"android.provider.cts.MediaStore_AudioTest":{"methods":{"testKeyFor":"PASS"}},"android.provider.cts.ContactsContract_CommonDataKinds_PhoneTest":{"methods":{"testGetTypeLabel":"PASS"}},"android.provider.cts.ContactsContract_PhotoTest":{"methods":{"testAddEmptyPhoto":"FAIL","testAddPhoto":"FAIL"}},"android.provider.cts.ContactsContract_QuickContactsTest":{"methods":{"testPrioritizedMimeTypeAndExcludedMimeTypes":"PASS"}},"android.provider.cts.ContactsContract_AggregationSuggestionsTest":{"methods":{"testAggregationSuggestionsByName":"FAIL","testAggregationSuggestionsByNameReversed":"FAIL","testAggregationSuggestionsByName_matchFirstNameParameter":"FAIL","testAggregationSuggestionsByName_matchSecondNameParameter":"FAIL","testAggregationSuggestionsByName_noMatch":"FAIL","testAggregationSuggestionsQueryBuilderWithContactId":"PASS","testAggregationSuggestionsQueryBuilderWithValues":"PASS"}},"android.provider.cts.MediaStoreTest":{"methods":{"testGetMediaScannerUri":"FAIL","testGetVersion":"PASS"}},"android.provider.cts.Settings_SettingNotFoundExceptionTest":{"methods":{"testConstructor":"PASS"}},"android.provider.cts.BlockedNumberContractTest":{"methods":{"testAccessingNonExistentMethod_fails":"FAIL","testDelete":"FAIL","testDelete_failsOnInvalidInputs":"FAIL","testGetType":"FAIL","testInsertAndBlockCheck_succeeds":"FAIL","testInsert_failsWithInvalidInputs":"FAIL","testIsBlocked_returnsFalseForNullAndEmpty":"FAIL","testProviderInteractionsAsRegularApp_fails":"FAIL","testProviderNotifiesChangesUsingContentObserver":"FAIL","testUnblock_succeeds":"FAIL","testUpdate_isUnsupported":"FAIL"}},"android.provider.cts.MediaStoreIntentsTest":{"methods":{"testPickAudioDir":"FAIL","testPickImageDir":"FAIL","testPickVideoDir":"FAIL","testViewAudioFile":"FAIL","testViewImageDir":"FAIL","testViewImageFile":"FAIL","testViewVideoDir":"FAIL","testViewVideoFile":"FAIL"}},"android.provider.cts.ContactsContract_FrequentsStrequentsTest":{"methods":{"testFrequent_projection":"FAIL","testFrequents_CorrectOrder":"FAIL","testFrequents_noFrequentsReturnsEmptyCursor":"FAIL","testStrequents_frequentsOnlyInCorrectOrder":"FAIL","testStrequents_noStarredOrFrequents":"FAIL","testStrequents_phoneOnly":"FAIL","testStrequents_phoneOnlyFrequentsOrder":"FAIL","testStrequents_phoneOnly_projection":"FAIL","testStrequents_projection":"FAIL","testStrequents_starredAndFrequentsInCorrectOrder":"FAIL","testStrequents_starredOnlyInCorrectOrder":"FAIL","testStrequents_withFilter":"FAIL"}},"android.provider.cts.ContactsContract_ContactCountsTest":{"methods":{"testContactCounts_correctCountsReturned":"FAIL","testContactCounts_noExtraNoExtrasReturned":"FAIL"}},"android.provider.cts.MediaStore_Audio_PlaylistsTest":{"methods":{"testGetContentUri":"FAIL","testStoreAudioPlaylistsExternal":"FAIL","testStoreAudioPlaylistsInternal":"PASS"}},"android.provider.cts.Contacts_SettingsTest":{"methods":{"testAccessSetting":"FAIL"}},"android.provider.cts.ContactsContract_GroupMembershipTest":{"methods":{"testAddGroupMembershipWithGroupRowId":"FAIL","testAddGroupMembershipWithGroupSourceId":"FAIL","testAddGroupMembershipWithUnknownGroupSourceId":"FAIL"}},"android.provider.cts.SearchRecentSuggestionsTest":{"methods":{"testConstructor":"PASS","testSearchRecentSuggestions":"FAIL","testSuggestionsTable":"PASS"}},"android.provider.cts.Contacts_ContactMethodsTest":{"methods":{"test":"PASS","testAddPostalLocation":"PASS","testEncodeAndDecodeProtocol":"PASS"}},"android.provider.cts.ContactsContract_CommonDataKinds_SipAddressTest":{"methods":{"testGetTypeLabel":"PASS"}},"android.provider.cts.ContactsContract_CommonDataKinds_EmailTest":{"methods":{"testGetTypeLabel":"PASS"}},"android.provider.cts.VoicemailContractTest":{"methods":{"testDataColumnUpdate_throwsIllegalArgumentException":"FAIL","testInsert_doesNotUpdateDataColumn":"FAIL","testStatusTable":"FAIL","testStatusTablePermissions":"FAIL","testVoicemailTablePermissions":"FAIL","testVoicemailsTable":"FAIL"}},"android.provider.cts.CalendarTest":{"methods":{"testAttendees":"FAIL","testBadRequests":"FAIL","testBulkUpdate":"FAIL","testCalendarColors":"FAIL","testCalendarCreationAndDeletion":"FAIL","testCalendarEntityQuery":"FAIL","testCalendarIsPrimary":"FAIL","testCalendarUpdateAsApp":"FAIL","testColorWriteRequirements":"FAIL","testConversionToRecurring":"FAIL","testDefaultProjections":"FAIL","testEventColors":"FAIL","testEventCreationAndDeletion":"FAIL","testEventUpdateAsApp":"FAIL","testEventsEntityQuery":"FAIL","testEventsIsOrganizer":"FAIL","testEventsUid2445":"FAIL","testExtendedProperties":"FAIL","testForwardRecurrenceExceptions":"FAIL","testFullRecurrenceUpdate":"FAIL","testInstanceSearch":"FAIL","testMultiRuleRecurrence":"FAIL","testMutatorSetCorrectly":"FAIL","testNonAdapterRecurrenceExceptions":"FAIL","testOutOfOrderRecurrenceExceptions":"FAIL","testRecurrence":"FAIL","testReminders":"FAIL","testRemindersAlarm":"FAIL","testSingleRecurrenceExceptions":"FAIL","testSyncOnlyInsertEnforcement":"FAIL","testSyncState":"FAIL","testWhenByDayQuery":"FAIL"}},"android.provider.cts.CallLogTest":{"methods":{"testGetLastOutgoingCall":"TIMEOUT"}},"android.provider.cts.MediaStore_Images_ThumbnailsTest":{"methods":{"testGetContentUri":"FAIL","testQueryExternalMiniThumbnails":"FAIL","testQueryInternalThumbnails":"FAIL","testStoreImagesMediaExternal":"FAIL","testStoreImagesMediaInternal":"FAIL","testThumbnailOrderedQuery":"FAIL"}},"android.provider.cts.MediaStore_Images_MediaTest":{"methods":{"testGetContentUri":"FAIL","testInsertImageWithBitmap":"FAIL","testInsertImageWithImagePath":"FAIL","testStoreImagesMediaExternal":"FAIL","testStoreImagesMediaInternal":"FAIL"}},"android.provider.cts.MediaStore_Audio_AlbumsTest":{"methods":{"testAlbumArt":"FAIL","testGetContentUri":"FAIL","testStoreAudioAlbumsExternal":"FAIL","testStoreAudioAlbumsInternal":"FAIL"}},"android.provider.cts.ContactsProvider2_AccountRemovalTest":{"methods":{"testAccountRemovalWithMergedContact_deletesContacts":"FAIL","testAccountRemovalWithMergedContact_doesNotDeleteContactAndTimestampUpdated":"FAIL","testAccountRemovalWithMergedContact_hasDeleteLogsForContacts":"FAIL","testAccountRemoval_deletesContacts":"FAIL","testAccountRemoval_hasDeleteLogsForContacts":"FAIL"}},"android.provider.cts.BlockedNumberBackupRestoreTest":{"methods":{"testBackupAndRestoreForSingleNumber":"FAIL","testBackupAndRestoreWithDeletion":"FAIL"}},"android.provider.cts.MediaStore_Video_ThumbnailsTest":{"methods":{"testGetContentUri":"PASS","testGetThumbnail":"FAIL"}},"android.provider.cts.ContactsContract_DataUsageTest":{"methods":{"testMultiIdDataUsageFeedback_incrementsCorrectDataItems":"FAIL","testSingleDataUsageFeedback_incrementsCorrectDataItems":"FAIL"}},"android.provider.cts.MediaStore_VideoTest":{"methods":{"testQuery":"FAIL"}},"android.provider.cts.SettingsTest":{"methods":{"testAccessNonTable":"FAIL","testNoStaleValueModifiedFromMultipleProcesses":"FAIL","testNoStaleValueModifiedFromOtherProcess":"FAIL","testNoStaleValueModifiedFromSameProcess":"FAIL","testSecureTable":"FAIL","testSystemTable":"FAIL","testUriChangesUpdatingFromDifferentProcesses":"FAIL","testUserDictionarySettingsExists":"FAIL"}},"android.provider.cts.MediaStore_Audio_Genres_MembersTest":{"methods":{"testGetContentUri":"FAIL","testStoreAudioGenresMembersExternal":"FAIL","testStoreAudioGenresMembersInternal":"FAIL"}},"android.provider.cts.Contacts_PhonesTest":{"methods":{"testGetDisplayLabel":"PASS","testGetDisplayLabelCharSequenceArray":"PASS"}},"android.provider.cts.ContactsContract_StreamItemPhotosTest":{"methods":{"testContentDirectoryUri":"PASS","testContentPhotoUri":"PASS"}},"android.provider.cts.ContactsContract_DeletedContacts":{"methods":{"testDelete_isUnsupported":"FAIL","testInsert_isUnsupported":"FAIL","testQueryAll":"FAIL","testQueryByContactId":"FAIL","testQuerySinceTimestamp":"FAIL","testQuery_returnsProperColumns":"FAIL"}},"android.provider.cts.MediaStore_FilesTest":{"methods":{"testAccess":"FAIL","testCaseSensitivity":"FAIL","testGetContentUri":"FAIL"}},"android.provider.cts.ContactsContract_CommonDataKinds_RelationTest":{"methods":{"testGetTypeLabel":"PASS"}},"android.provider.cts.ContactsContractIntentsTest":{"methods":{"testGetContentContactDir":"FAIL","testPickContactDir":"FAIL","testViewContactDir":"FAIL"}},"android.provider.cts.TelephonyProviderTest":{"methods":{"testAccessToApns":"PASS"}},"android.renderscriptlegacy.cts.VersionTest":{"methods":{"testVersion11":"FAIL","testVersion12":"FAIL","testVersion13":"FAIL","testVersion14":"FAIL","testVersion15":"FAIL","testVersion16":"FAIL","testVersion17":"FAIL","testVersion18":"FAIL","testVersion19":"FAIL","testVersion_too_high":"FAIL"}},"android.renderscriptlegacy.cts.LeakTest":{"methods":{"testForLeaks":"FAIL"}},"android.sax.cts.ElementTest":{"methods":{"testParse":"FAIL"}},"android.sax.cts.RootElementTest":{"methods":{"testRoot":"PASS"}},"android.speech.tts.cts.TextToSpeechServiceTest":{"methods":{"testMediaPlayerFails":"FAIL","testSpeak":"FAIL","testSpeakStop":"FAIL","testSynthesizeToFile":"FAIL"}},"android.speech.tts.cts.TextToSpeechTest":{"methods":{"testGetEnginesIncludesDefault":"PASS","testGetEnginesIncludesMock":"PASS","testSpeak":"PASS","testSpeakStop":"PASS","testSynthesizeToFile":"PASS"}},"android.systemui.cts.LightStatusBarTests":{"methods":{"testLightStatusBarIcons":"FAIL"}},"android.telephony2.cts.PhoneNumberTest":{"methods":{"testGetLine1Number":"PASS"}},"android.textureview.cts.TextureViewTest":{"methods":{"testTextureViewStress200Hz":"FAIL","testTextureViewStress48Hz":"FAIL","testTextureViewStress60Hz":"FAIL","testTextureViewStress70Hz":"FAIL"}},"android.textureview.cts.TextureViewSnapshotTest":{"methods":{"testTextureViewGrabSnapshot":"FAIL"}},"android.theme.cts.DeviceDefaultTest":{"methods":{"testGetActionBar_DeviceDefault":"FAIL","testGetActionBar_DeviceDefault_Dialog":"FAIL","testGetActionBar_DeviceDefault_DialogWhenLarge":"FAIL","testGetActionBar_DeviceDefault_DialogWhenLarge_NoActionBar":"FAIL","testGetActionBar_DeviceDefault_Dialog_NoActionBar":"FAIL","testGetActionBar_DeviceDefault_Dialog_NoActionBar_MinWidth":"FAIL","testGetActionBar_DeviceDefault_InputMethod":"FAIL","testGetActionBar_DeviceDefault_Light":"FAIL","testGetActionBar_DeviceDefault_Light_DarkActionBar":"FAIL","testGetActionBar_DeviceDefault_Light_Dialog":"FAIL","testGetActionBar_DeviceDefault_Light_DialogWhenLarge":"FAIL","testGetActionBar_DeviceDefault_Light_DialogWhenLarge_NoActionBar":"FAIL","testGetActionBar_DeviceDefault_Light_Dialog_MinWidth":"FAIL","testGetActionBar_DeviceDefault_Light_Dialog_NoActionBar":"FAIL","testGetActionBar_DeviceDefault_Light_Dialog_NoActionBar_MinWidth":"FAIL","testGetActionBar_DeviceDefault_Light_NoActionBar":"FAIL","testGetActionBar_DeviceDefault_Light_NoActionBar_Fullscreen":"FAIL","testGetActionBar_DeviceDefault_MinWidth":"FAIL","testGetActionBar_DeviceDefault_Panel":"FAIL","testGetActionBar_DeviceDefault_Wallpaper":"FAIL","testGetActionBar_DeviceDefault_Wallpaper_NoTitleBar":"FAIL"}},"android.transition.cts.VisibilityTest":{"methods":{"testIsVisible":"PASS","testMode":"FAIL"}},"android.transition.cts.ChangeBoundsTest":{"methods":{"testBasicChangeBounds":"FAIL","testInterruptSameDestination":"FAIL","testInterruptSameDestinationResizeClip":"FAIL","testInterruptWithReverse":"FAIL","testInterruptWithReverseResizeClip":"FAIL","testResizeClip":"FAIL","testResizeClipSmaller":"FAIL"}},"android.transition.cts.ArcMotionTest":{"methods":{"test345Triangles":"TIMEOUT","test90Quadrants":"TIMEOUT","testMaximumAngle":"TIMEOUT","testMinimumHorizontalAngle":"TIMEOUT","testMinimumVerticalAngle":"TIMEOUT"}},"android.transition.cts.TransitionSetTest":{"methods":{"testTransitionCount":"PASS","testTransitionSequentially":"FAIL","testTransitionTogether":"FAIL"}},"android.transition.cts.SlideEdgeTest":{"methods":{"testSetSide":"PASS","testSlideIn":"FAIL","testSlideOut":"FAIL"}},"android.transition.cts.SceneTest":{"methods":{"testDynamicConstructor":"FAIL","testFactory":"FAIL","testViewConstructor":"FAIL"}},"android.transition.cts.ChangeClipBoundsTest":{"methods":{"testChangeClipBounds":"FAIL"}},"android.transition.cts.FadeTest":{"methods":{"testMode":"FAIL"}},"android.transition.cts.ChangeTransformTest":{"methods":{"testReparent":"FAIL","testReparentWithOverlay":"FAIL","testRotation":"FAIL","testScale":"FAIL","testTranslation":"FAIL"}},"android.transition.cts.PatternPathMotionTest":{"methods":{"testCurve":"FAIL","testStraightPath":"FAIL"}},"android.transition.cts.SlideBadEdgeTest":{"methods":{"testBadSide":"PASS"}},"android.transition.cts.TransitionManagerTest":{"methods":{"testBeginDelayedTransition":"FAIL","testEndTransitions":"FAIL","testEndTransitionsBeforeStarted":"FAIL","testGo":"FAIL","testSetTransition1":"FAIL","testSetTransition2":"FAIL"}},"android.transition.cts.ChangeImageTransformTest":{"methods":{"testCenterCropToFitCenter":"FAIL","testCenterInsideToFitEnd":"FAIL","testCenterToFitXY":"FAIL","testFitStartToCenter":"FAIL"}},"android.transition.cts.ChangeScrollTest":{"methods":{"testChangeScroll":"FAIL"}},"android.transition.cts.ExplodeTest":{"methods":{"testExplode":"FAIL","testImplode":"FAIL"}},"android.transition.cts.TransitionTest":{"methods":{"testAddListener":"FAIL","testAddTargetClass":"FAIL","testAddTargetId":"FAIL","testAddTargetName":"FAIL","testAddTargetView":"FAIL","testCanRemoveViews":"FAIL","testDuration":"FAIL","testEpicenter":"FAIL","testExcludeChildrenId":"FAIL","testExcludeChildrenView":"FAIL","testExcludeTargetClass":"FAIL","testExcludeTargetId":"FAIL","testExcludeTargetName":"FAIL","testExcludeTargetView":"FAIL","testInterpolator":"FAIL","testIsTransitionRequired":"FAIL","testMatchOrder":"FAIL","testName":"FAIL","testPathMotion":"FAIL","testPropagation":"FAIL","testRemoveListener":"FAIL","testRemoveTargetClass":"FAIL","testRemoveTargetId":"FAIL","testRemoveTargetName":"FAIL","testRemoveTargetView":"FAIL","testStartDelay":"FAIL","testTransitionValues":"FAIL"}},"android.media.tv.cts.TvTrackInfoTest":{"methods":{"testAudioTrackInfoOp":"PASS","testSubtitleTrackInfoOp":"PASS","testVideoTrackInfoOp":"PASS"}},"android.media.tv.cts.TvInputServiceTest":{"methods":{"testTvInputServiceRecordingSession":"PASS","testTvInputServiceSession":"PASS"}},"android.media.tv.cts.TvInputManagerTest":{"methods":{"testGetInputState":"PASS","testGetTvInputInfo":"PASS","testGetTvInputList":"PASS","testInputAddedAndRemoved":"PASS","testIsParentalControlsEnabled":"PASS","testIsRatingBlocked":"PASS","testRegisterUnregisterCallback":"PASS","testTvInputInfoUpdated":"PASS"}},"android.media.tv.cts.TvViewTest":{"methods":{"testConnectionFailed":"PASS","testConstructor":"PASS","testDisconnected":"PASS","testOnUnhandledInputEventListener":"PASS","testSetZOrderMediaOverlay":"PASS","testSetZOrderOnTop":"PASS","testSimpleTune":"PASS","testSimpleTuneWithBundle":"PASS","testTrackChange":"PASS","testUnhandledInputEvent":"PASS"}},"android.media.tv.cts.TvContentRatingTest":{"methods":{"testContains":"PASS","testCreateRating":"PASS","testFlattenAndUnflatten":"PASS"}},"android.media.tv.cts.BundledTvInputServiceTest":{"methods":{"testTune":"PASS","testTuneStress":"PASS"}},"android.media.tv.cts.TvInputInfoTest":{"methods":{"testBuilder":"PASS","testGetIntentForSettingsActivity":"PASS","testGetIntentForSetupActivity":"PASS","testGetTypeForTuner":"PASS","testIsHidden":"PASS","testLoadCustomLabel":"PASS","testLoadIcon":"PASS","testLoadLabel":"PASS","testTunerHasNoParentId":"PASS","testTunerIsNotPassthroughInput":"PASS","testTvInputInfoOp":"PASS"}},"android.media.tv.cts.HardwareSessionTest":{"methods":{"testHardwareProxyTvInputService":"PASS"}},"android.media.tv.cts.TvContractTest":{"methods":{"testAllEpgPermissionBlocksSelectionOnDelete_Channels":"PASS","testAllEpgPermissionBlocksSelectionOnDelete_Programs":"PASS","testAllEpgPermissionBlocksSelectionOnQuery_Channels":"PASS","testAllEpgPermissionBlocksSelectionOnQuery_Programs":"PASS","testAllEpgPermissionBlocksSelectionOnUpdate_Channels":"PASS","testAllEpgPermissionBlocksSelectionOnUpdate_Programs":"PASS","testAllEpgPermissionBlocksSortOrderOnQuery_Channels":"PASS","testAllEpgPermissionBlocksSortOrderOnQuery_Programs":"PASS","testBroadcastGenreEncodeDecode":"PASS","testBroadcastGenreQueryChannel":"PASS","testChannelLogo":"PASS","testChannelsGetVideoResolution":"PASS","testChannelsTable":"PASS","testDefaultValues":"PASS","testGenresIsCanonical":"PASS","testProgramsGenresDecode":"PASS","testProgramsGenresEncode":"PASS","testProgramsGenresEncodeDecode_all":"PASS","testProgramsGenresEncodeDecode_delimiterWithWhiteSpace":"PASS","testProgramsGenresEncodeDecode_empty":"PASS","testProgramsGenresEncodeDecode_simpleDelimiter":"PASS","testProgramsScheduleOverlap":"PASS","testProgramsTable":"PASS","testRecordedProgramsTable":"PASS","testUriUtils":"PASS"}},"android.tv.settings.cts.SettingsLeanbackTest":{"methods":{"testLeanbackLauncherIntentCategory":"PASS","testLeanbackSettingsIntentCategory":"PASS"}},"android.app.uiautomation.cts.UiAutomationTest":{"methods":{"testDontSuppressAccessibility_canStartA11yService":"FAIL","testServiceSupressingA11yServices_a11yServiceStartsWhenDestroyed":"FAIL","testServiceSupressingA11yServices_a11yServiceStartsWhenFlagsChange":"FAIL","testServiceWithNoFlags_shutsDownA11yService":"FAIL","testUsingUiAutomationAfterDestroy_shouldThrowException":"FAIL","testWindowAnimationFrameStats":"FAIL","testWindowAnimationFrameStatsNoAnimation":"FAIL","testWindowContentFrameStats":"FAIL","testWindowContentFrameStatsNoAnimation":"FAIL"}},"android.util.cts.ArrayMapTest":{"methods":{"testBasicArrayMap":"PASS","testCopyArrayMap":"PASS","testDuplicateKeys":"PASS","testEqualsArrayMap":"PASS"}},"android.util.cts.LogTest":{"methods":{"testLogOperations":"PASS"}},"android.util.cts.StrictJarFileTest":{"methods":{"testConstructor":"FAIL","testFindEntry":"FAIL","testGetManifest":"FAIL","testIteration":"FAIL","testJarSigning_brokenEntryAttributes":"FAIL","testJarSigning_brokenMainAttributes":"FAIL","testJarSigning_brokenSignatureFile":"FAIL","testJarSigning_fudgedEntry":"FAIL","testJarSigning_modifiedClass":"FAIL","testJarSigning_removedEntry":"FAIL","testJarSigning_wellFormed":"FAIL"}},"android.util.cts.PrintStreamPrinterTest":{"methods":{"testConstructor":"PASS","testPrintln":"PASS"}},"android.util.cts.TimeUtilsTest":{"methods":{"testFormatDuration":"PASS","testFormatHugeDuration":"PASS","testOld":"PASS","testUnitedStates":"PASS","testWeirdUnitedStates":"PASS","testWorldWeird":"PASS"}},"android.util.cts.RationalTest":{"methods":{"testCompareTo":"PASS","testConstructor":"PASS","testConvenienceMethods":"PASS","testEquals":"PASS","testReduction":"PASS","testSerialize":"FAIL","testValueConversions":"PASS"}},"android.util.cts.AndroidRuntimeExceptionTest":{"methods":{"testAndroidRuntimeException":"PASS"}},"android.util.cts.AndroidExceptionTest":{"methods":{"testAndroidException":"PASS"}},"android.util.cts.SparseIntArrayTest":{"methods":{"testIterationOrder":"PASS","testSparseIntArrayRemoveAt":"PASS","testSparseIntArrayWithDefaultCapacity":"PASS","testSparseIntArrayWithSpecifiedCapacity":"PASS"}},"android.util.cts.LogPrinterTest":{"methods":{"testConstructor":"PASS","testPrintln":"PASS"}},"android.util.cts.SparseArrayTest":{"methods":{"testIterationOrder":"PASS","testSparseArrayWithDefaultCapacity":"PASS","testSparseArrayWithSpecifiedCapacity":"PASS"}},"android.util.cts.StateSetTest":{"methods":{"testDump":"PASS","testStateSetMatches":"PASS","testTrimStateSet":"PASS"}},"android.util.cts.XmlEncodingTest":{"methods":{"testValueOf":"FAIL"}},"android.util.cts.RangeTest":{"methods":{"testConstructor":"PASS","testEquals":"PASS","testIllegalValues":"PASS","testInRange":"PASS"}},"android.util.cts.SparseLongArrayTest":{"methods":{"testIterationOrder":"PASS","testSparseArrayWithDefaultCapacity":"PASS","testSparseArrayWithSpecifiedCapacity":"PASS"}},"android.util.cts.XmlTest":{"methods":{"testAsAttributeSet":"FAIL","testFindEncodingByName":"PASS","testNewSerializer":"PASS","testParseInputStreamEncodingContentHandler":"FAIL","testParseReaderContentHander":"FAIL","testParseStringContentHandler":"FAIL"}},"android.util.cts.JsonReaderTest":{"methods":{"testBomForbiddenAsOtherCharacterInDocument":"PASS","testBomIgnoredAsFirstCharacterOfDocument":"PASS","testBooleans":"PASS","testBufferBoundary":"PASS","testCharacterUnescaping":"PASS","testDoubles":"PASS","testEmptyString":"PASS","testFailWithPosition":"PASS","testFailWithPositionGreaterThanBufferSize":"PASS","testFailWithPositionIsOffsetByBom":"PASS","testHelloWorld":"PASS","testHighPrecisionDouble_losesPrecision":"PASS","testIntegersWithFractionalPartSpecified":"PASS","testLenientComments":"PASS","testLenientDoubles":"PASS","testLenientMultipleTopLevelValues":"PASS","testLenientNameValueSeparator":"PASS","testLenientSemicolonDelimitedArray":"PASS","testLenientSemicolonDelimitedNameValuePair":"PASS","testLenientSingleQuotedNames":"PASS","testLenientSingleQuotedStrings":"PASS","testLenientTopLevelValueType":"PASS","testLenientUnnecessaryArraySeparators":"PASS","testLenientUnquotedNames":"PASS","testLenientUnquotedStrings":"PASS","testLongerNumericLiterals":"PASS","testLongestSupportedNumericLiterals":"PASS","testLongs":"PASS","testMatchingValidNumbers":"PASS","testMissingValue":"PASS","testMixedCaseLiterals":"PASS","testNextFailuresDoNotAdvance":"PASS","testNoTopLevelObject":"PASS","testNonFiniteDouble":"PASS","testNullLiteralIsNotAString":"PASS","testNulls":"PASS","testNumberWithHexPrefix":"PASS","testNumberWithOctalPrefix":"PASS","testPrematureEndOfInput":"PASS","testPrematurelyClosed":"PASS","testReadArray":"PASS","testReadEmptyArray":"PASS","testReadEmptyObject":"PASS","testReadObject":"PASS","testRecognizingInvalidNumbers":"PASS","testSkipAfterEndOfDocument":"PASS","testSkipBeforeEndOfArray":"PASS","testSkipBeforeEndOfObject":"PASS","testSkipObject":"PASS","testStrictComments":"PASS","testStrictMultipleTopLevelValues":"PASS","testStrictNameValueSeparator":"PASS","testStrictNonExecutePrefix":"PASS","testStrictSemicolonDelimitedArray":"PASS","testStrictSemicolonDelimitedNameValuePair":"PASS","testStrictSingleQuotedNames":"PASS","testStrictSingleQuotedStrings":"PASS","testStrictTopLevelValueType":"PASS","testStrictUnnecessaryArraySeparators":"PASS","testStrictUnquotedNames":"PASS","testStrictUnquotedStrings":"PASS","testStringNullIsNotNull":"PASS","testTruncatedBufferBoundary":"PASS"}},"android.util.cts.StringBuilderPrinterTest":{"methods":{"testStringBuilderPrinter":"PASS"}},"android.util.cts.TimingLoggerTest":{"methods":{"testTimingLogger":"PASS"}},"android.util.cts.DebugUtilsTest":{"methods":{"testIsObjectSelected":"PASS"}},"android.util.cts.LongSparseArrayTest":{"methods":{"testIterationOrder":"PASS","testSparseArrayWithDefaultCapacity":"PASS","testSparseArrayWithSpecifiedCapacity":"PASS"}},"android.util.cts.EventLogTest":{"methods":{"testGetTagCode":"FAIL","testGetTagName":"FAIL","testReadEvents":"FAIL","testWriteEvent":"FAIL","testWriteEventWithOversizeValue":"FAIL","testWriteNullEvent":"FAIL"}},"android.util.cts.SparseBooleanArrayTest":{"methods":{"testIterationOrder":"PASS","testSparseBooleanArrayWithDefaultCapacity":"PASS","testSparseBooleanArrayWithSpecifiedCapacity":"PASS"}},"android.util.cts.DisplayMetricsTest":{"methods":{"testDisplayMetricsOp":"PASS"}},"android.util.cts.MonthDisplayHelperTest":{"methods":{"testConstructor":"PASS","testFirstDayOfMonth":"PASS","testGetColumnOf":"PASS","testGetDayAt":"PASS","testGetRowOf":"PASS","testHelperProperties":"PASS","testIsWithinCurrentMonth":"PASS","testMonthRows":"PASS","testNextMonth":"PASS","testNumberOfDaysInCurrentMonth":"PASS","testPrevMonth":"PASS"}},"android.util.cts.PatternsTest":{"methods":{"testWebUrl_matchesUrlsWithCommasInRequestParameterValues":"PASS"}},"android.util.cts.TypedValueTest":{"methods":{"testApplyDimension":"PASS","testCoerceToString1":"PASS","testCoerceToString2":"PASS","testComplexToDimension":"PASS","testComplexToDimensionPixelSize":"PASS","testComplexToFloat":"PASS","testComplexToFraction":"PASS","testConstructor":"PASS","testGetDimension":"PASS","testGetFloat":"PASS","testGetFraction":"PASS","testSetTo":"PASS","testToString":"PASS"}},"android.util.cts.JsonWriterTest":{"methods":{"testArraysInObjects":"PASS","testBadNestingArray":"PASS","testBadNestingObject":"PASS","testBooleans":"PASS","testDeepNestingArrays":"PASS","testDeepNestingObjects":"PASS","testDoubles":"PASS","testEmptyArray":"PASS","testEmptyObject":"PASS","testLongs":"PASS","testMultipleTopLevelValues":"PASS","testNameWithoutValue":"PASS","testNonFiniteBoxedDoubles":"PASS","testNonFiniteDoubles":"PASS","testNullName":"PASS","testNullStringValue":"PASS","testNulls":"PASS","testNumbers":"PASS","testObjectsInArrays":"PASS","testPrettyPrintArray":"PASS","testPrettyPrintObject":"PASS","testRepeatedName":"PASS","testStrings":"PASS","testTwoNames":"PASS","testUnicodeLineBreaksEscaped":"PASS","testValueWithoutName":"PASS","testWrongTopLevelType":"PASS"}},"android.util.cts.PropertyTest":{"methods":{"testFloatProperty":"PASS","testIntProperty":"PASS","testProperty":"PASS"}},"android.util.cts.PrintWriterPrinterTest":{"methods":{"testConstructor":"PASS","testPrintln":"PASS"}},"android.util.cts.ArraySetTest":{"methods":{"testAddAll":"PASS","testBasicArraySet":"PASS","testCopyArraySet":"PASS","testEqualsArrayMap":"PASS","testIndexOf":"PASS","testIsEmpty":"PASS","testRemoveAll":"PASS","testRemoveAt":"PASS","testRetainAll":"PASS","testTest":"PASS","testToArray":"PASS"}},"android.voicesettings.cts.ZenModeTest":{"methods":{"testAll":"PASS"}},"android.voicesettings.cts.AirplaneModeTest":{"methods":{"testAll":"PASS"}},"android.voicesettings.cts.BatterySaverModeTest":{"methods":{"testAll":"PASS"}},"android.wrap.cts.WrapTest":{"methods":{"testWrapProperty":"FAIL"}},"android.view.cts.SurfaceViewSyncTests":{"methods":{"testEmptySurfaceView":"FAIL","testSmallRect":"FAIL","testSurfaceViewBigScale":"FAIL","testSurfaceViewSmallScale":"FAIL","testVideoSurfaceViewCornerCoverage":"FAIL","testVideoSurfaceViewEdgeCoverage":"FAIL","testVideoSurfaceViewRotated":"FAIL","testVideoSurfaceViewTranslate":"FAIL"}},"android.widget.cts.FrameLayoutTest":{"methods":{"testAccessMeasureAllChildren":"PASS","testCheckLayoutParams":"PASS","testConstructor":"PASS","testDrawableStateChanged":"PASS","testForegroundTint":"PASS","testGatherTransparentRegion":"FAIL","testGenerateDefaultLayoutParams":"PASS","testGenerateLayoutParams1":"PASS","testGenerateLayoutParams2":"PASS","testGenerateLayoutParamsFromMarginParams":"FAIL","testOnLayout":"PASS","testOnMeasure":"PASS","testOnSizeChanged":"PASS","testSetForegroundGravity":"FAIL","testVerifyDrawable":"PASS"}},"android.widget.cts.ResourceCursorTreeAdapterTest":{"methods":{"testConstructor":"PASS","testNewChildView":"PASS","testNewGroupView":"PASS"}},"android.widget.cts.SimpleAdapterTest":{"methods":{"testAccessDropDownViewTheme":"PASS","testAccessViewBinder":"PASS","testConstructor":"PASS","testGetCount":"PASS","testGetDropDownView":"PASS","testGetFilter":"PASS","testGetItem":"PASS","testGetItemId":"PASS","testGetView":"PASS","testSetDropDownViewResource":"PASS","testSetViewImage":"FAIL","testSetViewText":"PASS"}},"android.widget.cts.LayoutDirectionTest":{"methods":{"testDirectionForAllLayoutsWithCode":"FAIL","testDirectionFromXml":"FAIL","testDirectionInheritanceForAllLayoutsWithCode":"FAIL","testLayoutDirectionDefaults":"PASS"}},"android.widget.cts.CompoundButtonTest":{"methods":{"testAccessChecked":"PASS","testAccessInstanceState":"PASS","testButtonTint":"PASS","testConstructor":"PASS","testDrawableStateChanged":"PASS","testOnCreateDrawableState":"PASS","testOnDraw":"PASS","testPerformClick":"PASS","testSetButtonDrawableByDrawable":"PASS","testSetButtonDrawableById":"PASS","testSetOnCheckedChangeListener":"PASS","testToggle":"PASS","testVerifyDrawable":"PASS"}},"android.widget.cts.CursorAdapterTest":{"methods":{"testAccessCursor":"PASS","testAccessDropDownViewTheme":"FAIL","testAccessFilterQueryProvider":"PASS","testConstructor":"PASS","testConvertToString":"PASS","testGetCount":"PASS","testGetDropDownView":"FAIL","testGetFilter":"PASS","testGetItem":"PASS","testGetItemId":"PASS","testGetView":"FAIL","testHasStableIds":"PASS","testInit":"FAIL","testNewDropDownView":"PASS","testOnContentChanged":"PASS","testRunQueryOnBackgroundThread":"PASS"}},"android.widget.cts.RadioButtonTest":{"methods":{"testConstructor":"FAIL","testToggle":"PASS"}},"android.widget.cts.EditTextTest":{"methods":{"testAccessText":"PASS","testConstructor":"PASS","testExtendSelection":"PASS","testGetDefaultEditable":"PASS","testGetDefaultMovementMethod":"PASS","testOnSaveInstanceState_savesSelectionStateWhenFreezesTextIsFalse":"PASS","testOnSaveInstanceState_savesSelectionStateWhenFreezesTextIsTrue":"PASS","testOnSaveInstanceState_savesTextStateWhenFreezesTextIfFalse":"PASS","testOnSaveInstanceState_savesTextStateWhenFreezesTextIsTrue":"PASS","testSelectAll":"PASS","testSetEllipsize":"PASS","testSetSelectionIndex":"PASS","testSetSelectionStartstop":"PASS"}},"android.widget.cts.GalleryTest":{"methods":{"testCheckLayoutParams":"PASS","testComputeHorizontalScrollExtent":"PASS","testComputeHorizontalScrollOffset":"PASS","testComputeHorizontalScrollRange":"PASS","testConstructor":"PASS","testDispatchKeyEvent":"PASS","testDispatchSetPressed":"PASS","testFoo":"PASS","testGenerateDefaultLayoutParams":"PASS","testGenerateLayoutParams":"PASS","testGetChildDrawingOrder":"PASS","testSetAnimationDuration":"PASS","testSetGravity":"PASS","testSetSpacing":"PASS","testSetUnselectedAlpha":"PASS","testShowContextMenu":"PASS","testShowContextMenuForChild":"PASS"}},"android.widget.cts.ZoomControlsTest":{"methods":{"testConstructor":"PASS","testHasFocus":"PASS","testOnTouchEvent":"PASS","testSetIsZoomInEnabled":"PASS","testSetIsZoomOutEnabled":"PASS","testSetOnZoomInClickListener":"PASS","testSetOnZoomOutClickListener":"PASS","testSetZoomSpeed":"PASS","testShowAndHide":"PASS"}},"android.widget.cts.TabWidgetTest":{"methods":{"testAddView":"PASS","testChildDrawableStateChanged":"PASS","testConstructor":"PASS","testConstructorWithStyle":"FAIL","testDispatchDraw":"PASS","testDividerDrawables":"FAIL","testFocusCurrentTab":"FAIL","testInflateFromXml":"FAIL","testOnFocusChange":"PASS","testOnSizeChanged":"PASS","testSetCurrentTab":"FAIL","testSetEnabled":"PASS","testStripDrawables":"FAIL","testStripEnabled":"PASS","testTabCount":"FAIL","testTabViews":"FAIL"}},"android.widget.cts.SimpleCursorTreeAdapterTest":{"methods":{"testBindChildView":"PASS","testBindGroupView":"PASS","testConstructor":"PASS","testSetViewImage":"FAIL"}},"android.widget.cts.ChronometerTest":{"methods":{"testAccessBase":"PASS","testAccessFormat":"FAIL","testAccessOnChronometerTickListener":"FAIL","testConstructor":"PASS","testFoo":"PASS","testStartAndStop":"FAIL"}},"android.widget.cts.DatePickerTest":{"methods":{"testAccessDate":"PASS","testConstructor":"PASS","testInit":"PASS","testOnSaveInstanceState":"PASS","testSetEnabled":"PASS","testUpdateDate":"PASS"}},"android.widget.cts.AdapterViewTest":{"methods":{"testAccessEmptyView":"PASS","testAccessOnItemClickAndLongClickListener":"PASS","testAccessOnItemSelectedListener":"PASS","testAccessVisiblePosition":"FAIL","testCanAnimate":"FAIL","testChangeFocusable":"PASS","testConstructor":"FAIL","testDispatchRestoreInstanceState":"PASS","testDispatchSaveInstanceState":"PASS","testGetCount":"PASS","testGetPositionForView":"PASS","testGetSelected":"PASS","testItemOrItemIdAtPosition":"PASS","testOnLayout":"PASS","testUnsupportedMethods":"PASS"}},"android.widget.cts.BaseAdapterTest":{"methods":{"testAreAllItemsEnabled":"PASS","testDataSetObserver":"PASS","testGetDropDownView":"PASS","testGetItemViewType":"PASS","testGetViewTypeCount":"PASS","testHasStableIds":"PASS","testIsEmpty":"PASS","testIsEnabled":"PASS","testNotifyDataSetInvalidated":"PASS"}},"android.widget.cts.RelativeLayout_LayoutParamsTest":{"methods":{"testAccessRule1":"PASS","testAccessRule2":"PASS","testConstructor":"PASS","testDebug":"PASS","testRemoveRule":"PASS","testStartEnd":"FAIL"}},"android.widget.cts.FilterTest":{"methods":{"testConstructor":"PASS","testConvertResultToString":"PASS","testFilter1":"PASS","testFilter2":"PASS"}},"android.widget.cts.CheckBoxTest":{"methods":{"testConstructor":"PASS"}},"android.widget.cts.TextViewTest":{"methods":{"testAccessAutoLinkMask":"PASS","testAccessCompoundDrawableTint":"PASS","testAccessContentType":"PASS","testAccessEllipsize":"PASS","testAccessError":"FAIL","testAccessFilters":"FAIL","testAccessFreezesText":"FAIL","testAccessGravity":"PASS","testAccessHint":"PASS","testAccessHintTextColor":"PASS","testAccessImeActionLabel":"PASS","testAccessImeHintLocales":"PASS","testAccessImeOptions":"PASS","testAccessInputExtras":"FAIL","testAccessKeyListener":"PASS","testAccessLinkTextColor":"PASS","testAccessLinksClickable":"PASS","testAccessMovementMethod":"FAIL","testAccessPaintFlags":"FAIL","testAccessPrivateImeOptions":"PASS","testAccessRawContentType":"PASS","testAccessText":"PASS","testAccessTextColor":"PASS","testAccessTextSize":"PASS","testAccessTransformationMethod":"FAIL","testAllCapsLocalization":"PASS","testAppend":"PASS","testAppend_addsLinkIfAppendedTextCompletesPartialUrlAtTheEndOfExistingText":"PASS","testAppend_addsLinkIfAppendedTextUpdatesUrlAtTheEndOfExistingText":"PASS","testAppend_addsLinksEvenWhenThereAreUrlsSetBefore":"PASS","testAppend_addsLinksWhenAutoLinkIsEnabled":"PASS","testAppend_addsLinksWhenTextIsSpannableAndContainsUrlAndAutoLinkIsEnabled":"PASS","testAppend_doesNotAddLinksWhenAppendedTextDoesNotContainLinks":"PASS","testAppend_doesNotAddLinksWhenAutoLinkIsNotEnabled":"PASS","testAppend_setsMovementMethodWhenTextContainsUrlAndAutoLinkIsEnabled":"PASS","testBeginEndBatchEdit":"PASS","testBringPointIntoView":"PASS","testCancelLongPress":"FAIL","testClearComposingText":"PASS","testCompound":"PASS","testComputeHorizontalScrollRange":"PASS","testComputeVerticalScrollExtent":"PASS","testComputeVerticalScrollRange":"PASS","testConstructor":"PASS","testCopyAndPaste":"PASS","testCopyAndPaste_byKey":"FAIL","testCutAndPaste":"PASS","testCutAndPaste_byKey":"FAIL","testCutAndPaste_withAndWithoutStyle":"FAIL","testDebug":"PASS","testDeprecatedSetTextAppearance":"PASS","testDidTouchFocusSelect":"PASS","testDrawableResolution":"PASS","testDrawableResolution2":"PASS","testDrawableStateChanged":"PASS","testEllipsizeEndAndNoEllipsizeHasSameBaselineForMultiLine":"PASS","testEllipsizeEndAndNoEllipsizeHasSameBaselineForSingleLine":"PASS","testExtractText":"PASS","testFoo":"PASS","testGetBaseLine":"PASS","testGetDefaultEditable":"PASS","testGetDefaultMovementMethod":"PASS","testGetEditableText":"PASS","testGetExtendedPaddingBottom":"PASS","testGetExtendedPaddingTop":"PASS","testGetFocusedRect":"PASS","testGetLayout":"PASS","testGetLineBounds":"PASS","testGetLineCount":"FAIL","testGetLineHeight":"FAIL","testGetPaint":"FAIL","testGetResolvedTextAlignment":"FAIL","testGetResolvedTextAlignmentWithInheritance":"FAIL","testGetResolvedTextDirectionLtr":"FAIL","testGetResolvedTextDirectionLtrWithInheritance":"FAIL","testGetResolvedTextDirectionRtl":"FAIL","testGetResolvedTextDirectionRtlWithInheritance":"FAIL","testGetTextColor":"PASS","testGetTextColors":"PASS","testGetTotalPaddingBottom":"PASS","testGetTotalPaddingLeft":"PASS","testGetTotalPaddingRight":"PASS","testGetTotalPaddingTop":"PASS","testGetUrls":"PASS","testHeightAndWidth":"FAIL","testHyphenationNotHappen_breakStrategySimple":"PASS","testHyphenationNotHappen_frequencyNone":"PASS","testInstanceState":"PASS","testIsInputMethodTarget":"FAIL","testLength":"PASS","testMarquee":"FAIL","testMoveCursorToVisibleOffset":"PASS","testOnCreateContextMenu":"PASS","testOnDetachedFromWindow":"PASS","testOnDraw":"PASS","testOnFocusChanged":"PASS","testOnKeyMultiple":"PASS","testOnKeyShortcut":"PASS","testOnMeasure":"PASS","testOnPreDraw":"PASS","testOnPrivateIMECommand":"PASS","testOnSaveInstanceState_doesNotRestoreSelectionWhenTextIsAbsent":"PASS","testOnSaveInstanceState_doesNotSaveSelectionWhenDoesNotExist":"PASS","testOnSaveInstanceState_savesSelectionWhenExists":"PASS","testOnSaveInstanceState_whenFreezesTextIsFalse":"PASS","testOnTextChanged":"PASS","testOnTouchEvent":"PASS","testOnTrackballEvent":"PASS","testOnWindowFocusChanged":"PASS","testPerformLongClick":"PASS","testPressKey":"FAIL","testRedo_setText":"FAIL","testRemoveSelectionWithSelectionHandles":"FAIL","testResetTextAlignment":"FAIL","testResetTextDirection":"FAIL","testSaveInstanceState":"PASS","testScroll":"FAIL","testSelectAllJustAfterTap":"FAIL","testSelection":"PASS","testSetAndGetCustomInseltionActionMode":"PASS","testSetAndGetCustomSelectionActionModeCallback":"FAIL","testSetCursorVisible":"PASS","testSetEditableFactory":"PASS","testSetElegantLineHeight":"FAIL","testSetEms":"FAIL","testSetExtractedText":"PASS","testSetFrame":"PASS","testSetGetBreakStrategy":"PASS","testSetGetHyphenationFrequency":"PASS","testSetGetTextAlignment":"PASS","testSetGetTextDirection":"PASS","testSetHighlightColor":"PASS","testSetHorizontallyScrolling":"FAIL","testSetIncludeFontPadding":"FAIL","testSetLineSpacing":"PASS","testSetLines":"PASS","testSetLinesException":"PASS","testSetMaxEms":"FAIL","testSetMaxLines":"FAIL","testSetMaxLinesException":"PASS","testSetMinEms":"FAIL","testSetMinLines":"PASS","testSetOnEditorActionListener":"PASS","testSetPadding":"PASS","testSetSelectAllOnFocus":"PASS","testSetShadowLayer":"PASS","testSetSpannableFactory":"PASS","testSetText":"PASS","testSetText1":"PASS","testSetText2":"PASS","testSetText3":"PASS","testSetTextAppearance":"PASS","testSetTextKeepState1":"PASS","testSetText_updatesHeightAfterRemovingImageSpan":"PASS","testSingleLine":"FAIL","testTextAlignmentDefault":"PASS","testTextAttr":"FAIL","testTextChangedListener":"PASS","testTextDirectionDefault":"PASS","testTextDirectionFirstStrongLtr":"FAIL","testTextDirectionFirstStrongRtl":"FAIL","testTextLocales":"PASS","testUndo_delete":"FAIL","testUndo_directAppend":"FAIL","testUndo_directInsert":"FAIL","testUndo_imeCancel":"PASS","testUndo_imeEmptyBatch":"PASS","testUndo_imeInsertJapanese":"PASS","testUndo_imeInsertLatin":"PASS","testUndo_insert":"FAIL","testUndo_noCursor":"PASS","testUndo_saveInstanceState":"FAIL","testUndo_saveInstanceStateEmpty":"FAIL","testUndo_setText":"FAIL","testUndo_shortcuts":"FAIL","testUndo_textWatcher":"FAIL","testUndo_textWatcherDirectAppend":"PASS","testVerifyDrawable":"PASS"}},"android.widget.cts.DatePickerDialogTest":{"methods":{"testConstructor":"PASS","testShowDismiss":"PASS"}},"android.widget.cts.BaseExpandableListAdapterTest":{"methods":{"testAreAllItemsEnabled":"PASS","testDataSetObserver":"PASS","testGetCombinedId":"PASS","testIsEmpty":"PASS","testNotifyDataSetChanged":"PASS","testNotifyDataSetInvalidated":"PASS","testOnGroupCollapsed":"PASS","testOnGroupExpanded":"PASS"}},"android.widget.cts.LinearLayoutTest":{"methods":{"testAccessBaselineAligned":"PASS","testAccessBaselineAlignedChildIndex":"PASS","testAccessWeightSum":"PASS","testCheckLayoutParams":"PASS","testConstructor":"PASS","testGenerateDefaultLayoutParams":"PASS","testGenerateLayoutParams":"PASS","testGenerateLayoutParamsFromMarginParams":"FAIL","testGetBaseline":"PASS","testLayoutHorizontal":"PASS","testLayoutVertical":"PASS","testVisibilityAffectsLayout":"FAIL","testWeightDistribution":"PASS"}},"android.widget.cts.SimpleCursorAdapterTest":{"methods":{"testAccessCursorToStringConverter":"PASS","testAccessStringConversionColumn":"PASS","testAccessViewBinder":"PASS","testBindView":"PASS","testChangeCursor":"PASS","testChangeCursorAndColumns":"PASS","testConstructor":"PASS","testConvertToString":"FAIL","testNewDropDownView":"PASS","testNewView":"PASS","testSetViewImage":"FAIL","testSetViewText":"PASS"}},"android.widget.cts.RelativeLayoutTest":{"methods":{"testBaselineAlignment":"PASS","testCheckLayoutParams":"PASS","testConstructor":"PASS","testGenerateDefaultLayoutParams":"PASS","testGenerateLayoutParams1":"PASS","testGenerateLayoutParams2":"PASS","testGenerateLayoutParamsFromMarginParams":"FAIL","testGetBaseline":"PASS","testGetRule":"PASS","testOnLayout":"PASS","testOnMeasure":"PASS","testSetGravity":"PASS","testSetHorizontalGravity":"PASS","testSetIgnoreGravity":"PASS","testSetVerticalGravity":"PASS"}},"android.widget.cts.ButtonTest":{"methods":{"testConstructor":"PASS"}},"android.widget.cts.HeaderViewListAdapterTest":{"methods":{"testAreAllItemsEnabled":"PASS","testConstructor":"PASS","testGetCount":"PASS","testGetFilter":"PASS","testGetFootersCount":"PASS","testGetHeadersCount":"PASS","testGetItem":"PASS","testGetItemId":"PASS","testGetItemViewType":"PASS","testGetView":"PASS","testGetViewTypeCount":"PASS","testGetWrappedAdapter":"PASS","testHasStableIds":"PASS","testIsEmpty":"PASS","testIsEnabled":"PASS","testRegisterDataSetObserver":"PASS","testRemoveFooter":"PASS","testRemoveHeader":"PASS","testUnregisterDataSetObserver":"PASS"}},"android.widget.cts.AbsoluteLayoutTest":{"methods":{"testCheckLayoutParams":"PASS","testConstructor":"FAIL","testGenerateDefaultLayoutParams":"PASS","testGenerateLayoutParams1":"PASS","testGenerateLayoutParams2":"PASS","testOnLayout":"PASS","testOnMeasure":"PASS"}},"android.widget.cts.ScrollViewTest":{"methods":{"testAccessFillViewport":"PASS","testAccessSmoothScrollingEnabled":"FAIL","testAddView":"PASS","testAddViewWithIndex":"PASS","testAddViewWithIndexAndLayoutParams":"PASS","testAddViewWithLayoutParams":"PASS","testArrowScroll":"FAIL","testComputeScroll":"PASS","testComputeScrollDeltaToGetChildRectOnScreen":"PASS","testComputeVerticalScrollRange":"PASS","testConstructor":"PASS","testDispatchKeyEvent":"PASS","testExecuteKeyEvent":"PASS","testFillViewport":"PASS","testFillViewportWithChildMargins":"FAIL","testFillViewportWithChildMarginsAlreadyFills":"PASS","testFillViewportWithScrollViewPadding":"PASS","testFillViewportWithScrollViewPaddingAlreadyFills":"PASS","testFling":"PASS","testFullScroll":"FAIL","testGetMaxScrollAmount":"PASS","testGetVerticalFadingEdgeStrengths":"PASS","testMeasureChild":"PASS","testMeasureChildWithMargins":"PASS","testMeasureSpecs":"FAIL","testMeasureSpecsWithMargins":"FAIL","testMeasureSpecsWithMarginsAndNoHintWidth":"PASS","testMeasureSpecsWithMarginsAndPadding":"FAIL","testMeasureSpecsWithPadding":"FAIL","testOnInterceptTouchEvent":"PASS","testOnLayout":"PASS","testOnMeasure":"PASS","testOnRequestFocusInDescendants":"PASS","testOnSizeChanged":"PASS","testOnTouchEvent":"PASS","testPageScroll":"FAIL","testRequestChildFocus":"FAIL","testRequestChildRectangleOnScreen":"PASS","testRequestLayout":"FAIL","testScrollTo":"FAIL","testSmoothScrollBy":"FAIL","testSmoothScrollTo":"FAIL"}},"android.widget.cts.HorizontalScrollViewTest":{"methods":{"testAccessFillViewport":"PASS","testAccessSmoothScrollingEnabled":"FAIL","testAddView":"PASS","testAddViewWithIndex":"PASS","testAddViewWithIndexAndLayoutParams":"PASS","testAddViewWithLayoutParams":"PASS","testArrowScroll":"FAIL","testComputeHorizontalScrollRange":"PASS","testComputeScroll":"PASS","testComputeScrollDeltaToGetChildRectOnScreen":"PASS","testConstructor":"PASS","testDispatchKeyEvent":"PASS","testExecuteKeyEvent":"PASS","testFillViewport":"PASS","testFillViewportWithChildMargins":"FAIL","testFillViewportWithChildMarginsAlreadyFills":"PASS","testFillViewportWithScrollViewPadding":"PASS","testFillViewportWithScrollViewPaddingAlreadyFills":"PASS","testFling":"FAIL","testFullScroll":"FAIL","testGetHorizontalFadingEdgeStrengths":"PASS","testGetMaxScrollAmount":"PASS","testMeasureChild":"PASS","testMeasureChildWithMargins":"PASS","testMeasureSpecs":"FAIL","testMeasureSpecsWithMargins":"FAIL","testMeasureSpecsWithMarginsAndNoHintWidth":"PASS","testMeasureSpecsWithMarginsAndPadding":"FAIL","testMeasureSpecsWithPadding":"FAIL","testOnInterceptTouchEvent":"PASS","testOnLayout":"PASS","testOnMeasure":"PASS","testOnRequestFocusInDescendants":"PASS","testOnSizeChanged":"PASS","testOnTouchEvent":"PASS","testPageScroll":"FAIL","testRequestChildFocus":"FAIL","testRequestChildRectangleOnScreen":"PASS","testRequestLayout":"FAIL","testScrollTo":"FAIL","testSmoothScrollBy":"FAIL","testSmoothScrollTo":"FAIL"}},"android.widget.cts.SeekBarTest":{"methods":{"testConstructor":"PASS","testSetOnSeekBarChangeListener":"FAIL"}},"android.widget.cts.TableRowTest":{"methods":{"testCheckLayoutParams":"PASS","testConstructor":"PASS","testGenerateDefaultLayoutParams":"PASS","testGenerateLayoutParams":"PASS","testGenerateLayoutParams2":"PASS","testGetVirtualChildAt":"PASS","testGetVirtualChildCount":"PASS","testOnLayout":"PASS","testOnMeasure":"PASS","testSetOnHierarchyChangeListener":"PASS"}},"android.widget.cts.TextSwitcherTest":{"methods":{"testAddView":"PASS","testConstructor":"PASS","testSetCurrentText":"FAIL","testSetText":"FAIL"}},"android.widget.cts.PopupWindowTest":{"methods":{"testAccessAnimationStyle":"PASS","testAccessBackground":"PASS","testAccessClippingEnabled":"PASS","testAccessContentView":"PASS","testAccessEnterExitTransitions":"PASS","testAccessFocusable":"PASS","testAccessHeight":"PASS","testAccessInputMethodMode":"PASS","testAccessOutsideTouchable":"PASS","testAccessTouchable":"PASS","testAccessWidth":"PASS","testAccessWindowLayoutType":"PASS","testConstructor":"PASS","testDismiss":"PASS","testEnterExitTransition":"FAIL","testGetMaxAvailableHeight":"FAIL","testIsAboveAnchor":"FAIL","testOverlapAnchor":"FAIL","testSetOnDismissListener":"PASS","testSetTouchInterceptor":"FAIL","testSetWindowLayoutMode":"PASS","testShowAsDropDown":"FAIL","testShowAsDropDownWithOffsets":"FAIL","testShowAsDropDown_ClipToScreen":"FAIL","testShowAsDropDown_ClipToScreen_Overlap":"FAIL","testShowAsDropDown_ClipToScreen_Overlap_Offset":"FAIL","testShowAsDropDown_ClipToScreen_TooBig":"FAIL","testShowAtLocation":"FAIL","testUpdate":"PASS","testUpdateDimensionAndAlignAnchorView":"PASS","testUpdateDimensionAndAlignAnchorViewWithOffsets":"FAIL","testUpdatePositionAndDimension":"FAIL"}},"android.widget.cts.ScrollerTest":{"methods":{"testAbortAnimation":"FAIL","testAccessFinalX":"FAIL","testAccessFinalY":"FAIL","testConstructor":"PASS","testExtendDuration":"FAIL","testFlingMode":"FAIL","testGetDuration":"FAIL","testIsFinished":"FAIL","testScrollMode":"FAIL","testScrollModeWithDefaultDuration":"FAIL","testTimePassed":"FAIL"}},"android.widget.cts.AbsSeekBarTest":{"methods":{"testAccessKeyProgressIncrement":"FAIL","testAccessThumbOffset":"PASS","testConstructor":"PASS","testDrawableStateChanged":"PASS","testSetMax":"PASS","testSetThumb":"PASS","testSetTickMark":"PASS","testThumbTint":"PASS","testTickMarkTint":"PASS","testVerifyDrawable":"PASS"}},"android.widget.cts.AbsListView_LayoutParamsTest":{"methods":{"testConstructors":"PASS"}},"android.widget.cts.MultiAutoCompleteTextView_CommaTokenizerTest":{"methods":{"testConstructor":"PASS","testFindTokenEnd":"PASS","testFindTokenStart":"PASS","testTerminateToken":"PASS"}},"android.widget.cts.TableLayout_LayoutParamsTest":{"methods":{"testConstructor":"PASS","testSetBaseAttributes":"PASS"}},"android.widget.cts.SimpleExpandableListAdapterTest":{"methods":{"testConstructor":"PASS","testGetChild":"PASS","testGetChildId":"PASS","testGetChildView":"PASS","testGetChildrenCount":"PASS","testGetGroup":"PASS","testGetGroupCount":"PASS","testGetGroupId":"PASS","testGetGroupView":"PASS","testHasStableIds":"PASS","testIsChildSelectable":"PASS","testNewChildView":"PASS","testNewGroupView":"PASS"}},"android.widget.cts.TwoLineListItemTest":{"methods":{"testConstructor":"FAIL","testGetTexts":"PASS","testOnFinishInflate":"PASS"}},"android.widget.cts.TabHost_TabSpecTest":{"methods":{"testSetContent1":"PASS","testSetContent2":"PASS","testSetContent3":"FAIL","testSetIndicator1":"FAIL","testSetIndicator2":"FAIL"}},"android.widget.cts.RemoteViewsActivityTest":{"methods":{"testDerivedClass":"PASS","testGood":"PASS","testWebView":"PASS"}},"android.widget.cts.AbsListViewTest":{"methods":{"testAccessCacheColorHint":"PASS","testAccessFastScrollEnabled":"FAIL","testAccessListPadding":"FAIL","testAccessScrollingCacheEnabled":"PASS","testAccessSelectedItem":"FAIL","testAccessSelector":"FAIL","testAccessSmoothScrollbarEnabled":"PASS","testAccessStackFromBottom":"FAIL","testAccessTranscriptMode":"PASS","testAddTouchables":"FAIL","testBeforeAndAfterTextChanged":"PASS","testCheckLayoutParams":"PASS","testComputeVerticalScrollValues":"PASS","testConstructor":"PASS","testDraw":"PASS","testFling":"FAIL","testFoo":"PASS","testGenerateLayoutParams":"PASS","testGetContextMenuInfo":"FAIL","testGetFocusedRect":"FAIL","testGetTopBottomFadingEdgeStrength":"PASS","testHandleDataChanged":"PASS","testInvalidateViews":"FAIL","testLayoutChildren":"PASS","testPointToPosition":"FAIL","testSetFilterText":"PASS","testSetItemChecked_multipleModeDifferentValue":"FAIL","testSetItemChecked_multipleModeSameValue":"PASS","testSetItemChecked_singleModeDifferentValue":"FAIL","testSetItemChecked_singleModeSameValue":"PASS","testSetOnScrollListener":"FAIL","testSetRecyclerListener":"FAIL","testSetScrollIndicators":"FAIL","testShowContextMenuForChild":"FAIL"}},"android.widget.cts.ViewSwitcherTest":{"methods":{"testConstructor":"PASS","testGetNextView":"FAIL","testReset":"PASS","testSetFactory":"PASS"}},"android.widget.cts.AbsSpinnerTest":{"methods":{"testAccessAdapter":"PASS","testConstructor":"PASS","testGenerateDefaultLayoutParams":"PASS","testGetCount":"PASS","testGetSelectedView":"PASS","testOnMeasure":"PASS","testOnSaveAndRestoreInstanceState":"PASS","testPointToPosition":"PASS","testRequestLayout":"PASS","testSetSelectionInt":"PASS","testSetSelectionIntBoolean":"PASS"}},"android.widget.cts.GridViewTest":{"methods":{"testAccessAdapter":"PASS","testAccessStretchMode":"PASS","testAttachLayoutAnimationParameters":"PASS","testConstructor":"PASS","testFullyDetachUnusedViewOnReLayout":"FAIL","testFullyDetachUnusedViewOnScroll":"FAIL","testFullyDetachUnusedViewOnScrollForFocus":"FAIL","testGetNumColumns":"PASS","testLayoutChildren":"PASS","testOnFocusChanged":"PASS","testOnMeasure":"PASS","testPressKey":"FAIL","testSetColumnWidth":"PASS","testSetGravity":"PASS","testSetHorizontalSpacing":"PASS","testSetHorizontalSpacingRTL":"FAIL","testSetNumColumns":"PASS","testSetSelection":"PASS","testSetVerticalSpacing":"PASS"}},"android.widget.cts.ZoomButtonTest":{"methods":{"testConstructor":"PASS","testDispatchUnhandledMove":"PASS","testOnKeyUp":"PASS","testOnLongClick":"PASS","testOnTouchEvent":"PASS","testSetEnabled":"PASS","testSetZoomSpeed":"PASS"}},"android.widget.cts.ViewFlipperTest":{"methods":{"testConstructor":"PASS","testSetFlipInterval":"PASS","testViewFlipper":"FAIL"}},"android.widget.cts.RadioGroupTest":{"methods":{"testAddView":"PASS","testCheck":"PASS","testCheckLayoutParams":"PASS","testClearCheck":"PASS","testConstructors":"PASS","testGenerateDefaultLayoutParams":"PASS","testGenerateLayoutParams":"PASS","testGetCheckedRadioButtonId":"PASS","testInternalCheckedStateTracker":"PASS","testInternalPassThroughHierarchyChangeListener":"PASS","testOnFinishInflate":"PASS","testSetOnCheckedChangeListener":"PASS","testSetOnHierarchyChangeListener":"PASS"}},"android.widget.cts.SpinnerTest":{"methods":{"testAccessPrompt":"PASS","testConstructor":"PASS","testGetBaseline":"PASS","testGetPopupContext":"PASS","testOnClick":"PASS","testOnLayout":"PASS","testPerformClick":"PASS","testSetOnItemClickListener":"PASS","testSetPromptId":"PASS"}},"android.widget.cts.AnalogClockTest":{"methods":{"testConstructor":"PASS","testOnAttachedToWindow":"PASS","testOnDetachedFromWindow":"PASS","testOnDraw":"PASS","testOnMeasure":"PASS","testOnSizeChanged":"PASS"}},"android.widget.cts.AlphabetIndexerTest":{"methods":{"testAlphabetIndexer":"PASS","testCompare":"PASS"}},"android.widget.cts.RadioGroup_LayoutParamsTest":{"methods":{"testConstructor":"PASS","testSetBaseAttributes":"PASS"}},"android.widget.cts.ResourceCursorAdapterTest":{"methods":{"testConstructor":"PASS","testNewDropDownView":"PASS","testNewView":"PASS","testSetDropDownViewResource":"PASS","testSetViewResource":"PASS"}},"android.widget.cts.SwitchTest":{"methods":{"testAccessThumbTint":"PASS","testAccessTrackTint":"PASS","testConstructor":"PASS"}},"android.widget.cts.ListViewTest":{"methods":{"testAccessAdapter":"FAIL","testAccessDivider":"FAIL","testAccessDividerHeight":"FAIL","testAccessFooterView":"FAIL","testAccessHeaderView":"PASS","testAccessItemChecked":"PASS","testAccessItemsCanFocus":"PASS","testCanAnimate":"FAIL","testConstructor":"PASS","testDispatchDraw":"PASS","testDispatchKeyEvent":"FAIL","testFindViewTraversal":"PASS","testFindViewWithTagTraversal":"PASS","testFullDetachHeaderViewOnRelayout":"FAIL","testFullDetachHeaderViewOnScroll":"FAIL","testFullDetachHeaderViewOnScrollForFocus":"FAIL","testFullyDetachUnusedViewOnReLayout":"FAIL","testFullyDetachUnusedViewOnScroll":"FAIL","testFullyDetachUnusedViewOnScrollForFocus":"FAIL","testGetMaxScrollAmount":"FAIL","testHeaderFooterType":"FAIL","testJumpDrawables":"PASS","testLayoutChildren":"PASS","testNoSelectableItems":"PASS","testOnFinishInflate":"PASS","testOnFocusChanged":"PASS","testOnKeyUpDown":"PASS","testOnMeasure":"PASS","testOnTouchEvent":"PASS","testPerformItemClick":"FAIL","testRequestChildRectangleOnScreen":"FAIL","testRequestLayoutCallsMeasure":"PASS","testRequestLayoutWithTemporaryDetach":"FAIL","testResolveRtlOnReAttach":"FAIL","testSaveAndRestoreInstanceState":"PASS","testSetPadding":"FAIL","testSetSelection":"FAIL","testTransientStateStableIds":"FAIL","testTransientStateUnstableIds":"FAIL"}},"android.widget.cts.CheckedTextViewTest":{"methods":{"testAccessInstanceState":"PASS","testChecked":"FAIL","testConstructor":"PASS","testDrawableStateChanged":"PASS","testOnCreateDrawableState":"PASS","testOnDraw":"PASS","testSetCheckMarkByMixedTypes":"PASS","testSetCheckMarkDrawableByDrawable":"PASS","testSetCheckMarkDrawableById":"PASS","testSetPadding":"PASS","testToggle":"PASS"}},"android.widget.cts.ImageViewTest":{"methods":{"testAccessBaseline":"PASS","testAccessImageMatrix":"PASS","testAccessScaleType":"PASS","testAlpha":"FAIL","testClearColorFilter":"PASS","testConstructor":"PASS","testDrawableStateChanged":"PASS","testGetDrawable":"PASS","testImageAlpha":"FAIL","testImageTintBasics":"PASS","testImageTintDrawableUpdates":"FAIL","testImageTintVisuals":"FAIL","testInvalidateDrawable":"PASS","testOnCreateDrawableState":"PASS","testOnDraw":"PASS","testOnMeasure":"PASS","testSetAdjustViewBounds":"PASS","testSetColorFilter1":"FAIL","testSetColorFilter2":"FAIL","testSetFrame":"PASS","testSetImageBitmap":"FAIL","testSetImageDrawable":"FAIL","testSetImageIcon":"FAIL","testSetImageLevel":"PASS","testSetImageResource":"FAIL","testSetImageState":"PASS","testSetImageURI":"FAIL","testSetMaxHeight":"PASS","testSetMaxWidth":"PASS","testSetSelected":"PASS","testVerifyDrawable":"PASS"}},"android.widget.cts.CursorTreeAdapterTest":{"methods":{"testAccessQueryProvider":"PASS","testChangeCursor":"PASS","testConstructor":"PASS","testConvertToString":"PASS","testGetChild":"PASS","testGetChildId":"PASS","testGetChildView":"PASS","testGetChildrenCount":"PASS","testGetCursor":"PASS","testGetFilter":"PASS","testGetGroup":"PASS","testGetGroupCount":"PASS","testGetGroupId":"PASS","testGetGroupView":"PASS","testHasStableIds":"PASS","testIsChildSelectable":"PASS","testNotifyDataSetChanged":"PASS","testNotifyDataSetChangedBoolean":"PASS","testNotifyDataSetInvalidated":"PASS","testOnGroupCollapsed":"PASS","testRunQueryOnBackgroundThread":"PASS","testSetChildrenCursor":"PASS","testSetGroupCursor":"PASS"}},"android.widget.cts.ExpandableListViewBasicTest":{"methods":{"testCollapseGroup":"FAIL","testContextMenus":"FAIL","testConvertionBetweenFlatAndPacked":"FAIL","testExpandGroup":"FAIL","testExpandedGroupMovement":"FAIL","testPreconditions":"PASS","testSelectedPosition":"FAIL"}},"android.widget.cts.TabHostTest":{"methods":{"testAccessCurrentTab":"FAIL","testAddTab":"FAIL","testClearAllTabs":"FAIL","testConstructor":"PASS","testDispatchKeyEvent":"PASS","testDispatchWindowFocusChanged":"PASS","testGetCurrentTabTag":"PASS","testGetCurrentTabView":"PASS","testGetCurrentView":"PASS","testGetTabContentView":"FAIL","testGetTabWidget":"PASS","testNewTabSpec":"PASS","testOnAttachedToAndDetachedFromWindow":"PASS","testOnTouchModeChanged":"PASS","testSetCurrentTabByTag":"PASS","testSetOnTabChangedListener":"FAIL","testSetup1":"FAIL","testSetup2":"FAIL"}},"android.widget.cts.ImageButtonTest":{"methods":{"testConstructor":"PASS","testOnSetAlpha":"PASS"}},"android.widget.cts.VideoViewTest":{"methods":{"testConstructor":"PASS","testGetBufferPercentage":"FAIL","testGetDuration":"FAIL","testPlayVideo1":"FAIL","testResolveAdjustedSize":"PASS","testSetMediaController":"PASS","testSetOnErrorListener":"FAIL"}},"android.widget.cts.FrameLayout_LayoutParamsTest":{"methods":{"testConstructor":"PASS","testCopyConstructor":"PASS"}},"android.widget.cts.ImageSwitcherTest":{"methods":{"testConstructor":"PASS","testSetImageDrawable":"FAIL","testSetImageResource":"FAIL","testSetImageURI":"FAIL"}},"android.widget.cts.TableLayoutTest":{"methods":{"testAccessColumnCollapsed":"PASS","testAccessColumnShrinkable":"PASS","testAccessColumnStretchable":"PASS","testAccessShrinkAllColumns":"PASS","testAccessStretchAllColumns":"PASS","testAddView1":"PASS","testAddView2":"PASS","testAddView3":"PASS","testAddView4":"PASS","testCheckLayoutParams":"PASS","testColumnStretchableEffect":"PASS","testConstructor":"PASS","testGenerateDefaultLayoutParams":"PASS","testGenerateLayoutParams1":"PASS","testGenerateLayoutParams2":"PASS","testOnLayout":"PASS","testOnMeasure":"PASS","testRequestLayout":"PASS","testSetOnHierarchyChangeListener":"PASS"}},"android.widget.cts.DialerFilterTest":{"methods":{"testAccessMode":"PASS","testAppend":"PASS","testClearText":"PASS","testConstructor":"PASS","testGetDigits":"PASS","testGetFilterText":"PASS","testGetLetters":"PASS","testIsQwertyKeyboard":"PASS","testOnFinishInflate":"PASS","testOnFocusChanged":"PASS","testOnKeyUpDown":"FAIL","testOnModechange":"PASS","testRemoveFilterWatcher":"PASS","testSetDigitsWatcher":"PASS","testSetFilterWatcher":"PASS","testSetLettersWatcher":"PASS"}},"android.widget.cts.TableRow_LayoutParamsTest":{"methods":{"testConstructor":"PASS","testSetBaseAttributes":"PASS"}},"android.widget.cts.QuickContactBadgeTest":{"methods":{"testPrioritizedMimetype":"PASS"}},"android.widget.cts.SlidingDrawerTest":{"methods":{"testAnimateOpenAndClose":"FAIL","testAnimateToggle":"FAIL","testConstructor":"PASS","testDispatchDraw":"PASS","testGetContent":"PASS","testGetHandle":"PASS","testLockAndUnlock":"PASS","testOnFinishInflate":"PASS","testOnInterceptTouchEvent":"PASS","testOnLayout":"PASS","testOnMeasure":"PASS","testOnTouchEvent":"PASS","testOpenAndClose":"PASS","testSetOnDrawerCloseListener":"PASS","testSetOnDrawerOpenListener":"PASS","testSetOnDrawerScrollListener":"PASS","testToggle":"PASS"}},"android.widget.cts.ToastTest":{"methods":{"testAccessDuration":"FAIL","testAccessGravity":"FAIL","testAccessMargin":"FAIL","testAccessView":"FAIL","testCancel":"FAIL","testConstructor":"FAIL","testMakeText1":"FAIL","testMakeText2":"FAIL","testSetText1":"PASS","testSetText2":"PASS","testShow":"FAIL","testShowFailure":"FAIL"}},"android.widget.cts.AbsoluteLayout_LayoutParamsTest":{"methods":{"testConstructor":"PASS","testDebug":"PASS"}},"android.widget.cts.RatingBarTest":{"methods":{"testAccessIndicator":"PASS","testAccessNumStars":"PASS","testAccessOnRatingBarChangeListener":"PASS","testAccessRating":"PASS","testAccessStepSize":"PASS","testConstructor":"PASS","testSetMax":"PASS"}},"android.widget.cts.ExpandableListView_ExpandableListContextMenuInfoTest":{"methods":{"testConstructor":"PASS"}},"android.widget.cts.GridLayoutTest":{"methods":{"testAlignment":"PASS","testCheckLayoutParams":"PASS","testConstructor":"PASS","testGenerateDefaultLayoutParams":"PASS","testGenerateLayoutParamsFromMarginParams":"FAIL"}},"android.widget.cts.CalendarViewTest":{"methods":{"testAccessDate":"TIMEOUT","testAccessMinMaxDate":"PASS","testAppearanceHolo":"FAIL","testAppearanceMaterial":"PASS","testConstructor":"PASS"}},"android.widget.cts.ExpandableListViewWithHeadersTest":{"methods":{"testContextMenus":"FAIL","testConvertionBetweenFlatAndPacked":"FAIL","testExpandOnFirstGroup":"FAIL","testExpandOnFirstPosition":"FAIL","testPreconditions":"PASS","testSelectedPosition":"FAIL"}},"android.widget.cts.TimePickerTest":{"methods":{"testAccessCurrentHour":"PASS","testAccessCurrentMinute":"PASS","testAccessHour":"PASS","testAccessIs24HourView":"PASS","testAccessMinute":"PASS","testConstructors":"FAIL","testGetBaseline":"PASS","testOnSaveInstanceStateAndOnRestoreInstanceState":"PASS","testSetEnabled":"PASS","testSetOnTimeChangedListener":"PASS"}},"android.widget.cts.TextViewFadingEdgeTest":{"methods":{"testFadingEdge":"FAIL"}},"android.widget.cts.ViewAnimatorTest":{"methods":{"testAccessDisplayedChild":"FAIL","testAccessDisplayedChildBoundary":"FAIL","testAccessInAnimation":"FAIL","testAccessOutAnimation":"FAIL","testAddView":"PASS","testConstructor":"PASS","testGetBaseline":"PASS","testGetCurrentView":"PASS","testRemoveViews":"PASS","testSetAnimateFirstView":"PASS","testShowNext":"PASS","testShowPrevious":"PASS"}},"android.widget.cts.AutoCompleteTextViewTest":{"methods":{"testAccessAdapter":"PASS","testAccessDropDownAnchor":"PASS","testAccessDropDownWidth":"PASS","testAccessItemClickListener":"PASS","testAccessItemSelectedListener":"PASS","testAccessListSelection":"FAIL","testAccessValidater":"PASS","testConstructor":"FAIL","testConvertSelectionToString":"PASS","testEnoughToFilter":"PASS","testGetThreshold":"PASS","testOnAttachedToWindow":"PASS","testOnCommitCompletion":"PASS","testOnDetachedFromWindow":"PASS","testOnFilterComplete":"FAIL","testOnKeyPreIme":"PASS","testOnTextChanged":"PASS","testPerformCompletion":"FAIL","testPerformFiltering":"FAIL","testPerformValidation":"PASS","testPopupWindow":"PASS","testReplaceText":"PASS","testSetCompletionHint":"PASS","testSetFrame":"PASS"}},"android.widget.cts.MultiAutoCompleteTextViewTest":{"methods":{"testConstructor":"PASS","testMultiAutoCompleteTextView":"PASS","testPerformFiltering":"PASS","testPerformValidation":"PASS","testReplaceText":"PASS"}},"android.widget.cts.RemoteViews_ActionExceptionTest":{"methods":{"testConstructor":"PASS"}},"android.widget.cts.AdapterView_AdapterContextMenuInfoTest":{"methods":{"testConstructor":"PASS"}},"android.widget.cts.ExpandableListViewTest":{"methods":{"testAccessExpandableListAdapter":"PASS","testCollapseGroup":"PASS","testConstructor":"PASS","testDispatchDraw":"PASS","testExpandGroup":"PASS","testGetAdapter":"PASS","testGetExpandableListPosition":"PASS","testGetFlatListPosition":"PASS","testGetPackedPositionChild":"PASS","testGetPackedPositionForChild":"PASS","testGetPackedPositionForGroup":"PASS","testGetPackedPositionGroup":"PASS","testGetPackedPositionType":"PASS","testGetSelectedId":"PASS","testGetSelectedPosition":"PASS","testIsGroupExpanded":"PASS","testOnSaveInstanceState":"PASS","testPerformItemClick":"PASS","testSetAdapter":"PASS","testSetChildDivider":"PASS","testSetChildIndicator":"PASS","testSetChildIndicatorBounds":"PASS","testSetGroupIndicator":"PASS","testSetIndicatorBounds":"PASS","testSetOnChildClickListener":"PASS","testSetOnGroupClickListener":"PASS","testSetOnItemClickListener":"PASS","testSetSelectedChild":"PASS","testSetSelectedGroup":"PASS"}},"android.widget.cts.Gallery_LayoutParamsTest":{"methods":{"testConstructor":"PASS"}},"android.widget.cts.ToolbarTest":{"methods":{"testActionView":"FAIL","testConstructor":"PASS","testContentInsetsLtr":"PASS","testContentInsetsRtl":"FAIL","testGetTitleMargins":"PASS","testLogoConfiguration":"FAIL","testMenuContent":"FAIL","testMenuOverflowIcon":"FAIL","testMenuOverflowShowHide":"PASS","testMenuOverflowSubmenu":"FAIL","testNavigationConfiguration":"FAIL","testNavigationOnClickListener":"PASS","testPopupTheme":"PASS","testSetTitleMargins":"PASS","testTitleAndSubtitleAppearance":"FAIL","testTitleAndSubtitleContent":"FAIL"}},"android.widget.cts.ToggleButtonTest":{"methods":{"testAccessTextOff":"PASS","testAccessTextOn":"PASS","testConstructor":"PASS","testDrawableStateChanged":"PASS","testOnFinishInflate":"PASS","testSetBackgroundDrawable":"PASS","testSetChecked":"PASS","testToggleText":"PASS"}},"android.widget.cts.PopupMenuTest":{"methods":{"testAccessGravity":"PASS","testConstructorWithGravity":"PASS","testDirectPopulate":"PASS","testDismissalViaAPI":"PASS","testDismissalViaTouch":"FAIL","testNestedDismissalViaAPI":"PASS","testPopulateViaInflater":"PASS","testSimpleMenuItemClickViaAPI":"PASS","testSubMenuClickViaAPI":"PASS"}},"android.widget.cts.RemoteViewsTest":{"methods":{"testApply":"PASS","testConstructor":"PASS","testDescribeContents":"PASS","testGetLayoutId":"PASS","testGetPackage":"PASS","testNotFeasibleSetters":"PASS","testOnLoadClass":"PASS","testReapply":"PASS","testSetBitmap":"PASS","testSetBoolean":"PASS","testSetCharSequence":"PASS","testSetChronometer":"PASS","testSetFloat":"PASS","testSetIcon":"PASS","testSetImageViewBitmap":"PASS","testSetImageViewIcon":"PASS","testSetImageViewResource":"PASS","testSetImageViewUri":"FAIL","testSetInt":"PASS","testSetLong":"PASS","testSetOnClickPendingIntent":"FAIL","testSetProgressBar":"PASS","testSetString":"PASS","testSetTextColor":"PASS","testSetTextViewText":"PASS","testSetUri":"FAIL","testSetViewVisibility":"PASS","testWriteToParcel":"PASS"}},"android.widget.cts.ProgressBarTest":{"methods":{"testAccessIndeterminateDrawable":"FAIL","testAccessInterpolator":"PASS","testAccessMax":"PASS","testAccessProgress":"PASS","testAccessProgressDrawable":"FAIL","testAccessSecondaryProgress":"PASS","testConstructor":"PASS","testDrawableStateChanged":"PASS","testIncrementProgressBy":"PASS","testIncrementSecondaryProgressBy":"PASS","testIndeterminateTint":"PASS","testInvalidateDrawable":"PASS","testOnDraw":"PASS","testOnMeasure":"PASS","testOnSaveAndRestoreInstanceState":"PASS","testOnSizeChange":"PASS","testPostInvalidate":"PASS","testProgressTint":"PASS","testSetIndeterminate":"PASS","testSetVisibility":"PASS","testVerifyDrawable":"PASS"}},"android.widget.cts.DigitalClockTest":{"methods":{"testConstructor":"PASS","testOnAttachedToWindow":"PASS","testOnDetachedFromWindow":"PASS"}},"android.widget.cts.MediaControllerTest":{"methods":{"testConstructor":"PASS","testMediaController":"PASS","testOnTrackballEvent":"FAIL","testSetEnabled":"PASS","testSetPrevNextListeners":"PASS","testShow":"PASS"}},"android.widget.cts.ListPopupWindowTest":{"methods":{"testAccessAnimationStyle":"FAIL","testAccessBackground":"PASS","testAccessHeight":"PASS","testAccessInputMethodMode":"PASS","testAccessSelection":"FAIL","testAccessSoftInputMethodMode":"PASS","testAccessWidth":"PASS","testAnchoring":"FAIL","testAnchoringWithEndGravity":"FAIL","testAnchoringWithHorizontalOffset":"FAIL","testAnchoringWithRightGravity":"FAIL","testAnchoringWithVerticalOffset":"FAIL","testConstructor":"PASS","testCreateOnDragListener":"FAIL","testCustomDismissalWithBackButton":"FAIL","testDismiss":"PASS","testDismissalOutsideModal":"FAIL","testDismissalOutsideNonModal":"FAIL","testItemClicks":"FAIL","testListSelectionWithDPad":"FAIL","testNoDefaultDismissalWithBackButton":"FAIL","testNoDefaultVisibility":"PASS","testPromptViewAbove":"FAIL","testPromptViewBelow":"FAIL","testSetOnDismissListener":"PASS","testSetWindowLayoutType":"PASS"}},"android.widget.cts.LinearLayout_LayoutParamsTest":{"methods":{"testConstructor":"PASS","testDebug":"PASS"}},"android.widget.cts.ArrayAdapterTest":{"methods":{"testAccessDropDownViewTheme":"PASS","testAccessView":"PASS","testAdd":"PASS","testAddAllCollection":"PASS","testAddAllParams":"PASS","testConstructor":"PASS","testCreateFromResource":"FAIL","testDataChangeEvent":"PASS","testGetFilter":"PASS","testGetItem":"PASS","testGetItemId":"PASS","testGetPosition":"PASS","testInsert":"PASS","testRemove":"PASS","testSetDropDownViewResouce":"PASS","testSort":"PASS"}}}}
\ No newline at end of file
diff --git a/assets/fonts/FontAwesome.otf b/assets/fonts/FontAwesome.otf
deleted file mode 100644
index d4de13e83..000000000
Binary files a/assets/fonts/FontAwesome.otf and /dev/null differ
diff --git a/assets/fonts/fontawesome-webfont.eot b/assets/fonts/fontawesome-webfont.eot
deleted file mode 100644
index c7b00d2ba..000000000
Binary files a/assets/fonts/fontawesome-webfont.eot and /dev/null differ
diff --git a/assets/fonts/fontawesome-webfont.svg b/assets/fonts/fontawesome-webfont.svg
deleted file mode 100644
index 8b66187fe..000000000
--- a/assets/fonts/fontawesome-webfont.svg
+++ /dev/null
@@ -1,685 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/assets/fonts/fontawesome-webfont.ttf b/assets/fonts/fontawesome-webfont.ttf
deleted file mode 100644
index f221e50a2..000000000
Binary files a/assets/fonts/fontawesome-webfont.ttf and /dev/null differ
diff --git a/assets/fonts/fontawesome-webfont.woff b/assets/fonts/fontawesome-webfont.woff
deleted file mode 100644
index 6e7483cf6..000000000
Binary files a/assets/fonts/fontawesome-webfont.woff and /dev/null differ
diff --git a/assets/fonts/fontawesome-webfont.woff2 b/assets/fonts/fontawesome-webfont.woff2
deleted file mode 100644
index 7eb74fd12..000000000
Binary files a/assets/fonts/fontawesome-webfont.woff2 and /dev/null differ
diff --git a/assets/fonts/squareserif_bold_macroman/SquareSerif-Bold-demo.html b/assets/fonts/squareserif_bold_macroman/SquareSerif-Bold-demo.html
deleted file mode 100755
index 4642663d4..000000000
--- a/assets/fonts/squareserif_bold_macroman/SquareSerif-Bold-demo.html
+++ /dev/null
@@ -1,382 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-Square Serif Bold Specimen
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890&.,?!@()#$%*+-=:;
-
-
-
-
- 10 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
- 11 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
- 12 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
- 13 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
- 14 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
- 16 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
- 18 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
- 20 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
- 24 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
- 30 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
- 36 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
- 48 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
- 60 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
- 72 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
- 90 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
-
-
-
-
-
-
-
-
-
-
-
-
-
body
body
body
body
-
- bodySquare Serif Bold
-
-
- bodyArial
-
-
- bodyVerdana
-
-
- bodyGeorgia
-
-
-
-
-
-
-
-
-
-
-
10. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
11. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
12. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
13. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
-
-
-
-
14. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
16. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
18. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
-
-
-
-
-
-
20. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
24. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
-
-
-
-
-
30. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
-
-
-
-
-
-
10. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
11. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
12. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
13. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
-
-
-
-
-
14. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
16. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
18. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
-
-
-
-
-
20. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
24. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
-
-
-
-
-
30. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Lorem Ipsum Dolor
-
Etiam porta sem malesuada magna mollis euismod
-
-
By Aenean Lacinia
-
-
-
-
-
Donec sed odio dui. Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.
-
-
-
Pellentesque ornare sem
-
-
Maecenas sed diam eget risus varius blandit sit amet non magna. Maecenas faucibus mollis interdum. Donec ullamcorper nulla non metus auctor fringilla. Nullam id dolor id nibh ultricies vehicula ut id elit. Nullam id dolor id nibh ultricies vehicula ut id elit.
-
-
Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.
-
-
Nulla vitae elit libero, a pharetra augue. Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Aenean lacinia bibendum nulla sed consectetur.
-
-
Nullam quis risus eget urna mollis ornare vel eu leo. Nullam quis risus eget urna mollis ornare vel eu leo. Maecenas sed diam eget risus varius blandit sit amet non magna. Donec ullamcorper nulla non metus auctor fringilla.
-
-
Cras mattis consectetur
-
-
Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Aenean lacinia bibendum nulla sed consectetur. Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Cras mattis consectetur purus sit amet fermentum.
-
-
Nullam id dolor id nibh ultricies vehicula ut id elit. Nullam quis risus eget urna mollis ornare vel eu leo. Cras mattis consectetur purus sit amet fermentum.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Language Support
-
The subset of Square Serif Bold in this kit supports the following languages:
-
- Albanian, Alsatian, Aragonese, Arapaho, Aromanian, Arrernte, Asturian, Aymara, Basque, Bislama, Bosnian, Breton, Cebuano, Chamorro, Cheyenne, Cimbrian, Corsican, Croatian, Czech, Danish, Demo, Dutch, English, Estonian, Faroese, Fijian, Finnish, French, French Creole (Saint Lucia), Frisian, Friulian, Galician, Genoese, German, Gilbertese (Kiribati), Greenlandic, Haitian Creole, Hawaiian, Hiligaynon, Hmong, Hopi, Hungarian, Ibanag, Icelandic, Iloko (Ilokano), Indonesian, Interglossa (Glosa), Interlingua, Irish (Gaelic), Istro-Romanian, Italian, Jèrriais, Kashubian, Kurdish (Kurmanji), Ladin, Latin Basic, Latvian, Lithuanian, Lojban, Lombard, Low Saxon, Luxembourgian, Malagasy, Manx, Maori, Megleno-Romanian, Mohawk, Nahuatl, Norfolk/Pitcairnese, Northern Sotho (Pedi), Norwegian, Occitan, Oromo, Pangasinan, Papiamento, Piedmontese, Polish, Portuguese, Potawatomi, Rhaeto-Romance, Romanian, Romansh (Rumantsch), Rotokas, Sami (Lule), Samoan, Sardinian (Sardu), Scots (Gaelic), Seychellois Creole (Seselwa), Shona, Sicilian, Slovak, Slovenian (Slovene), Somali, Southern Ndebele, Southern Sotho (Sesotho), Spanish, Swahili, Swati/Swazi, Swedish, Tagalog (Filipino/Pilipino), Tahitian, Tausug, Tetum (Tetun), Tok Pisin, Tongan (Faka-Tonga), Tswana, Turkish, Turkmen, Turkmen (Latinized), Tuvaluan, ubasic, Uyghur (Latinized), Veps, Volapük, Votic (Latinized), Walloon, Warlpiri, Xhosa, Yapese, Zulu
-
Glyph Chart
-
The subset of Square Serif Bold in this kit includes all the glyphs listed below. Unicode entities are included above each glyph to help you insert individual characters into your layout.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Installing Webfonts
-
-
Webfonts are supported by all major browser platforms but not all in the same way. There are currently four different font formats that must be included in order to target all browsers. This includes TTF, WOFF, EOT and SVG.
-
-
1. Upload your webfonts
-
You must upload your webfont kit to your website. They should be in or near the same directory as your CSS files.
-
-
2. Include the webfont stylesheet
-
A special CSS @font-face declaration helps the various browsers select the appropriate font it needs without causing you a bunch of headaches. Learn more about this syntax by reading the Fontspring blog post about it. The code for it is as follows:
-
-
-
-@font-face{
- font-family: 'MyWebFont';
- src: url('WebFont.eot');
- src: url('WebFont.eot?#iefix') format('embedded-opentype'),
- url('WebFont.woff') format('woff'),
- url('WebFont.ttf') format('truetype'),
- url('WebFont.svg#webfont') format('svg');
-}
-
-
-
We've already gone ahead and generated the code for you. All you have to do is link to the stylesheet in your HTML, like this:
-
<link rel="stylesheet" href="stylesheet.css" type="text/css" charset="utf-8" />
-
-
3. Modify your own stylesheet
-
To take advantage of your new fonts, you must tell your stylesheet to use them. Look at the original @font-face declaration above and find the property called "font-family." The name linked there will be what you use to reference the font. Prepend that webfont name to the font stack in the "font-family" property, inside the selector you want to change. For example:
-
p { font-family: 'MyWebFont', Arial, sans-serif; }
-
-
4. Test
-
Getting webfonts to work cross-browser can be tricky. Use the information in the sidebar to help you if you find that fonts aren't loading in a particular browser.
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/assets/fonts/squareserif_bold_macroman/SquareSerif-Bold-webfont.eot b/assets/fonts/squareserif_bold_macroman/SquareSerif-Bold-webfont.eot
deleted file mode 100755
index 59e05d29b..000000000
Binary files a/assets/fonts/squareserif_bold_macroman/SquareSerif-Bold-webfont.eot and /dev/null differ
diff --git a/assets/fonts/squareserif_bold_macroman/SquareSerif-Bold-webfont.svg b/assets/fonts/squareserif_bold_macroman/SquareSerif-Bold-webfont.svg
deleted file mode 100755
index a8c2b8a5a..000000000
--- a/assets/fonts/squareserif_bold_macroman/SquareSerif-Bold-webfont.svg
+++ /dev/null
@@ -1,1704 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/assets/fonts/squareserif_bold_macroman/SquareSerif-Bold-webfont.ttf b/assets/fonts/squareserif_bold_macroman/SquareSerif-Bold-webfont.ttf
deleted file mode 100755
index 275f3517a..000000000
Binary files a/assets/fonts/squareserif_bold_macroman/SquareSerif-Bold-webfont.ttf and /dev/null differ
diff --git a/assets/fonts/squareserif_bold_macroman/SquareSerif-Bold-webfont.woff b/assets/fonts/squareserif_bold_macroman/SquareSerif-Bold-webfont.woff
deleted file mode 100755
index 0aad6a0a5..000000000
Binary files a/assets/fonts/squareserif_bold_macroman/SquareSerif-Bold-webfont.woff and /dev/null differ
diff --git a/assets/fonts/squareserif_bold_macroman/SquareSerif-Bold-webfont.woff2 b/assets/fonts/squareserif_bold_macroman/SquareSerif-Bold-webfont.woff2
deleted file mode 100755
index f5f24e4d3..000000000
Binary files a/assets/fonts/squareserif_bold_macroman/SquareSerif-Bold-webfont.woff2 and /dev/null differ
diff --git a/assets/fonts/squareserif_bold_macroman/specimen_files/easytabs.js b/assets/fonts/squareserif_bold_macroman/specimen_files/easytabs.js
deleted file mode 100755
index 167f53b72..000000000
--- a/assets/fonts/squareserif_bold_macroman/specimen_files/easytabs.js
+++ /dev/null
@@ -1,7 +0,0 @@
-(function($){$.fn.easyTabs=function(option){var param=jQuery.extend({fadeSpeed:"fast",defaultContent:1,activeClass:'active'},option);$(this).each(function(){var thisId="#"+this.id;if(param.defaultContent==''){param.defaultContent=1;}
-if(typeof param.defaultContent=="number")
-{var defaultTab=$(thisId+" .tabs li:eq("+(param.defaultContent-1)+") a").attr('href').substr(1);}else{var defaultTab=param.defaultContent;}
-$(thisId+" .tabs li a").each(function(){var tabToHide=$(this).attr('href').substr(1);$("#"+tabToHide).addClass('easytabs-tab-content');});hideAll();changeContent(defaultTab);function hideAll(){$(thisId+" .easytabs-tab-content").hide();}
-function changeContent(tabId){hideAll();$(thisId+" .tabs li").removeClass(param.activeClass);$(thisId+" .tabs li a[href=#"+tabId+"]").closest('li').addClass(param.activeClass);if(param.fadeSpeed!="none")
-{$(thisId+" #"+tabId).fadeIn(param.fadeSpeed);}else{$(thisId+" #"+tabId).show();}}
-$(thisId+" .tabs li").click(function(){var tabId=$(this).find('a').attr('href').substr(1);changeContent(tabId);return false;});});}})(jQuery);
\ No newline at end of file
diff --git a/assets/fonts/squareserif_bold_macroman/specimen_files/grid_12-825-55-15.css b/assets/fonts/squareserif_bold_macroman/specimen_files/grid_12-825-55-15.css
deleted file mode 100755
index 3d6aef783..000000000
--- a/assets/fonts/squareserif_bold_macroman/specimen_files/grid_12-825-55-15.css
+++ /dev/null
@@ -1,129 +0,0 @@
-/*Notes about grid:
-Columns: 12
-Grid Width: 825px
-Column Width: 55px
-Gutter Width: 15px
--------------------------------*/
-
-
-
-.section {margin-bottom: 18px;
-}
-.section:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
-.section {*zoom: 1;}
-
-.section .firstcolumn,
-.section .firstcol {margin-left: 0;}
-
-
-/* Border on left hand side of a column. */
-.border {
- padding-left: 7px;
- margin-left: 7px;
- border-left: 1px solid #eee;
-}
-
-/* Border with more whitespace, spans one column. */
-.colborder {
- padding-left: 42px;
- margin-left: 42px;
- border-left: 1px solid #eee;
-}
-
-
-
-/* The Grid Classes */
-.grid1, .grid1_2cols, .grid1_3cols, .grid1_4cols, .grid2, .grid2_3cols, .grid2_4cols, .grid3, .grid3_2cols, .grid3_4cols, .grid4, .grid4_3cols, .grid5, .grid5_2cols, .grid5_3cols, .grid5_4cols, .grid6, .grid6_4cols, .grid7, .grid7_2cols, .grid7_3cols, .grid7_4cols, .grid8, .grid8_3cols, .grid9, .grid9_2cols, .grid9_4cols, .grid10, .grid10_3cols, .grid10_4cols, .grid11, .grid11_2cols, .grid11_3cols, .grid11_4cols, .grid12
-{margin-left: 15px;float: left;display: inline; overflow: hidden;}
-
-
-.width1, .grid1, .span-1 {width: 55px;}
-.width1_2cols,.grid1_2cols {width: 20px;}
-.width1_3cols,.grid1_3cols {width: 8px;}
-.width1_4cols,.grid1_4cols {width: 2px;}
-.input_width1 {width: 49px;}
-
-.width2, .grid2, .span-2 {width: 125px;}
-.width2_3cols,.grid2_3cols {width: 31px;}
-.width2_4cols,.grid2_4cols {width: 20px;}
-.input_width2 {width: 119px;}
-
-.width3, .grid3, .span-3 {width: 195px;}
-.width3_2cols,.grid3_2cols {width: 90px;}
-.width3_4cols,.grid3_4cols {width: 37px;}
-.input_width3 {width: 189px;}
-
-.width4, .grid4, .span-4 {width: 265px;}
-.width4_3cols,.grid4_3cols {width: 78px;}
-.input_width4 {width: 259px;}
-
-.width5, .grid5, .span-5 {width: 335px;}
-.width5_2cols,.grid5_2cols {width: 160px;}
-.width5_3cols,.grid5_3cols {width: 101px;}
-.width5_4cols,.grid5_4cols {width: 72px;}
-.input_width5 {width: 329px;}
-
-.width6, .grid6, .span-6 {width: 405px;}
-.width6_4cols,.grid6_4cols {width: 90px;}
-.input_width6 {width: 399px;}
-
-.width7, .grid7, .span-7 {width: 475px;}
-.width7_2cols,.grid7_2cols {width: 230px;}
-.width7_3cols,.grid7_3cols {width: 148px;}
-.width7_4cols,.grid7_4cols {width: 107px;}
-.input_width7 {width: 469px;}
-
-.width8, .grid8, .span-8 {width: 545px;}
-.width8_3cols,.grid8_3cols {width: 171px;}
-.input_width8 {width: 539px;}
-
-.width9, .grid9, .span-9 {width: 615px;}
-.width9_2cols,.grid9_2cols {width: 300px;}
-.width9_4cols,.grid9_4cols {width: 142px;}
-.input_width9 {width: 609px;}
-
-.width10, .grid10, .span-10 {width: 685px;}
-.width10_3cols,.grid10_3cols {width: 218px;}
-.width10_4cols,.grid10_4cols {width: 160px;}
-.input_width10 {width: 679px;}
-
-.width11, .grid11, .span-11 {width: 755px;}
-.width11_2cols,.grid11_2cols {width: 370px;}
-.width11_3cols,.grid11_3cols {width: 241px;}
-.width11_4cols,.grid11_4cols {width: 177px;}
-.input_width11 {width: 749px;}
-
-.width12, .grid12, .span-12 {width: 825px;}
-.input_width12 {width: 819px;}
-
-/* Subdivided grid spaces */
-.emptycols_left1, .prepend-1 {padding-left: 70px;}
-.emptycols_right1, .append-1 {padding-right: 70px;}
-.emptycols_left2, .prepend-2 {padding-left: 140px;}
-.emptycols_right2, .append-2 {padding-right: 140px;}
-.emptycols_left3, .prepend-3 {padding-left: 210px;}
-.emptycols_right3, .append-3 {padding-right: 210px;}
-.emptycols_left4, .prepend-4 {padding-left: 280px;}
-.emptycols_right4, .append-4 {padding-right: 280px;}
-.emptycols_left5, .prepend-5 {padding-left: 350px;}
-.emptycols_right5, .append-5 {padding-right: 350px;}
-.emptycols_left6, .prepend-6 {padding-left: 420px;}
-.emptycols_right6, .append-6 {padding-right: 420px;}
-.emptycols_left7, .prepend-7 {padding-left: 490px;}
-.emptycols_right7, .append-7 {padding-right: 490px;}
-.emptycols_left8, .prepend-8 {padding-left: 560px;}
-.emptycols_right8, .append-8 {padding-right: 560px;}
-.emptycols_left9, .prepend-9 {padding-left: 630px;}
-.emptycols_right9, .append-9 {padding-right: 630px;}
-.emptycols_left10, .prepend-10 {padding-left: 700px;}
-.emptycols_right10, .append-10 {padding-right: 700px;}
-.emptycols_left11, .prepend-11 {padding-left: 770px;}
-.emptycols_right11, .append-11 {padding-right: 770px;}
-.pull-1 {margin-left: -70px;}
-.push-1 {margin-right: -70px;margin-left: 18px;float: right;}
-.pull-2 {margin-left: -140px;}
-.push-2 {margin-right: -140px;margin-left: 18px;float: right;}
-.pull-3 {margin-left: -210px;}
-.push-3 {margin-right: -210px;margin-left: 18px;float: right;}
-.pull-4 {margin-left: -280px;}
-.push-4 {margin-right: -280px;margin-left: 18px;float: right;}
\ No newline at end of file
diff --git a/assets/fonts/squareserif_bold_macroman/specimen_files/specimen_stylesheet.css b/assets/fonts/squareserif_bold_macroman/specimen_files/specimen_stylesheet.css
deleted file mode 100755
index aecc43c32..000000000
--- a/assets/fonts/squareserif_bold_macroman/specimen_files/specimen_stylesheet.css
+++ /dev/null
@@ -1,396 +0,0 @@
-@import url('grid_12-825-55-15.css');
-
-/*
- CSS Reset by Eric Meyer - Released under Public Domain
- http://meyerweb.com/eric/tools/css/reset/
-*/
-html, body, div, span, applet, object, iframe,
-h1, h2, h3, h4, h5, h6, p, blockquote, pre,
-a, abbr, acronym, address, big, cite, code,
-del, dfn, em, font, img, ins, kbd, q, s, samp,
-small, strike, strong, sub, sup, tt, var,
-b, u, i, center, dl, dt, dd, ol, ul, li,
-fieldset, form, label, legend, table,
-caption, tbody, tfoot, thead, tr, th, td
- {margin: 0;padding: 0;border: 0;outline: 0;
- font-size: 100%;vertical-align: baseline;
- background: transparent;}
-body {line-height: 1;}
-ol, ul {list-style: none;}
-blockquote, q {quotes: none;}
-blockquote:before, blockquote:after,
-q:before, q:after {content: ''; content: none;}
-:focus {outline: 0;}
-ins {text-decoration: none;}
-del {text-decoration: line-through;}
-table {border-collapse: collapse;border-spacing: 0;}
-
-
-
-
-body {
- color: #000;
- background-color: #dcdcdc;
-}
-
-a {
- text-decoration: none;
- color: #1883ba;
-}
-
-h1{
- font-size: 32px;
- font-weight: normal;
- font-style: normal;
- margin-bottom: 18px;
-}
-
-h2{
- font-size: 18px;
-}
-
-#container {
- width: 865px;
- margin: 0px auto;
-}
-
-
-#header {
- padding: 20px;
- font-size: 36px;
- background-color: #000;
- color: #fff;
-}
-
-#header span {
- color: #666;
-}
-#main_content {
- background-color: #fff;
- padding: 60px 20px 20px;
-}
-
-
-#footer p {
- margin: 0;
- padding-top: 10px;
- padding-bottom: 50px;
- color: #333;
- font: 10px Arial, sans-serif;
-}
-
-.tabs {
- width: 100%;
- height: 31px;
- background-color: #444;
-}
-.tabs li {
- float: left;
- margin: 0;
- overflow: hidden;
- background-color: #444;
-}
-.tabs li a {
- display: block;
- color: #fff;
- text-decoration: none;
- font: bold 11px/11px 'Arial';
- text-transform: uppercase;
- padding: 10px 15px;
- border-right: 1px solid #fff;
-}
-
-.tabs li a:hover {
- background-color: #00b3ff;
-
-}
-
-.tabs li.active a {
- color: #000;
- background-color: #fff;
-}
-
-
-
-div.huge {
-
- font-size: 300px;
- line-height: 1em;
- padding: 0;
- letter-spacing: -.02em;
- overflow: hidden;
-}
-div.glyph_range {
- font-size: 72px;
- line-height: 1.1em;
-}
-
-.size10{ font-size: 10px; }
-.size11{ font-size: 11px; }
-.size12{ font-size: 12px; }
-.size13{ font-size: 13px; }
-.size14{ font-size: 14px; }
-.size16{ font-size: 16px; }
-.size18{ font-size: 18px; }
-.size20{ font-size: 20px; }
-.size24{ font-size: 24px; }
-.size30{ font-size: 30px; }
-.size36{ font-size: 36px; }
-.size48{ font-size: 48px; }
-.size60{ font-size: 60px; }
-.size72{ font-size: 72px; }
-.size90{ font-size: 90px; }
-
-
-.psample_row1 { height: 120px;}
-.psample_row1 { height: 120px;}
-.psample_row2 { height: 160px;}
-.psample_row3 { height: 160px;}
-.psample_row4 { height: 160px;}
-
-.psample {
- overflow: hidden;
- position: relative;
-}
-.psample p {
- line-height: 1.3em;
- display: block;
- overflow: hidden;
- margin: 0;
-}
-
-.psample span {
- margin-right: .5em;
-}
-
-.white_blend {
- width: 100%;
- height: 61px;
- background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAVkAAAA9CAYAAAAH4BojAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNrs3TsKgFAMRUE/eer+NxztxMYuEWQG3ECKwwUF58ycAKixOAGAyAKILAAiCyCyACILgMgCiCyAyAIgsgAiCyCyAIgsgMgCiCwAIgsgsgAiC4DIAogsACIL0CWuZ3UGgLrIhjMA1EV2OAOAJQtgyQLwjOzmDAAiCyCyAIgsQFtkd2cAEFkAkQVAZAHaIns4A4AlC2DJAiCyACILILIAiCzAV5H1dQGAJQsgsgCILIDIAvwisl58AViyAJYsACILILIAIgvAe2T9EhxAZAFEFgCRBeiL7HAGgLrIhjMAWLIAliwAt1OAAQDwygTBulLIlQAAAABJRU5ErkJggg==);
- position: absolute;
- bottom: 0;
-}
-.black_blend {
- width: 100%;
- height: 61px;
- background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAVkAAAA9CAYAAAAH4BojAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAPJJREFUeNrs3TEKhTAQRVGjibr/9QoxhY2N3Ywo50A28IrLwP9g6b1PAMSYTQAgsgAiC4DIAogsgMgCILIAIgsgsgCILIDIAogsACILILIAIguAyAKILIDIAiCyACILgMgCZCnjLWYAiFGvB0BQZJsZAFyyAC5ZAO6RXc0AILIAIguAyAKkRXYzA4DIAogsACILkBbZ3QwALlkAlywAIgsgsgAiC4DIArwVWf8uAHDJAogsACILILIAv4isH74AXLIALlkARBZAZAFEFoDnyPokOIDIAogsACILkBfZZgaAuMhWMwC4ZAE+p4x3mAEgxinAAJ+XBbPWGkwAAAAAAElFTkSuQmCC);
- position: absolute;
- bottom: 0;
-}
-.fullreverse {
- background: #000 !important;
- color: #fff !important;
- margin-left: -20px;
- padding-left: 20px;
- margin-right: -20px;
- padding-right: 20px;
- padding: 20px;
- margin-bottom:0;
-}
-
-
-.sample_table td {
- padding-top: 3px;
- padding-bottom:5px;
- padding-left: 5px;
- vertical-align: middle;
- line-height: 1.2em;
-}
-
-.sample_table td:first-child {
- background-color: #eee;
- text-align: right;
- padding-right: 5px;
- padding-left: 0;
- padding: 5px;
- font: 11px/12px "Courier New", Courier, mono;
-}
-
-code {
- white-space: pre;
- background-color: #eee;
- display: block;
- padding: 10px;
- margin-bottom: 18px;
- overflow: auto;
-}
-
-
-.bottom,.last {margin-bottom:0 !important; padding-bottom:0 !important;}
-
-.box {
- padding: 18px;
- margin-bottom: 18px;
- background: #eee;
-}
-
-.reverse,.reversed { background: #000 !important;color: #fff !important; border: none !important;}
-
-#bodycomparison {
- position: relative;
- overflow: hidden;
- font-size: 72px;
- height: 90px;
- white-space: nowrap;
-}
-
-#bodycomparison div{
- font-size: 72px;
- line-height: 90px;
- display: inline;
- margin: 0 15px 0 0;
- padding: 0;
-}
-
-#bodycomparison div span{
- font: 10px Arial;
- position: absolute;
- left: 0;
-}
-#xheight {
- float: none;
- position: absolute;
- color: #d9f3ff;
- font-size: 72px;
- line-height: 90px;
-}
-
-.fontbody {
- position: relative;
-}
-.arialbody{
- font-family: Arial;
- position: relative;
-}
-.verdanabody{
- font-family: Verdana;
- position: relative;
-}
-.georgiabody{
- font-family: Georgia;
- position: relative;
-}
-
-/* @group Layout page
- */
-
-#layout h1 {
- font-size: 36px;
- line-height: 42px;
- font-weight: normal;
- font-style: normal;
-}
-
-#layout h2 {
- font-size: 24px;
- line-height: 23px;
- font-weight: normal;
- font-style: normal;
-}
-
-#layout h3 {
- font-size: 22px;
- line-height: 1.4em;
- margin-top: 1em;
- font-weight: normal;
- font-style: normal;
-}
-
-
-#layout p.byline {
- font-size: 12px;
- margin-top: 18px;
- line-height: 12px;
- margin-bottom: 0;
-}
-#layout p {
- font-size: 14px;
- line-height: 21px;
- margin-bottom: .5em;
-}
-
-#layout p.large{
- font-size: 18px;
- line-height: 26px;
-}
-
-#layout .sidebar p{
- font-size: 12px;
- line-height: 1.4em;
-}
-
-#layout p.caption {
- font-size: 10px;
- margin-top: -16px;
- margin-bottom: 18px;
-}
-
-/* @end */
-
-/* @group Glyphs */
-
-#glyph_chart div{
- background-color: #d9f3ff;
- color: black;
- float: left;
- font-size: 36px;
- height: 1.2em;
- line-height: 1.2em;
- margin-bottom: 1px;
- margin-right: 1px;
- text-align: center;
- width: 1.2em;
- position: relative;
- padding: .6em .2em .2em;
-}
-
-#glyph_chart div p {
- position: absolute;
- left: 0;
- top: 0;
- display: block;
- text-align: center;
- font: bold 9px Arial, sans-serif;
- background-color: #3a768f;
- width: 100%;
- color: #fff;
- padding: 2px 0;
-}
-
-
-#glyphs h1 {
- font-family: Arial, sans-serif;
-}
-/* @end */
-
-/* @group Installing */
-
-#installing {
- font: 13px Arial, sans-serif;
-}
-
-#installing p,
-#glyphs p{
- line-height: 1.2em;
- margin-bottom: 18px;
- font: 13px Arial, sans-serif;
-}
-
-
-
-#installing h3{
- font-size: 15px;
- margin-top: 18px;
-}
-
-/* @end */
-
-#rendering h1 {
- font-family: Arial, sans-serif;
-}
-.render_table td {
- font: 11px "Courier New", Courier, mono;
- vertical-align: middle;
-}
-
-
diff --git a/assets/fonts/squareserif_bold_macroman/stylesheet.css b/assets/fonts/squareserif_bold_macroman/stylesheet.css
deleted file mode 100755
index 539a8ad4a..000000000
--- a/assets/fonts/squareserif_bold_macroman/stylesheet.css
+++ /dev/null
@@ -1,37 +0,0 @@
-/*
- * Web Fonts from fontspring.com
- *
- * All OpenType features and all extended glyphs have been removed.
- * Fully installable fonts can be purchased at http://www.fontspring.com
- *
- * The fonts included in this stylesheet are subject to the End User License you purchased
- * from Fontspring. The fonts are protected under domestic and international trademark and
- * copyright law. You are prohibited from modifying, reverse engineering, duplicating, or
- * distributing this font software.
- *
- * (c) 2010-2017 Fontspring
- *
- *
- *
- *
- * The fonts included are copyrighted by the vendor listed below.
- *
- * Vendor: FontSite Inc.
- * License URL: https://www.fontspring.com/licenses/fontsite/webfont
- *
- *
- */
-
-@font-face {
- font-family: 'square_serifbold';
- src: url('SquareSerif-Bold-webfont.eot');
- src: url('SquareSerif-Bold-webfont.eot?#iefix') format('embedded-opentype'),
- url('SquareSerif-Bold-webfont.woff2') format('woff2'),
- url('SquareSerif-Bold-webfont.woff') format('woff'),
- url('SquareSerif-Bold-webfont.ttf') format('truetype'),
- url('SquareSerif-Bold-webfont.svg#square_serifbold') format('svg');
- font-weight: normal;
- font-style: normal;
-
-}
-
diff --git a/assets/fonts/squareserif_bolditalic_macroman/SquareSerif-BoldItalic-demo.html b/assets/fonts/squareserif_bolditalic_macroman/SquareSerif-BoldItalic-demo.html
deleted file mode 100755
index ca633f9fd..000000000
--- a/assets/fonts/squareserif_bolditalic_macroman/SquareSerif-BoldItalic-demo.html
+++ /dev/null
@@ -1,382 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-Square Serif Bold Italic Specimen
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890&.,?!@()#$%*+-=:;
-
-
-
-
- 10 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
- 11 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
- 12 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
- 13 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
- 14 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
- 16 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
- 18 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
- 20 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
- 24 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
- 30 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
- 36 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
- 48 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
- 60 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
- 72 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
- 90 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
-
-
-
-
-
-
-
-
-
-
-
-
-
body
body
body
body
-
- bodySquare Serif Bold Italic
-
-
- bodyArial
-
-
- bodyVerdana
-
-
- bodyGeorgia
-
-
-
-
-
-
-
-
-
-
-
10. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
11. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
12. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
13. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
-
-
-
-
14. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
16. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
18. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
-
-
-
-
-
-
20. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
24. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
-
-
-
-
-
30. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
-
-
-
-
-
-
10. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
11. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
12. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
13. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
-
-
-
-
-
14. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
16. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
18. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
-
-
-
-
-
20. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
24. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
-
-
-
-
-
30. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Lorem Ipsum Dolor
-
Etiam porta sem malesuada magna mollis euismod
-
-
By Aenean Lacinia
-
-
-
-
-
Donec sed odio dui. Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.
-
-
-
Pellentesque ornare sem
-
-
Maecenas sed diam eget risus varius blandit sit amet non magna. Maecenas faucibus mollis interdum. Donec ullamcorper nulla non metus auctor fringilla. Nullam id dolor id nibh ultricies vehicula ut id elit. Nullam id dolor id nibh ultricies vehicula ut id elit.
-
-
Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.
-
-
Nulla vitae elit libero, a pharetra augue. Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Aenean lacinia bibendum nulla sed consectetur.
-
-
Nullam quis risus eget urna mollis ornare vel eu leo. Nullam quis risus eget urna mollis ornare vel eu leo. Maecenas sed diam eget risus varius blandit sit amet non magna. Donec ullamcorper nulla non metus auctor fringilla.
-
-
Cras mattis consectetur
-
-
Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Aenean lacinia bibendum nulla sed consectetur. Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Cras mattis consectetur purus sit amet fermentum.
-
-
Nullam id dolor id nibh ultricies vehicula ut id elit. Nullam quis risus eget urna mollis ornare vel eu leo. Cras mattis consectetur purus sit amet fermentum.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Language Support
-
The subset of Square Serif Bold Italic in this kit supports the following languages:
-
- Albanian, Alsatian, Aragonese, Arapaho, Aromanian, Arrernte, Asturian, Aymara, Basque, Bislama, Bosnian, Breton, Cebuano, Chamorro, Cheyenne, Cimbrian, Corsican, Croatian, Czech, Danish, Demo, Dutch, English, Estonian, Faroese, Fijian, Finnish, French, French Creole (Saint Lucia), Frisian, Friulian, Galician, Genoese, German, Gilbertese (Kiribati), Greenlandic, Haitian Creole, Hawaiian, Hiligaynon, Hmong, Hopi, Hungarian, Ibanag, Icelandic, Iloko (Ilokano), Indonesian, Interglossa (Glosa), Interlingua, Irish (Gaelic), Istro-Romanian, Italian, Jèrriais, Kashubian, Kurdish (Kurmanji), Ladin, Latin Basic, Latvian, Lithuanian, Lojban, Lombard, Low Saxon, Luxembourgian, Malagasy, Manx, Maori, Megleno-Romanian, Mohawk, Nahuatl, Norfolk/Pitcairnese, Northern Sotho (Pedi), Norwegian, Occitan, Oromo, Pangasinan, Papiamento, Piedmontese, Polish, Portuguese, Potawatomi, Rhaeto-Romance, Romanian, Romansh (Rumantsch), Rotokas, Sami (Lule), Samoan, Sardinian (Sardu), Scots (Gaelic), Seychellois Creole (Seselwa), Shona, Sicilian, Slovak, Slovenian (Slovene), Somali, Southern Ndebele, Southern Sotho (Sesotho), Spanish, Swahili, Swati/Swazi, Swedish, Tagalog (Filipino/Pilipino), Tahitian, Tausug, Tetum (Tetun), Tok Pisin, Tongan (Faka-Tonga), Tswana, Turkish, Turkmen, Turkmen (Latinized), Tuvaluan, ubasic, Uyghur (Latinized), Veps, Volapük, Votic (Latinized), Walloon, Warlpiri, Xhosa, Yapese, Zulu
-
Glyph Chart
-
The subset of Square Serif Bold Italic in this kit includes all the glyphs listed below. Unicode entities are included above each glyph to help you insert individual characters into your layout.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Installing Webfonts
-
-
Webfonts are supported by all major browser platforms but not all in the same way. There are currently four different font formats that must be included in order to target all browsers. This includes TTF, WOFF, EOT and SVG.
-
-
1. Upload your webfonts
-
You must upload your webfont kit to your website. They should be in or near the same directory as your CSS files.
-
-
2. Include the webfont stylesheet
-
A special CSS @font-face declaration helps the various browsers select the appropriate font it needs without causing you a bunch of headaches. Learn more about this syntax by reading the Fontspring blog post about it. The code for it is as follows:
-
-
-
-@font-face{
- font-family: 'MyWebFont';
- src: url('WebFont.eot');
- src: url('WebFont.eot?#iefix') format('embedded-opentype'),
- url('WebFont.woff') format('woff'),
- url('WebFont.ttf') format('truetype'),
- url('WebFont.svg#webfont') format('svg');
-}
-
-
-
We've already gone ahead and generated the code for you. All you have to do is link to the stylesheet in your HTML, like this:
-
<link rel="stylesheet" href="stylesheet.css" type="text/css" charset="utf-8" />
-
-
3. Modify your own stylesheet
-
To take advantage of your new fonts, you must tell your stylesheet to use them. Look at the original @font-face declaration above and find the property called "font-family." The name linked there will be what you use to reference the font. Prepend that webfont name to the font stack in the "font-family" property, inside the selector you want to change. For example:
-
p { font-family: 'MyWebFont', Arial, sans-serif; }
-
-
4. Test
-
Getting webfonts to work cross-browser can be tricky. Use the information in the sidebar to help you if you find that fonts aren't loading in a particular browser.
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/assets/fonts/squareserif_bolditalic_macroman/SquareSerif-BoldItalic-webfont.eot b/assets/fonts/squareserif_bolditalic_macroman/SquareSerif-BoldItalic-webfont.eot
deleted file mode 100755
index ceffcb02d..000000000
Binary files a/assets/fonts/squareserif_bolditalic_macroman/SquareSerif-BoldItalic-webfont.eot and /dev/null differ
diff --git a/assets/fonts/squareserif_bolditalic_macroman/SquareSerif-BoldItalic-webfont.svg b/assets/fonts/squareserif_bolditalic_macroman/SquareSerif-BoldItalic-webfont.svg
deleted file mode 100755
index 1222c9c55..000000000
--- a/assets/fonts/squareserif_bolditalic_macroman/SquareSerif-BoldItalic-webfont.svg
+++ /dev/null
@@ -1,1755 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/assets/fonts/squareserif_bolditalic_macroman/SquareSerif-BoldItalic-webfont.ttf b/assets/fonts/squareserif_bolditalic_macroman/SquareSerif-BoldItalic-webfont.ttf
deleted file mode 100755
index 97b310345..000000000
Binary files a/assets/fonts/squareserif_bolditalic_macroman/SquareSerif-BoldItalic-webfont.ttf and /dev/null differ
diff --git a/assets/fonts/squareserif_bolditalic_macroman/SquareSerif-BoldItalic-webfont.woff b/assets/fonts/squareserif_bolditalic_macroman/SquareSerif-BoldItalic-webfont.woff
deleted file mode 100755
index 0a8f782c2..000000000
Binary files a/assets/fonts/squareserif_bolditalic_macroman/SquareSerif-BoldItalic-webfont.woff and /dev/null differ
diff --git a/assets/fonts/squareserif_bolditalic_macroman/SquareSerif-BoldItalic-webfont.woff2 b/assets/fonts/squareserif_bolditalic_macroman/SquareSerif-BoldItalic-webfont.woff2
deleted file mode 100755
index 941b1c0da..000000000
Binary files a/assets/fonts/squareserif_bolditalic_macroman/SquareSerif-BoldItalic-webfont.woff2 and /dev/null differ
diff --git a/assets/fonts/squareserif_bolditalic_macroman/specimen_files/easytabs.js b/assets/fonts/squareserif_bolditalic_macroman/specimen_files/easytabs.js
deleted file mode 100755
index 167f53b72..000000000
--- a/assets/fonts/squareserif_bolditalic_macroman/specimen_files/easytabs.js
+++ /dev/null
@@ -1,7 +0,0 @@
-(function($){$.fn.easyTabs=function(option){var param=jQuery.extend({fadeSpeed:"fast",defaultContent:1,activeClass:'active'},option);$(this).each(function(){var thisId="#"+this.id;if(param.defaultContent==''){param.defaultContent=1;}
-if(typeof param.defaultContent=="number")
-{var defaultTab=$(thisId+" .tabs li:eq("+(param.defaultContent-1)+") a").attr('href').substr(1);}else{var defaultTab=param.defaultContent;}
-$(thisId+" .tabs li a").each(function(){var tabToHide=$(this).attr('href').substr(1);$("#"+tabToHide).addClass('easytabs-tab-content');});hideAll();changeContent(defaultTab);function hideAll(){$(thisId+" .easytabs-tab-content").hide();}
-function changeContent(tabId){hideAll();$(thisId+" .tabs li").removeClass(param.activeClass);$(thisId+" .tabs li a[href=#"+tabId+"]").closest('li').addClass(param.activeClass);if(param.fadeSpeed!="none")
-{$(thisId+" #"+tabId).fadeIn(param.fadeSpeed);}else{$(thisId+" #"+tabId).show();}}
-$(thisId+" .tabs li").click(function(){var tabId=$(this).find('a').attr('href').substr(1);changeContent(tabId);return false;});});}})(jQuery);
\ No newline at end of file
diff --git a/assets/fonts/squareserif_bolditalic_macroman/specimen_files/grid_12-825-55-15.css b/assets/fonts/squareserif_bolditalic_macroman/specimen_files/grid_12-825-55-15.css
deleted file mode 100755
index 3d6aef783..000000000
--- a/assets/fonts/squareserif_bolditalic_macroman/specimen_files/grid_12-825-55-15.css
+++ /dev/null
@@ -1,129 +0,0 @@
-/*Notes about grid:
-Columns: 12
-Grid Width: 825px
-Column Width: 55px
-Gutter Width: 15px
--------------------------------*/
-
-
-
-.section {margin-bottom: 18px;
-}
-.section:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
-.section {*zoom: 1;}
-
-.section .firstcolumn,
-.section .firstcol {margin-left: 0;}
-
-
-/* Border on left hand side of a column. */
-.border {
- padding-left: 7px;
- margin-left: 7px;
- border-left: 1px solid #eee;
-}
-
-/* Border with more whitespace, spans one column. */
-.colborder {
- padding-left: 42px;
- margin-left: 42px;
- border-left: 1px solid #eee;
-}
-
-
-
-/* The Grid Classes */
-.grid1, .grid1_2cols, .grid1_3cols, .grid1_4cols, .grid2, .grid2_3cols, .grid2_4cols, .grid3, .grid3_2cols, .grid3_4cols, .grid4, .grid4_3cols, .grid5, .grid5_2cols, .grid5_3cols, .grid5_4cols, .grid6, .grid6_4cols, .grid7, .grid7_2cols, .grid7_3cols, .grid7_4cols, .grid8, .grid8_3cols, .grid9, .grid9_2cols, .grid9_4cols, .grid10, .grid10_3cols, .grid10_4cols, .grid11, .grid11_2cols, .grid11_3cols, .grid11_4cols, .grid12
-{margin-left: 15px;float: left;display: inline; overflow: hidden;}
-
-
-.width1, .grid1, .span-1 {width: 55px;}
-.width1_2cols,.grid1_2cols {width: 20px;}
-.width1_3cols,.grid1_3cols {width: 8px;}
-.width1_4cols,.grid1_4cols {width: 2px;}
-.input_width1 {width: 49px;}
-
-.width2, .grid2, .span-2 {width: 125px;}
-.width2_3cols,.grid2_3cols {width: 31px;}
-.width2_4cols,.grid2_4cols {width: 20px;}
-.input_width2 {width: 119px;}
-
-.width3, .grid3, .span-3 {width: 195px;}
-.width3_2cols,.grid3_2cols {width: 90px;}
-.width3_4cols,.grid3_4cols {width: 37px;}
-.input_width3 {width: 189px;}
-
-.width4, .grid4, .span-4 {width: 265px;}
-.width4_3cols,.grid4_3cols {width: 78px;}
-.input_width4 {width: 259px;}
-
-.width5, .grid5, .span-5 {width: 335px;}
-.width5_2cols,.grid5_2cols {width: 160px;}
-.width5_3cols,.grid5_3cols {width: 101px;}
-.width5_4cols,.grid5_4cols {width: 72px;}
-.input_width5 {width: 329px;}
-
-.width6, .grid6, .span-6 {width: 405px;}
-.width6_4cols,.grid6_4cols {width: 90px;}
-.input_width6 {width: 399px;}
-
-.width7, .grid7, .span-7 {width: 475px;}
-.width7_2cols,.grid7_2cols {width: 230px;}
-.width7_3cols,.grid7_3cols {width: 148px;}
-.width7_4cols,.grid7_4cols {width: 107px;}
-.input_width7 {width: 469px;}
-
-.width8, .grid8, .span-8 {width: 545px;}
-.width8_3cols,.grid8_3cols {width: 171px;}
-.input_width8 {width: 539px;}
-
-.width9, .grid9, .span-9 {width: 615px;}
-.width9_2cols,.grid9_2cols {width: 300px;}
-.width9_4cols,.grid9_4cols {width: 142px;}
-.input_width9 {width: 609px;}
-
-.width10, .grid10, .span-10 {width: 685px;}
-.width10_3cols,.grid10_3cols {width: 218px;}
-.width10_4cols,.grid10_4cols {width: 160px;}
-.input_width10 {width: 679px;}
-
-.width11, .grid11, .span-11 {width: 755px;}
-.width11_2cols,.grid11_2cols {width: 370px;}
-.width11_3cols,.grid11_3cols {width: 241px;}
-.width11_4cols,.grid11_4cols {width: 177px;}
-.input_width11 {width: 749px;}
-
-.width12, .grid12, .span-12 {width: 825px;}
-.input_width12 {width: 819px;}
-
-/* Subdivided grid spaces */
-.emptycols_left1, .prepend-1 {padding-left: 70px;}
-.emptycols_right1, .append-1 {padding-right: 70px;}
-.emptycols_left2, .prepend-2 {padding-left: 140px;}
-.emptycols_right2, .append-2 {padding-right: 140px;}
-.emptycols_left3, .prepend-3 {padding-left: 210px;}
-.emptycols_right3, .append-3 {padding-right: 210px;}
-.emptycols_left4, .prepend-4 {padding-left: 280px;}
-.emptycols_right4, .append-4 {padding-right: 280px;}
-.emptycols_left5, .prepend-5 {padding-left: 350px;}
-.emptycols_right5, .append-5 {padding-right: 350px;}
-.emptycols_left6, .prepend-6 {padding-left: 420px;}
-.emptycols_right6, .append-6 {padding-right: 420px;}
-.emptycols_left7, .prepend-7 {padding-left: 490px;}
-.emptycols_right7, .append-7 {padding-right: 490px;}
-.emptycols_left8, .prepend-8 {padding-left: 560px;}
-.emptycols_right8, .append-8 {padding-right: 560px;}
-.emptycols_left9, .prepend-9 {padding-left: 630px;}
-.emptycols_right9, .append-9 {padding-right: 630px;}
-.emptycols_left10, .prepend-10 {padding-left: 700px;}
-.emptycols_right10, .append-10 {padding-right: 700px;}
-.emptycols_left11, .prepend-11 {padding-left: 770px;}
-.emptycols_right11, .append-11 {padding-right: 770px;}
-.pull-1 {margin-left: -70px;}
-.push-1 {margin-right: -70px;margin-left: 18px;float: right;}
-.pull-2 {margin-left: -140px;}
-.push-2 {margin-right: -140px;margin-left: 18px;float: right;}
-.pull-3 {margin-left: -210px;}
-.push-3 {margin-right: -210px;margin-left: 18px;float: right;}
-.pull-4 {margin-left: -280px;}
-.push-4 {margin-right: -280px;margin-left: 18px;float: right;}
\ No newline at end of file
diff --git a/assets/fonts/squareserif_bolditalic_macroman/specimen_files/specimen_stylesheet.css b/assets/fonts/squareserif_bolditalic_macroman/specimen_files/specimen_stylesheet.css
deleted file mode 100755
index aecc43c32..000000000
--- a/assets/fonts/squareserif_bolditalic_macroman/specimen_files/specimen_stylesheet.css
+++ /dev/null
@@ -1,396 +0,0 @@
-@import url('grid_12-825-55-15.css');
-
-/*
- CSS Reset by Eric Meyer - Released under Public Domain
- http://meyerweb.com/eric/tools/css/reset/
-*/
-html, body, div, span, applet, object, iframe,
-h1, h2, h3, h4, h5, h6, p, blockquote, pre,
-a, abbr, acronym, address, big, cite, code,
-del, dfn, em, font, img, ins, kbd, q, s, samp,
-small, strike, strong, sub, sup, tt, var,
-b, u, i, center, dl, dt, dd, ol, ul, li,
-fieldset, form, label, legend, table,
-caption, tbody, tfoot, thead, tr, th, td
- {margin: 0;padding: 0;border: 0;outline: 0;
- font-size: 100%;vertical-align: baseline;
- background: transparent;}
-body {line-height: 1;}
-ol, ul {list-style: none;}
-blockquote, q {quotes: none;}
-blockquote:before, blockquote:after,
-q:before, q:after {content: ''; content: none;}
-:focus {outline: 0;}
-ins {text-decoration: none;}
-del {text-decoration: line-through;}
-table {border-collapse: collapse;border-spacing: 0;}
-
-
-
-
-body {
- color: #000;
- background-color: #dcdcdc;
-}
-
-a {
- text-decoration: none;
- color: #1883ba;
-}
-
-h1{
- font-size: 32px;
- font-weight: normal;
- font-style: normal;
- margin-bottom: 18px;
-}
-
-h2{
- font-size: 18px;
-}
-
-#container {
- width: 865px;
- margin: 0px auto;
-}
-
-
-#header {
- padding: 20px;
- font-size: 36px;
- background-color: #000;
- color: #fff;
-}
-
-#header span {
- color: #666;
-}
-#main_content {
- background-color: #fff;
- padding: 60px 20px 20px;
-}
-
-
-#footer p {
- margin: 0;
- padding-top: 10px;
- padding-bottom: 50px;
- color: #333;
- font: 10px Arial, sans-serif;
-}
-
-.tabs {
- width: 100%;
- height: 31px;
- background-color: #444;
-}
-.tabs li {
- float: left;
- margin: 0;
- overflow: hidden;
- background-color: #444;
-}
-.tabs li a {
- display: block;
- color: #fff;
- text-decoration: none;
- font: bold 11px/11px 'Arial';
- text-transform: uppercase;
- padding: 10px 15px;
- border-right: 1px solid #fff;
-}
-
-.tabs li a:hover {
- background-color: #00b3ff;
-
-}
-
-.tabs li.active a {
- color: #000;
- background-color: #fff;
-}
-
-
-
-div.huge {
-
- font-size: 300px;
- line-height: 1em;
- padding: 0;
- letter-spacing: -.02em;
- overflow: hidden;
-}
-div.glyph_range {
- font-size: 72px;
- line-height: 1.1em;
-}
-
-.size10{ font-size: 10px; }
-.size11{ font-size: 11px; }
-.size12{ font-size: 12px; }
-.size13{ font-size: 13px; }
-.size14{ font-size: 14px; }
-.size16{ font-size: 16px; }
-.size18{ font-size: 18px; }
-.size20{ font-size: 20px; }
-.size24{ font-size: 24px; }
-.size30{ font-size: 30px; }
-.size36{ font-size: 36px; }
-.size48{ font-size: 48px; }
-.size60{ font-size: 60px; }
-.size72{ font-size: 72px; }
-.size90{ font-size: 90px; }
-
-
-.psample_row1 { height: 120px;}
-.psample_row1 { height: 120px;}
-.psample_row2 { height: 160px;}
-.psample_row3 { height: 160px;}
-.psample_row4 { height: 160px;}
-
-.psample {
- overflow: hidden;
- position: relative;
-}
-.psample p {
- line-height: 1.3em;
- display: block;
- overflow: hidden;
- margin: 0;
-}
-
-.psample span {
- margin-right: .5em;
-}
-
-.white_blend {
- width: 100%;
- height: 61px;
- background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAVkAAAA9CAYAAAAH4BojAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNrs3TsKgFAMRUE/eer+NxztxMYuEWQG3ECKwwUF58ycAKixOAGAyAKILAAiCyCyACILgMgCiCyAyAIgsgAiCyCyAIgsgMgCiCwAIgsgsgAiC4DIAogsACIL0CWuZ3UGgLrIhjMA1EV2OAOAJQtgyQLwjOzmDAAiCyCyAIgsQFtkd2cAEFkAkQVAZAHaIns4A4AlC2DJAiCyACILILIAiCzAV5H1dQGAJQsgsgCILIDIAvwisl58AViyAJYsACILILIAIgvAe2T9EhxAZAFEFgCRBeiL7HAGgLrIhjMAWLIAliwAt1OAAQDwygTBulLIlQAAAABJRU5ErkJggg==);
- position: absolute;
- bottom: 0;
-}
-.black_blend {
- width: 100%;
- height: 61px;
- background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAVkAAAA9CAYAAAAH4BojAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAPJJREFUeNrs3TEKhTAQRVGjibr/9QoxhY2N3Ywo50A28IrLwP9g6b1PAMSYTQAgsgAiC4DIAogsgMgCILIAIgsgsgCILIDIAogsACILILIAIguAyAKILIDIAiCyACILgMgCZCnjLWYAiFGvB0BQZJsZAFyyAC5ZAO6RXc0AILIAIguAyAKkRXYzA4DIAogsACILkBbZ3QwALlkAlywAIgsgsgAiC4DIArwVWf8uAHDJAogsACILILIAv4isH74AXLIALlkARBZAZAFEFoDnyPokOIDIAogsACILkBfZZgaAuMhWMwC4ZAE+p4x3mAEgxinAAJ+XBbPWGkwAAAAAAElFTkSuQmCC);
- position: absolute;
- bottom: 0;
-}
-.fullreverse {
- background: #000 !important;
- color: #fff !important;
- margin-left: -20px;
- padding-left: 20px;
- margin-right: -20px;
- padding-right: 20px;
- padding: 20px;
- margin-bottom:0;
-}
-
-
-.sample_table td {
- padding-top: 3px;
- padding-bottom:5px;
- padding-left: 5px;
- vertical-align: middle;
- line-height: 1.2em;
-}
-
-.sample_table td:first-child {
- background-color: #eee;
- text-align: right;
- padding-right: 5px;
- padding-left: 0;
- padding: 5px;
- font: 11px/12px "Courier New", Courier, mono;
-}
-
-code {
- white-space: pre;
- background-color: #eee;
- display: block;
- padding: 10px;
- margin-bottom: 18px;
- overflow: auto;
-}
-
-
-.bottom,.last {margin-bottom:0 !important; padding-bottom:0 !important;}
-
-.box {
- padding: 18px;
- margin-bottom: 18px;
- background: #eee;
-}
-
-.reverse,.reversed { background: #000 !important;color: #fff !important; border: none !important;}
-
-#bodycomparison {
- position: relative;
- overflow: hidden;
- font-size: 72px;
- height: 90px;
- white-space: nowrap;
-}
-
-#bodycomparison div{
- font-size: 72px;
- line-height: 90px;
- display: inline;
- margin: 0 15px 0 0;
- padding: 0;
-}
-
-#bodycomparison div span{
- font: 10px Arial;
- position: absolute;
- left: 0;
-}
-#xheight {
- float: none;
- position: absolute;
- color: #d9f3ff;
- font-size: 72px;
- line-height: 90px;
-}
-
-.fontbody {
- position: relative;
-}
-.arialbody{
- font-family: Arial;
- position: relative;
-}
-.verdanabody{
- font-family: Verdana;
- position: relative;
-}
-.georgiabody{
- font-family: Georgia;
- position: relative;
-}
-
-/* @group Layout page
- */
-
-#layout h1 {
- font-size: 36px;
- line-height: 42px;
- font-weight: normal;
- font-style: normal;
-}
-
-#layout h2 {
- font-size: 24px;
- line-height: 23px;
- font-weight: normal;
- font-style: normal;
-}
-
-#layout h3 {
- font-size: 22px;
- line-height: 1.4em;
- margin-top: 1em;
- font-weight: normal;
- font-style: normal;
-}
-
-
-#layout p.byline {
- font-size: 12px;
- margin-top: 18px;
- line-height: 12px;
- margin-bottom: 0;
-}
-#layout p {
- font-size: 14px;
- line-height: 21px;
- margin-bottom: .5em;
-}
-
-#layout p.large{
- font-size: 18px;
- line-height: 26px;
-}
-
-#layout .sidebar p{
- font-size: 12px;
- line-height: 1.4em;
-}
-
-#layout p.caption {
- font-size: 10px;
- margin-top: -16px;
- margin-bottom: 18px;
-}
-
-/* @end */
-
-/* @group Glyphs */
-
-#glyph_chart div{
- background-color: #d9f3ff;
- color: black;
- float: left;
- font-size: 36px;
- height: 1.2em;
- line-height: 1.2em;
- margin-bottom: 1px;
- margin-right: 1px;
- text-align: center;
- width: 1.2em;
- position: relative;
- padding: .6em .2em .2em;
-}
-
-#glyph_chart div p {
- position: absolute;
- left: 0;
- top: 0;
- display: block;
- text-align: center;
- font: bold 9px Arial, sans-serif;
- background-color: #3a768f;
- width: 100%;
- color: #fff;
- padding: 2px 0;
-}
-
-
-#glyphs h1 {
- font-family: Arial, sans-serif;
-}
-/* @end */
-
-/* @group Installing */
-
-#installing {
- font: 13px Arial, sans-serif;
-}
-
-#installing p,
-#glyphs p{
- line-height: 1.2em;
- margin-bottom: 18px;
- font: 13px Arial, sans-serif;
-}
-
-
-
-#installing h3{
- font-size: 15px;
- margin-top: 18px;
-}
-
-/* @end */
-
-#rendering h1 {
- font-family: Arial, sans-serif;
-}
-.render_table td {
- font: 11px "Courier New", Courier, mono;
- vertical-align: middle;
-}
-
-
diff --git a/assets/fonts/squareserif_bolditalic_macroman/stylesheet.css b/assets/fonts/squareserif_bolditalic_macroman/stylesheet.css
deleted file mode 100755
index ba6862727..000000000
--- a/assets/fonts/squareserif_bolditalic_macroman/stylesheet.css
+++ /dev/null
@@ -1,37 +0,0 @@
-/*
- * Web Fonts from fontspring.com
- *
- * All OpenType features and all extended glyphs have been removed.
- * Fully installable fonts can be purchased at http://www.fontspring.com
- *
- * The fonts included in this stylesheet are subject to the End User License you purchased
- * from Fontspring. The fonts are protected under domestic and international trademark and
- * copyright law. You are prohibited from modifying, reverse engineering, duplicating, or
- * distributing this font software.
- *
- * (c) 2010-2017 Fontspring
- *
- *
- *
- *
- * The fonts included are copyrighted by the vendor listed below.
- *
- * Vendor: FontSite Inc.
- * License URL: https://www.fontspring.com/licenses/fontsite/webfont
- *
- *
- */
-
-@font-face {
- font-family: 'square_serifbold_italic';
- src: url('SquareSerif-BoldItalic-webfont.eot');
- src: url('SquareSerif-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
- url('SquareSerif-BoldItalic-webfont.woff2') format('woff2'),
- url('SquareSerif-BoldItalic-webfont.woff') format('woff'),
- url('SquareSerif-BoldItalic-webfont.ttf') format('truetype'),
- url('SquareSerif-BoldItalic-webfont.svg#square_serifbold_italic') format('svg');
- font-weight: normal;
- font-style: normal;
-
-}
-
diff --git a/assets/fonts/squareserif_book_macroman/SquareSerif-Book-demo.html b/assets/fonts/squareserif_book_macroman/SquareSerif-Book-demo.html
deleted file mode 100755
index d9d7bf4e9..000000000
--- a/assets/fonts/squareserif_book_macroman/SquareSerif-Book-demo.html
+++ /dev/null
@@ -1,382 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-Square Serif Book Specimen
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890&.,?!@()#$%*+-=:;
-
-
-
-
- 10 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
- 11 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
- 12 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
- 13 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
- 14 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
- 16 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
- 18 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
- 20 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
- 24 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
- 30 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
- 36 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
- 48 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
- 60 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
- 72 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
- 90 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
-
-
-
-
-
-
-
-
-
-
-
-
-
body
body
body
body
-
- bodySquare Serif Book
-
-
- bodyArial
-
-
- bodyVerdana
-
-
- bodyGeorgia
-
-
-
-
-
-
-
-
-
-
-
10. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
11. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
12. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
13. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
-
-
-
-
14. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
16. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
18. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
-
-
-
-
-
-
20. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
24. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
-
-
-
-
-
30. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
-
-
-
-
-
-
10. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
11. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
12. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
13. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
-
-
-
-
-
14. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
16. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
18. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
-
-
-
-
-
20. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
24. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
-
-
-
-
-
30. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Lorem Ipsum Dolor
-
Etiam porta sem malesuada magna mollis euismod
-
-
By Aenean Lacinia
-
-
-
-
-
Donec sed odio dui. Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.
-
-
-
Pellentesque ornare sem
-
-
Maecenas sed diam eget risus varius blandit sit amet non magna. Maecenas faucibus mollis interdum. Donec ullamcorper nulla non metus auctor fringilla. Nullam id dolor id nibh ultricies vehicula ut id elit. Nullam id dolor id nibh ultricies vehicula ut id elit.
-
-
Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.
-
-
Nulla vitae elit libero, a pharetra augue. Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Aenean lacinia bibendum nulla sed consectetur.
-
-
Nullam quis risus eget urna mollis ornare vel eu leo. Nullam quis risus eget urna mollis ornare vel eu leo. Maecenas sed diam eget risus varius blandit sit amet non magna. Donec ullamcorper nulla non metus auctor fringilla.
-
-
Cras mattis consectetur
-
-
Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Aenean lacinia bibendum nulla sed consectetur. Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Cras mattis consectetur purus sit amet fermentum.
-
-
Nullam id dolor id nibh ultricies vehicula ut id elit. Nullam quis risus eget urna mollis ornare vel eu leo. Cras mattis consectetur purus sit amet fermentum.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Language Support
-
The subset of Square Serif Book in this kit supports the following languages:
-
- Albanian, Alsatian, Aragonese, Arapaho, Aromanian, Arrernte, Asturian, Aymara, Basque, Bislama, Bosnian, Breton, Cebuano, Chamorro, Cheyenne, Cimbrian, Corsican, Croatian, Czech, Danish, Demo, Dutch, English, Estonian, Faroese, Fijian, Finnish, French, French Creole (Saint Lucia), Frisian, Friulian, Galician, Genoese, German, Gilbertese (Kiribati), Greenlandic, Haitian Creole, Hawaiian, Hiligaynon, Hmong, Hopi, Hungarian, Ibanag, Icelandic, Iloko (Ilokano), Indonesian, Interglossa (Glosa), Interlingua, Irish (Gaelic), Istro-Romanian, Italian, Jèrriais, Kashubian, Kurdish (Kurmanji), Ladin, Latin Basic, Latvian, Lithuanian, Lojban, Lombard, Low Saxon, Luxembourgian, Malagasy, Manx, Maori, Megleno-Romanian, Mohawk, Nahuatl, Norfolk/Pitcairnese, Northern Sotho (Pedi), Norwegian, Occitan, Oromo, Pangasinan, Papiamento, Piedmontese, Polish, Portuguese, Potawatomi, Rhaeto-Romance, Romanian, Romansh (Rumantsch), Rotokas, Sami (Lule), Samoan, Sardinian (Sardu), Scots (Gaelic), Seychellois Creole (Seselwa), Shona, Sicilian, Slovak, Slovenian (Slovene), Somali, Southern Ndebele, Southern Sotho (Sesotho), Spanish, Swahili, Swati/Swazi, Swedish, Tagalog (Filipino/Pilipino), Tahitian, Tausug, Tetum (Tetun), Tok Pisin, Tongan (Faka-Tonga), Tswana, Turkish, Turkmen, Turkmen (Latinized), Tuvaluan, ubasic, Uyghur (Latinized), Veps, Volapük, Votic (Latinized), Walloon, Warlpiri, Xhosa, Yapese, Zulu
-
Glyph Chart
-
The subset of Square Serif Book in this kit includes all the glyphs listed below. Unicode entities are included above each glyph to help you insert individual characters into your layout.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Installing Webfonts
-
-
Webfonts are supported by all major browser platforms but not all in the same way. There are currently four different font formats that must be included in order to target all browsers. This includes TTF, WOFF, EOT and SVG.
-
-
1. Upload your webfonts
-
You must upload your webfont kit to your website. They should be in or near the same directory as your CSS files.
-
-
2. Include the webfont stylesheet
-
A special CSS @font-face declaration helps the various browsers select the appropriate font it needs without causing you a bunch of headaches. Learn more about this syntax by reading the Fontspring blog post about it. The code for it is as follows:
-
-
-
-@font-face{
- font-family: 'MyWebFont';
- src: url('WebFont.eot');
- src: url('WebFont.eot?#iefix') format('embedded-opentype'),
- url('WebFont.woff') format('woff'),
- url('WebFont.ttf') format('truetype'),
- url('WebFont.svg#webfont') format('svg');
-}
-
-
-
We've already gone ahead and generated the code for you. All you have to do is link to the stylesheet in your HTML, like this:
-
<link rel="stylesheet" href="stylesheet.css" type="text/css" charset="utf-8" />
-
-
3. Modify your own stylesheet
-
To take advantage of your new fonts, you must tell your stylesheet to use them. Look at the original @font-face declaration above and find the property called "font-family." The name linked there will be what you use to reference the font. Prepend that webfont name to the font stack in the "font-family" property, inside the selector you want to change. For example:
-
p { font-family: 'MyWebFont', Arial, sans-serif; }
-
-
4. Test
-
Getting webfonts to work cross-browser can be tricky. Use the information in the sidebar to help you if you find that fonts aren't loading in a particular browser.
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/assets/fonts/squareserif_book_macroman/SquareSerif-Book-webfont.eot b/assets/fonts/squareserif_book_macroman/SquareSerif-Book-webfont.eot
deleted file mode 100755
index bbfbcda86..000000000
Binary files a/assets/fonts/squareserif_book_macroman/SquareSerif-Book-webfont.eot and /dev/null differ
diff --git a/assets/fonts/squareserif_book_macroman/SquareSerif-Book-webfont.svg b/assets/fonts/squareserif_book_macroman/SquareSerif-Book-webfont.svg
deleted file mode 100755
index 61bd2c80c..000000000
--- a/assets/fonts/squareserif_book_macroman/SquareSerif-Book-webfont.svg
+++ /dev/null
@@ -1,2006 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/assets/fonts/squareserif_book_macroman/SquareSerif-Book-webfont.ttf b/assets/fonts/squareserif_book_macroman/SquareSerif-Book-webfont.ttf
deleted file mode 100755
index e944637d0..000000000
Binary files a/assets/fonts/squareserif_book_macroman/SquareSerif-Book-webfont.ttf and /dev/null differ
diff --git a/assets/fonts/squareserif_book_macroman/SquareSerif-Book-webfont.woff b/assets/fonts/squareserif_book_macroman/SquareSerif-Book-webfont.woff
deleted file mode 100755
index 2f23c6458..000000000
Binary files a/assets/fonts/squareserif_book_macroman/SquareSerif-Book-webfont.woff and /dev/null differ
diff --git a/assets/fonts/squareserif_book_macroman/SquareSerif-Book-webfont.woff2 b/assets/fonts/squareserif_book_macroman/SquareSerif-Book-webfont.woff2
deleted file mode 100755
index 76fa6ab8d..000000000
Binary files a/assets/fonts/squareserif_book_macroman/SquareSerif-Book-webfont.woff2 and /dev/null differ
diff --git a/assets/fonts/squareserif_book_macroman/specimen_files/easytabs.js b/assets/fonts/squareserif_book_macroman/specimen_files/easytabs.js
deleted file mode 100755
index 167f53b72..000000000
--- a/assets/fonts/squareserif_book_macroman/specimen_files/easytabs.js
+++ /dev/null
@@ -1,7 +0,0 @@
-(function($){$.fn.easyTabs=function(option){var param=jQuery.extend({fadeSpeed:"fast",defaultContent:1,activeClass:'active'},option);$(this).each(function(){var thisId="#"+this.id;if(param.defaultContent==''){param.defaultContent=1;}
-if(typeof param.defaultContent=="number")
-{var defaultTab=$(thisId+" .tabs li:eq("+(param.defaultContent-1)+") a").attr('href').substr(1);}else{var defaultTab=param.defaultContent;}
-$(thisId+" .tabs li a").each(function(){var tabToHide=$(this).attr('href').substr(1);$("#"+tabToHide).addClass('easytabs-tab-content');});hideAll();changeContent(defaultTab);function hideAll(){$(thisId+" .easytabs-tab-content").hide();}
-function changeContent(tabId){hideAll();$(thisId+" .tabs li").removeClass(param.activeClass);$(thisId+" .tabs li a[href=#"+tabId+"]").closest('li').addClass(param.activeClass);if(param.fadeSpeed!="none")
-{$(thisId+" #"+tabId).fadeIn(param.fadeSpeed);}else{$(thisId+" #"+tabId).show();}}
-$(thisId+" .tabs li").click(function(){var tabId=$(this).find('a').attr('href').substr(1);changeContent(tabId);return false;});});}})(jQuery);
\ No newline at end of file
diff --git a/assets/fonts/squareserif_book_macroman/specimen_files/grid_12-825-55-15.css b/assets/fonts/squareserif_book_macroman/specimen_files/grid_12-825-55-15.css
deleted file mode 100755
index 3d6aef783..000000000
--- a/assets/fonts/squareserif_book_macroman/specimen_files/grid_12-825-55-15.css
+++ /dev/null
@@ -1,129 +0,0 @@
-/*Notes about grid:
-Columns: 12
-Grid Width: 825px
-Column Width: 55px
-Gutter Width: 15px
--------------------------------*/
-
-
-
-.section {margin-bottom: 18px;
-}
-.section:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
-.section {*zoom: 1;}
-
-.section .firstcolumn,
-.section .firstcol {margin-left: 0;}
-
-
-/* Border on left hand side of a column. */
-.border {
- padding-left: 7px;
- margin-left: 7px;
- border-left: 1px solid #eee;
-}
-
-/* Border with more whitespace, spans one column. */
-.colborder {
- padding-left: 42px;
- margin-left: 42px;
- border-left: 1px solid #eee;
-}
-
-
-
-/* The Grid Classes */
-.grid1, .grid1_2cols, .grid1_3cols, .grid1_4cols, .grid2, .grid2_3cols, .grid2_4cols, .grid3, .grid3_2cols, .grid3_4cols, .grid4, .grid4_3cols, .grid5, .grid5_2cols, .grid5_3cols, .grid5_4cols, .grid6, .grid6_4cols, .grid7, .grid7_2cols, .grid7_3cols, .grid7_4cols, .grid8, .grid8_3cols, .grid9, .grid9_2cols, .grid9_4cols, .grid10, .grid10_3cols, .grid10_4cols, .grid11, .grid11_2cols, .grid11_3cols, .grid11_4cols, .grid12
-{margin-left: 15px;float: left;display: inline; overflow: hidden;}
-
-
-.width1, .grid1, .span-1 {width: 55px;}
-.width1_2cols,.grid1_2cols {width: 20px;}
-.width1_3cols,.grid1_3cols {width: 8px;}
-.width1_4cols,.grid1_4cols {width: 2px;}
-.input_width1 {width: 49px;}
-
-.width2, .grid2, .span-2 {width: 125px;}
-.width2_3cols,.grid2_3cols {width: 31px;}
-.width2_4cols,.grid2_4cols {width: 20px;}
-.input_width2 {width: 119px;}
-
-.width3, .grid3, .span-3 {width: 195px;}
-.width3_2cols,.grid3_2cols {width: 90px;}
-.width3_4cols,.grid3_4cols {width: 37px;}
-.input_width3 {width: 189px;}
-
-.width4, .grid4, .span-4 {width: 265px;}
-.width4_3cols,.grid4_3cols {width: 78px;}
-.input_width4 {width: 259px;}
-
-.width5, .grid5, .span-5 {width: 335px;}
-.width5_2cols,.grid5_2cols {width: 160px;}
-.width5_3cols,.grid5_3cols {width: 101px;}
-.width5_4cols,.grid5_4cols {width: 72px;}
-.input_width5 {width: 329px;}
-
-.width6, .grid6, .span-6 {width: 405px;}
-.width6_4cols,.grid6_4cols {width: 90px;}
-.input_width6 {width: 399px;}
-
-.width7, .grid7, .span-7 {width: 475px;}
-.width7_2cols,.grid7_2cols {width: 230px;}
-.width7_3cols,.grid7_3cols {width: 148px;}
-.width7_4cols,.grid7_4cols {width: 107px;}
-.input_width7 {width: 469px;}
-
-.width8, .grid8, .span-8 {width: 545px;}
-.width8_3cols,.grid8_3cols {width: 171px;}
-.input_width8 {width: 539px;}
-
-.width9, .grid9, .span-9 {width: 615px;}
-.width9_2cols,.grid9_2cols {width: 300px;}
-.width9_4cols,.grid9_4cols {width: 142px;}
-.input_width9 {width: 609px;}
-
-.width10, .grid10, .span-10 {width: 685px;}
-.width10_3cols,.grid10_3cols {width: 218px;}
-.width10_4cols,.grid10_4cols {width: 160px;}
-.input_width10 {width: 679px;}
-
-.width11, .grid11, .span-11 {width: 755px;}
-.width11_2cols,.grid11_2cols {width: 370px;}
-.width11_3cols,.grid11_3cols {width: 241px;}
-.width11_4cols,.grid11_4cols {width: 177px;}
-.input_width11 {width: 749px;}
-
-.width12, .grid12, .span-12 {width: 825px;}
-.input_width12 {width: 819px;}
-
-/* Subdivided grid spaces */
-.emptycols_left1, .prepend-1 {padding-left: 70px;}
-.emptycols_right1, .append-1 {padding-right: 70px;}
-.emptycols_left2, .prepend-2 {padding-left: 140px;}
-.emptycols_right2, .append-2 {padding-right: 140px;}
-.emptycols_left3, .prepend-3 {padding-left: 210px;}
-.emptycols_right3, .append-3 {padding-right: 210px;}
-.emptycols_left4, .prepend-4 {padding-left: 280px;}
-.emptycols_right4, .append-4 {padding-right: 280px;}
-.emptycols_left5, .prepend-5 {padding-left: 350px;}
-.emptycols_right5, .append-5 {padding-right: 350px;}
-.emptycols_left6, .prepend-6 {padding-left: 420px;}
-.emptycols_right6, .append-6 {padding-right: 420px;}
-.emptycols_left7, .prepend-7 {padding-left: 490px;}
-.emptycols_right7, .append-7 {padding-right: 490px;}
-.emptycols_left8, .prepend-8 {padding-left: 560px;}
-.emptycols_right8, .append-8 {padding-right: 560px;}
-.emptycols_left9, .prepend-9 {padding-left: 630px;}
-.emptycols_right9, .append-9 {padding-right: 630px;}
-.emptycols_left10, .prepend-10 {padding-left: 700px;}
-.emptycols_right10, .append-10 {padding-right: 700px;}
-.emptycols_left11, .prepend-11 {padding-left: 770px;}
-.emptycols_right11, .append-11 {padding-right: 770px;}
-.pull-1 {margin-left: -70px;}
-.push-1 {margin-right: -70px;margin-left: 18px;float: right;}
-.pull-2 {margin-left: -140px;}
-.push-2 {margin-right: -140px;margin-left: 18px;float: right;}
-.pull-3 {margin-left: -210px;}
-.push-3 {margin-right: -210px;margin-left: 18px;float: right;}
-.pull-4 {margin-left: -280px;}
-.push-4 {margin-right: -280px;margin-left: 18px;float: right;}
\ No newline at end of file
diff --git a/assets/fonts/squareserif_book_macroman/specimen_files/specimen_stylesheet.css b/assets/fonts/squareserif_book_macroman/specimen_files/specimen_stylesheet.css
deleted file mode 100755
index aecc43c32..000000000
--- a/assets/fonts/squareserif_book_macroman/specimen_files/specimen_stylesheet.css
+++ /dev/null
@@ -1,396 +0,0 @@
-@import url('grid_12-825-55-15.css');
-
-/*
- CSS Reset by Eric Meyer - Released under Public Domain
- http://meyerweb.com/eric/tools/css/reset/
-*/
-html, body, div, span, applet, object, iframe,
-h1, h2, h3, h4, h5, h6, p, blockquote, pre,
-a, abbr, acronym, address, big, cite, code,
-del, dfn, em, font, img, ins, kbd, q, s, samp,
-small, strike, strong, sub, sup, tt, var,
-b, u, i, center, dl, dt, dd, ol, ul, li,
-fieldset, form, label, legend, table,
-caption, tbody, tfoot, thead, tr, th, td
- {margin: 0;padding: 0;border: 0;outline: 0;
- font-size: 100%;vertical-align: baseline;
- background: transparent;}
-body {line-height: 1;}
-ol, ul {list-style: none;}
-blockquote, q {quotes: none;}
-blockquote:before, blockquote:after,
-q:before, q:after {content: ''; content: none;}
-:focus {outline: 0;}
-ins {text-decoration: none;}
-del {text-decoration: line-through;}
-table {border-collapse: collapse;border-spacing: 0;}
-
-
-
-
-body {
- color: #000;
- background-color: #dcdcdc;
-}
-
-a {
- text-decoration: none;
- color: #1883ba;
-}
-
-h1{
- font-size: 32px;
- font-weight: normal;
- font-style: normal;
- margin-bottom: 18px;
-}
-
-h2{
- font-size: 18px;
-}
-
-#container {
- width: 865px;
- margin: 0px auto;
-}
-
-
-#header {
- padding: 20px;
- font-size: 36px;
- background-color: #000;
- color: #fff;
-}
-
-#header span {
- color: #666;
-}
-#main_content {
- background-color: #fff;
- padding: 60px 20px 20px;
-}
-
-
-#footer p {
- margin: 0;
- padding-top: 10px;
- padding-bottom: 50px;
- color: #333;
- font: 10px Arial, sans-serif;
-}
-
-.tabs {
- width: 100%;
- height: 31px;
- background-color: #444;
-}
-.tabs li {
- float: left;
- margin: 0;
- overflow: hidden;
- background-color: #444;
-}
-.tabs li a {
- display: block;
- color: #fff;
- text-decoration: none;
- font: bold 11px/11px 'Arial';
- text-transform: uppercase;
- padding: 10px 15px;
- border-right: 1px solid #fff;
-}
-
-.tabs li a:hover {
- background-color: #00b3ff;
-
-}
-
-.tabs li.active a {
- color: #000;
- background-color: #fff;
-}
-
-
-
-div.huge {
-
- font-size: 300px;
- line-height: 1em;
- padding: 0;
- letter-spacing: -.02em;
- overflow: hidden;
-}
-div.glyph_range {
- font-size: 72px;
- line-height: 1.1em;
-}
-
-.size10{ font-size: 10px; }
-.size11{ font-size: 11px; }
-.size12{ font-size: 12px; }
-.size13{ font-size: 13px; }
-.size14{ font-size: 14px; }
-.size16{ font-size: 16px; }
-.size18{ font-size: 18px; }
-.size20{ font-size: 20px; }
-.size24{ font-size: 24px; }
-.size30{ font-size: 30px; }
-.size36{ font-size: 36px; }
-.size48{ font-size: 48px; }
-.size60{ font-size: 60px; }
-.size72{ font-size: 72px; }
-.size90{ font-size: 90px; }
-
-
-.psample_row1 { height: 120px;}
-.psample_row1 { height: 120px;}
-.psample_row2 { height: 160px;}
-.psample_row3 { height: 160px;}
-.psample_row4 { height: 160px;}
-
-.psample {
- overflow: hidden;
- position: relative;
-}
-.psample p {
- line-height: 1.3em;
- display: block;
- overflow: hidden;
- margin: 0;
-}
-
-.psample span {
- margin-right: .5em;
-}
-
-.white_blend {
- width: 100%;
- height: 61px;
- background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAVkAAAA9CAYAAAAH4BojAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNrs3TsKgFAMRUE/eer+NxztxMYuEWQG3ECKwwUF58ycAKixOAGAyAKILAAiCyCyACILgMgCiCyAyAIgsgAiCyCyAIgsgMgCiCwAIgsgsgAiC4DIAogsACIL0CWuZ3UGgLrIhjMA1EV2OAOAJQtgyQLwjOzmDAAiCyCyAIgsQFtkd2cAEFkAkQVAZAHaIns4A4AlC2DJAiCyACILILIAiCzAV5H1dQGAJQsgsgCILIDIAvwisl58AViyAJYsACILILIAIgvAe2T9EhxAZAFEFgCRBeiL7HAGgLrIhjMAWLIAliwAt1OAAQDwygTBulLIlQAAAABJRU5ErkJggg==);
- position: absolute;
- bottom: 0;
-}
-.black_blend {
- width: 100%;
- height: 61px;
- background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAVkAAAA9CAYAAAAH4BojAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAPJJREFUeNrs3TEKhTAQRVGjibr/9QoxhY2N3Ywo50A28IrLwP9g6b1PAMSYTQAgsgAiC4DIAogsgMgCILIAIgsgsgCILIDIAogsACILILIAIguAyAKILIDIAiCyACILgMgCZCnjLWYAiFGvB0BQZJsZAFyyAC5ZAO6RXc0AILIAIguAyAKkRXYzA4DIAogsACILkBbZ3QwALlkAlywAIgsgsgAiC4DIArwVWf8uAHDJAogsACILILIAv4isH74AXLIALlkARBZAZAFEFoDnyPokOIDIAogsACILkBfZZgaAuMhWMwC4ZAE+p4x3mAEgxinAAJ+XBbPWGkwAAAAAAElFTkSuQmCC);
- position: absolute;
- bottom: 0;
-}
-.fullreverse {
- background: #000 !important;
- color: #fff !important;
- margin-left: -20px;
- padding-left: 20px;
- margin-right: -20px;
- padding-right: 20px;
- padding: 20px;
- margin-bottom:0;
-}
-
-
-.sample_table td {
- padding-top: 3px;
- padding-bottom:5px;
- padding-left: 5px;
- vertical-align: middle;
- line-height: 1.2em;
-}
-
-.sample_table td:first-child {
- background-color: #eee;
- text-align: right;
- padding-right: 5px;
- padding-left: 0;
- padding: 5px;
- font: 11px/12px "Courier New", Courier, mono;
-}
-
-code {
- white-space: pre;
- background-color: #eee;
- display: block;
- padding: 10px;
- margin-bottom: 18px;
- overflow: auto;
-}
-
-
-.bottom,.last {margin-bottom:0 !important; padding-bottom:0 !important;}
-
-.box {
- padding: 18px;
- margin-bottom: 18px;
- background: #eee;
-}
-
-.reverse,.reversed { background: #000 !important;color: #fff !important; border: none !important;}
-
-#bodycomparison {
- position: relative;
- overflow: hidden;
- font-size: 72px;
- height: 90px;
- white-space: nowrap;
-}
-
-#bodycomparison div{
- font-size: 72px;
- line-height: 90px;
- display: inline;
- margin: 0 15px 0 0;
- padding: 0;
-}
-
-#bodycomparison div span{
- font: 10px Arial;
- position: absolute;
- left: 0;
-}
-#xheight {
- float: none;
- position: absolute;
- color: #d9f3ff;
- font-size: 72px;
- line-height: 90px;
-}
-
-.fontbody {
- position: relative;
-}
-.arialbody{
- font-family: Arial;
- position: relative;
-}
-.verdanabody{
- font-family: Verdana;
- position: relative;
-}
-.georgiabody{
- font-family: Georgia;
- position: relative;
-}
-
-/* @group Layout page
- */
-
-#layout h1 {
- font-size: 36px;
- line-height: 42px;
- font-weight: normal;
- font-style: normal;
-}
-
-#layout h2 {
- font-size: 24px;
- line-height: 23px;
- font-weight: normal;
- font-style: normal;
-}
-
-#layout h3 {
- font-size: 22px;
- line-height: 1.4em;
- margin-top: 1em;
- font-weight: normal;
- font-style: normal;
-}
-
-
-#layout p.byline {
- font-size: 12px;
- margin-top: 18px;
- line-height: 12px;
- margin-bottom: 0;
-}
-#layout p {
- font-size: 14px;
- line-height: 21px;
- margin-bottom: .5em;
-}
-
-#layout p.large{
- font-size: 18px;
- line-height: 26px;
-}
-
-#layout .sidebar p{
- font-size: 12px;
- line-height: 1.4em;
-}
-
-#layout p.caption {
- font-size: 10px;
- margin-top: -16px;
- margin-bottom: 18px;
-}
-
-/* @end */
-
-/* @group Glyphs */
-
-#glyph_chart div{
- background-color: #d9f3ff;
- color: black;
- float: left;
- font-size: 36px;
- height: 1.2em;
- line-height: 1.2em;
- margin-bottom: 1px;
- margin-right: 1px;
- text-align: center;
- width: 1.2em;
- position: relative;
- padding: .6em .2em .2em;
-}
-
-#glyph_chart div p {
- position: absolute;
- left: 0;
- top: 0;
- display: block;
- text-align: center;
- font: bold 9px Arial, sans-serif;
- background-color: #3a768f;
- width: 100%;
- color: #fff;
- padding: 2px 0;
-}
-
-
-#glyphs h1 {
- font-family: Arial, sans-serif;
-}
-/* @end */
-
-/* @group Installing */
-
-#installing {
- font: 13px Arial, sans-serif;
-}
-
-#installing p,
-#glyphs p{
- line-height: 1.2em;
- margin-bottom: 18px;
- font: 13px Arial, sans-serif;
-}
-
-
-
-#installing h3{
- font-size: 15px;
- margin-top: 18px;
-}
-
-/* @end */
-
-#rendering h1 {
- font-family: Arial, sans-serif;
-}
-.render_table td {
- font: 11px "Courier New", Courier, mono;
- vertical-align: middle;
-}
-
-
diff --git a/assets/fonts/squareserif_book_macroman/stylesheet.css b/assets/fonts/squareserif_book_macroman/stylesheet.css
deleted file mode 100755
index 54e097983..000000000
--- a/assets/fonts/squareserif_book_macroman/stylesheet.css
+++ /dev/null
@@ -1,37 +0,0 @@
-/*
- * Web Fonts from fontspring.com
- *
- * All OpenType features and all extended glyphs have been removed.
- * Fully installable fonts can be purchased at http://www.fontspring.com
- *
- * The fonts included in this stylesheet are subject to the End User License you purchased
- * from Fontspring. The fonts are protected under domestic and international trademark and
- * copyright law. You are prohibited from modifying, reverse engineering, duplicating, or
- * distributing this font software.
- *
- * (c) 2010-2017 Fontspring
- *
- *
- *
- *
- * The fonts included are copyrighted by the vendor listed below.
- *
- * Vendor: FontSite Inc.
- * License URL: https://www.fontspring.com/licenses/fontsite/webfont
- *
- *
- */
-
-@font-face {
- font-family: 'square_serifregular';
- src: url('SquareSerif-Book-webfont.eot');
- src: url('SquareSerif-Book-webfont.eot?#iefix') format('embedded-opentype'),
- url('SquareSerif-Book-webfont.woff2') format('woff2'),
- url('SquareSerif-Book-webfont.woff') format('woff'),
- url('SquareSerif-Book-webfont.ttf') format('truetype'),
- url('SquareSerif-Book-webfont.svg#square_serifregular') format('svg');
- font-weight: normal;
- font-style: normal;
-
-}
-
diff --git a/assets/fonts/squareserif_bookitalic_macroman/SquareSerif-BookItalic-demo.html b/assets/fonts/squareserif_bookitalic_macroman/SquareSerif-BookItalic-demo.html
deleted file mode 100755
index f6bd541a6..000000000
--- a/assets/fonts/squareserif_bookitalic_macroman/SquareSerif-BookItalic-demo.html
+++ /dev/null
@@ -1,382 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-Square Serif Book Italic Specimen
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890&.,?!@()#$%*+-=:;
-
-
-
-
- 10 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
- 11 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
- 12 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
- 13 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
- 14 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
- 16 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
- 18 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
- 20 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
- 24 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
- 30 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
- 36 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
- 48 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
- 60 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
- 72 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
- 90 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
-
-
-
-
-
-
-
-
-
-
-
-
-
body
body
body
body
-
- bodySquare Serif Book Italic
-
-
- bodyArial
-
-
- bodyVerdana
-
-
- bodyGeorgia
-
-
-
-
-
-
-
-
-
-
-
10. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
11. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
12. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
13. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
-
-
-
-
14. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
16. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
18. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
-
-
-
-
-
-
20. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
24. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
-
-
-
-
-
30. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
-
-
-
-
-
-
10. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
11. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
12. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
13. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
-
-
-
-
-
14. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
16. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
18. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
-
-
-
-
-
20. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
24. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
-
-
-
-
-
30. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Lorem Ipsum Dolor
-
Etiam porta sem malesuada magna mollis euismod
-
-
By Aenean Lacinia
-
-
-
-
-
Donec sed odio dui. Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.
-
-
-
Pellentesque ornare sem
-
-
Maecenas sed diam eget risus varius blandit sit amet non magna. Maecenas faucibus mollis interdum. Donec ullamcorper nulla non metus auctor fringilla. Nullam id dolor id nibh ultricies vehicula ut id elit. Nullam id dolor id nibh ultricies vehicula ut id elit.
-
-
Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.
-
-
Nulla vitae elit libero, a pharetra augue. Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Aenean lacinia bibendum nulla sed consectetur.
-
-
Nullam quis risus eget urna mollis ornare vel eu leo. Nullam quis risus eget urna mollis ornare vel eu leo. Maecenas sed diam eget risus varius blandit sit amet non magna. Donec ullamcorper nulla non metus auctor fringilla.
-
-
Cras mattis consectetur
-
-
Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Aenean lacinia bibendum nulla sed consectetur. Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Cras mattis consectetur purus sit amet fermentum.
-
-
Nullam id dolor id nibh ultricies vehicula ut id elit. Nullam quis risus eget urna mollis ornare vel eu leo. Cras mattis consectetur purus sit amet fermentum.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Language Support
-
The subset of Square Serif Book Italic in this kit supports the following languages:
-
- Albanian, Alsatian, Aragonese, Arapaho, Aromanian, Arrernte, Asturian, Aymara, Basque, Bislama, Bosnian, Breton, Cebuano, Chamorro, Cheyenne, Cimbrian, Corsican, Croatian, Czech, Danish, Demo, Dutch, English, Estonian, Faroese, Fijian, Finnish, French, French Creole (Saint Lucia), Frisian, Friulian, Galician, Genoese, German, Gilbertese (Kiribati), Greenlandic, Haitian Creole, Hawaiian, Hiligaynon, Hmong, Hopi, Hungarian, Ibanag, Icelandic, Iloko (Ilokano), Indonesian, Interglossa (Glosa), Interlingua, Irish (Gaelic), Istro-Romanian, Italian, Jèrriais, Kashubian, Kurdish (Kurmanji), Ladin, Latin Basic, Latvian, Lithuanian, Lojban, Lombard, Low Saxon, Luxembourgian, Malagasy, Manx, Maori, Megleno-Romanian, Mohawk, Nahuatl, Norfolk/Pitcairnese, Northern Sotho (Pedi), Norwegian, Occitan, Oromo, Pangasinan, Papiamento, Piedmontese, Polish, Portuguese, Potawatomi, Rhaeto-Romance, Romanian, Romansh (Rumantsch), Rotokas, Sami (Lule), Samoan, Sardinian (Sardu), Scots (Gaelic), Seychellois Creole (Seselwa), Shona, Sicilian, Slovak, Slovenian (Slovene), Somali, Southern Ndebele, Southern Sotho (Sesotho), Spanish, Swahili, Swati/Swazi, Swedish, Tagalog (Filipino/Pilipino), Tahitian, Tausug, Tetum (Tetun), Tok Pisin, Tongan (Faka-Tonga), Tswana, Turkish, Turkmen, Turkmen (Latinized), Tuvaluan, ubasic, Uyghur (Latinized), Veps, Volapük, Votic (Latinized), Walloon, Warlpiri, Xhosa, Yapese, Zulu
-
Glyph Chart
-
The subset of Square Serif Book Italic in this kit includes all the glyphs listed below. Unicode entities are included above each glyph to help you insert individual characters into your layout.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Installing Webfonts
-
-
Webfonts are supported by all major browser platforms but not all in the same way. There are currently four different font formats that must be included in order to target all browsers. This includes TTF, WOFF, EOT and SVG.
-
-
1. Upload your webfonts
-
You must upload your webfont kit to your website. They should be in or near the same directory as your CSS files.
-
-
2. Include the webfont stylesheet
-
A special CSS @font-face declaration helps the various browsers select the appropriate font it needs without causing you a bunch of headaches. Learn more about this syntax by reading the Fontspring blog post about it. The code for it is as follows:
-
-
-
-@font-face{
- font-family: 'MyWebFont';
- src: url('WebFont.eot');
- src: url('WebFont.eot?#iefix') format('embedded-opentype'),
- url('WebFont.woff') format('woff'),
- url('WebFont.ttf') format('truetype'),
- url('WebFont.svg#webfont') format('svg');
-}
-
-
-
We've already gone ahead and generated the code for you. All you have to do is link to the stylesheet in your HTML, like this:
-
<link rel="stylesheet" href="stylesheet.css" type="text/css" charset="utf-8" />
-
-
3. Modify your own stylesheet
-
To take advantage of your new fonts, you must tell your stylesheet to use them. Look at the original @font-face declaration above and find the property called "font-family." The name linked there will be what you use to reference the font. Prepend that webfont name to the font stack in the "font-family" property, inside the selector you want to change. For example:
-
p { font-family: 'MyWebFont', Arial, sans-serif; }
-
-
4. Test
-
Getting webfonts to work cross-browser can be tricky. Use the information in the sidebar to help you if you find that fonts aren't loading in a particular browser.
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/assets/fonts/squareserif_bookitalic_macroman/SquareSerif-BookItalic-webfont.eot b/assets/fonts/squareserif_bookitalic_macroman/SquareSerif-BookItalic-webfont.eot
deleted file mode 100755
index 62548574f..000000000
Binary files a/assets/fonts/squareserif_bookitalic_macroman/SquareSerif-BookItalic-webfont.eot and /dev/null differ
diff --git a/assets/fonts/squareserif_bookitalic_macroman/SquareSerif-BookItalic-webfont.svg b/assets/fonts/squareserif_bookitalic_macroman/SquareSerif-BookItalic-webfont.svg
deleted file mode 100755
index e6acec5c2..000000000
--- a/assets/fonts/squareserif_bookitalic_macroman/SquareSerif-BookItalic-webfont.svg
+++ /dev/null
@@ -1,2031 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/assets/fonts/squareserif_bookitalic_macroman/SquareSerif-BookItalic-webfont.ttf b/assets/fonts/squareserif_bookitalic_macroman/SquareSerif-BookItalic-webfont.ttf
deleted file mode 100755
index ba8879992..000000000
Binary files a/assets/fonts/squareserif_bookitalic_macroman/SquareSerif-BookItalic-webfont.ttf and /dev/null differ
diff --git a/assets/fonts/squareserif_bookitalic_macroman/SquareSerif-BookItalic-webfont.woff b/assets/fonts/squareserif_bookitalic_macroman/SquareSerif-BookItalic-webfont.woff
deleted file mode 100755
index 27d7f7fc8..000000000
Binary files a/assets/fonts/squareserif_bookitalic_macroman/SquareSerif-BookItalic-webfont.woff and /dev/null differ
diff --git a/assets/fonts/squareserif_bookitalic_macroman/SquareSerif-BookItalic-webfont.woff2 b/assets/fonts/squareserif_bookitalic_macroman/SquareSerif-BookItalic-webfont.woff2
deleted file mode 100755
index 203a13eb2..000000000
Binary files a/assets/fonts/squareserif_bookitalic_macroman/SquareSerif-BookItalic-webfont.woff2 and /dev/null differ
diff --git a/assets/fonts/squareserif_bookitalic_macroman/specimen_files/easytabs.js b/assets/fonts/squareserif_bookitalic_macroman/specimen_files/easytabs.js
deleted file mode 100755
index 167f53b72..000000000
--- a/assets/fonts/squareserif_bookitalic_macroman/specimen_files/easytabs.js
+++ /dev/null
@@ -1,7 +0,0 @@
-(function($){$.fn.easyTabs=function(option){var param=jQuery.extend({fadeSpeed:"fast",defaultContent:1,activeClass:'active'},option);$(this).each(function(){var thisId="#"+this.id;if(param.defaultContent==''){param.defaultContent=1;}
-if(typeof param.defaultContent=="number")
-{var defaultTab=$(thisId+" .tabs li:eq("+(param.defaultContent-1)+") a").attr('href').substr(1);}else{var defaultTab=param.defaultContent;}
-$(thisId+" .tabs li a").each(function(){var tabToHide=$(this).attr('href').substr(1);$("#"+tabToHide).addClass('easytabs-tab-content');});hideAll();changeContent(defaultTab);function hideAll(){$(thisId+" .easytabs-tab-content").hide();}
-function changeContent(tabId){hideAll();$(thisId+" .tabs li").removeClass(param.activeClass);$(thisId+" .tabs li a[href=#"+tabId+"]").closest('li').addClass(param.activeClass);if(param.fadeSpeed!="none")
-{$(thisId+" #"+tabId).fadeIn(param.fadeSpeed);}else{$(thisId+" #"+tabId).show();}}
-$(thisId+" .tabs li").click(function(){var tabId=$(this).find('a').attr('href').substr(1);changeContent(tabId);return false;});});}})(jQuery);
\ No newline at end of file
diff --git a/assets/fonts/squareserif_bookitalic_macroman/specimen_files/grid_12-825-55-15.css b/assets/fonts/squareserif_bookitalic_macroman/specimen_files/grid_12-825-55-15.css
deleted file mode 100755
index 3d6aef783..000000000
--- a/assets/fonts/squareserif_bookitalic_macroman/specimen_files/grid_12-825-55-15.css
+++ /dev/null
@@ -1,129 +0,0 @@
-/*Notes about grid:
-Columns: 12
-Grid Width: 825px
-Column Width: 55px
-Gutter Width: 15px
--------------------------------*/
-
-
-
-.section {margin-bottom: 18px;
-}
-.section:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
-.section {*zoom: 1;}
-
-.section .firstcolumn,
-.section .firstcol {margin-left: 0;}
-
-
-/* Border on left hand side of a column. */
-.border {
- padding-left: 7px;
- margin-left: 7px;
- border-left: 1px solid #eee;
-}
-
-/* Border with more whitespace, spans one column. */
-.colborder {
- padding-left: 42px;
- margin-left: 42px;
- border-left: 1px solid #eee;
-}
-
-
-
-/* The Grid Classes */
-.grid1, .grid1_2cols, .grid1_3cols, .grid1_4cols, .grid2, .grid2_3cols, .grid2_4cols, .grid3, .grid3_2cols, .grid3_4cols, .grid4, .grid4_3cols, .grid5, .grid5_2cols, .grid5_3cols, .grid5_4cols, .grid6, .grid6_4cols, .grid7, .grid7_2cols, .grid7_3cols, .grid7_4cols, .grid8, .grid8_3cols, .grid9, .grid9_2cols, .grid9_4cols, .grid10, .grid10_3cols, .grid10_4cols, .grid11, .grid11_2cols, .grid11_3cols, .grid11_4cols, .grid12
-{margin-left: 15px;float: left;display: inline; overflow: hidden;}
-
-
-.width1, .grid1, .span-1 {width: 55px;}
-.width1_2cols,.grid1_2cols {width: 20px;}
-.width1_3cols,.grid1_3cols {width: 8px;}
-.width1_4cols,.grid1_4cols {width: 2px;}
-.input_width1 {width: 49px;}
-
-.width2, .grid2, .span-2 {width: 125px;}
-.width2_3cols,.grid2_3cols {width: 31px;}
-.width2_4cols,.grid2_4cols {width: 20px;}
-.input_width2 {width: 119px;}
-
-.width3, .grid3, .span-3 {width: 195px;}
-.width3_2cols,.grid3_2cols {width: 90px;}
-.width3_4cols,.grid3_4cols {width: 37px;}
-.input_width3 {width: 189px;}
-
-.width4, .grid4, .span-4 {width: 265px;}
-.width4_3cols,.grid4_3cols {width: 78px;}
-.input_width4 {width: 259px;}
-
-.width5, .grid5, .span-5 {width: 335px;}
-.width5_2cols,.grid5_2cols {width: 160px;}
-.width5_3cols,.grid5_3cols {width: 101px;}
-.width5_4cols,.grid5_4cols {width: 72px;}
-.input_width5 {width: 329px;}
-
-.width6, .grid6, .span-6 {width: 405px;}
-.width6_4cols,.grid6_4cols {width: 90px;}
-.input_width6 {width: 399px;}
-
-.width7, .grid7, .span-7 {width: 475px;}
-.width7_2cols,.grid7_2cols {width: 230px;}
-.width7_3cols,.grid7_3cols {width: 148px;}
-.width7_4cols,.grid7_4cols {width: 107px;}
-.input_width7 {width: 469px;}
-
-.width8, .grid8, .span-8 {width: 545px;}
-.width8_3cols,.grid8_3cols {width: 171px;}
-.input_width8 {width: 539px;}
-
-.width9, .grid9, .span-9 {width: 615px;}
-.width9_2cols,.grid9_2cols {width: 300px;}
-.width9_4cols,.grid9_4cols {width: 142px;}
-.input_width9 {width: 609px;}
-
-.width10, .grid10, .span-10 {width: 685px;}
-.width10_3cols,.grid10_3cols {width: 218px;}
-.width10_4cols,.grid10_4cols {width: 160px;}
-.input_width10 {width: 679px;}
-
-.width11, .grid11, .span-11 {width: 755px;}
-.width11_2cols,.grid11_2cols {width: 370px;}
-.width11_3cols,.grid11_3cols {width: 241px;}
-.width11_4cols,.grid11_4cols {width: 177px;}
-.input_width11 {width: 749px;}
-
-.width12, .grid12, .span-12 {width: 825px;}
-.input_width12 {width: 819px;}
-
-/* Subdivided grid spaces */
-.emptycols_left1, .prepend-1 {padding-left: 70px;}
-.emptycols_right1, .append-1 {padding-right: 70px;}
-.emptycols_left2, .prepend-2 {padding-left: 140px;}
-.emptycols_right2, .append-2 {padding-right: 140px;}
-.emptycols_left3, .prepend-3 {padding-left: 210px;}
-.emptycols_right3, .append-3 {padding-right: 210px;}
-.emptycols_left4, .prepend-4 {padding-left: 280px;}
-.emptycols_right4, .append-4 {padding-right: 280px;}
-.emptycols_left5, .prepend-5 {padding-left: 350px;}
-.emptycols_right5, .append-5 {padding-right: 350px;}
-.emptycols_left6, .prepend-6 {padding-left: 420px;}
-.emptycols_right6, .append-6 {padding-right: 420px;}
-.emptycols_left7, .prepend-7 {padding-left: 490px;}
-.emptycols_right7, .append-7 {padding-right: 490px;}
-.emptycols_left8, .prepend-8 {padding-left: 560px;}
-.emptycols_right8, .append-8 {padding-right: 560px;}
-.emptycols_left9, .prepend-9 {padding-left: 630px;}
-.emptycols_right9, .append-9 {padding-right: 630px;}
-.emptycols_left10, .prepend-10 {padding-left: 700px;}
-.emptycols_right10, .append-10 {padding-right: 700px;}
-.emptycols_left11, .prepend-11 {padding-left: 770px;}
-.emptycols_right11, .append-11 {padding-right: 770px;}
-.pull-1 {margin-left: -70px;}
-.push-1 {margin-right: -70px;margin-left: 18px;float: right;}
-.pull-2 {margin-left: -140px;}
-.push-2 {margin-right: -140px;margin-left: 18px;float: right;}
-.pull-3 {margin-left: -210px;}
-.push-3 {margin-right: -210px;margin-left: 18px;float: right;}
-.pull-4 {margin-left: -280px;}
-.push-4 {margin-right: -280px;margin-left: 18px;float: right;}
\ No newline at end of file
diff --git a/assets/fonts/squareserif_bookitalic_macroman/specimen_files/specimen_stylesheet.css b/assets/fonts/squareserif_bookitalic_macroman/specimen_files/specimen_stylesheet.css
deleted file mode 100755
index aecc43c32..000000000
--- a/assets/fonts/squareserif_bookitalic_macroman/specimen_files/specimen_stylesheet.css
+++ /dev/null
@@ -1,396 +0,0 @@
-@import url('grid_12-825-55-15.css');
-
-/*
- CSS Reset by Eric Meyer - Released under Public Domain
- http://meyerweb.com/eric/tools/css/reset/
-*/
-html, body, div, span, applet, object, iframe,
-h1, h2, h3, h4, h5, h6, p, blockquote, pre,
-a, abbr, acronym, address, big, cite, code,
-del, dfn, em, font, img, ins, kbd, q, s, samp,
-small, strike, strong, sub, sup, tt, var,
-b, u, i, center, dl, dt, dd, ol, ul, li,
-fieldset, form, label, legend, table,
-caption, tbody, tfoot, thead, tr, th, td
- {margin: 0;padding: 0;border: 0;outline: 0;
- font-size: 100%;vertical-align: baseline;
- background: transparent;}
-body {line-height: 1;}
-ol, ul {list-style: none;}
-blockquote, q {quotes: none;}
-blockquote:before, blockquote:after,
-q:before, q:after {content: ''; content: none;}
-:focus {outline: 0;}
-ins {text-decoration: none;}
-del {text-decoration: line-through;}
-table {border-collapse: collapse;border-spacing: 0;}
-
-
-
-
-body {
- color: #000;
- background-color: #dcdcdc;
-}
-
-a {
- text-decoration: none;
- color: #1883ba;
-}
-
-h1{
- font-size: 32px;
- font-weight: normal;
- font-style: normal;
- margin-bottom: 18px;
-}
-
-h2{
- font-size: 18px;
-}
-
-#container {
- width: 865px;
- margin: 0px auto;
-}
-
-
-#header {
- padding: 20px;
- font-size: 36px;
- background-color: #000;
- color: #fff;
-}
-
-#header span {
- color: #666;
-}
-#main_content {
- background-color: #fff;
- padding: 60px 20px 20px;
-}
-
-
-#footer p {
- margin: 0;
- padding-top: 10px;
- padding-bottom: 50px;
- color: #333;
- font: 10px Arial, sans-serif;
-}
-
-.tabs {
- width: 100%;
- height: 31px;
- background-color: #444;
-}
-.tabs li {
- float: left;
- margin: 0;
- overflow: hidden;
- background-color: #444;
-}
-.tabs li a {
- display: block;
- color: #fff;
- text-decoration: none;
- font: bold 11px/11px 'Arial';
- text-transform: uppercase;
- padding: 10px 15px;
- border-right: 1px solid #fff;
-}
-
-.tabs li a:hover {
- background-color: #00b3ff;
-
-}
-
-.tabs li.active a {
- color: #000;
- background-color: #fff;
-}
-
-
-
-div.huge {
-
- font-size: 300px;
- line-height: 1em;
- padding: 0;
- letter-spacing: -.02em;
- overflow: hidden;
-}
-div.glyph_range {
- font-size: 72px;
- line-height: 1.1em;
-}
-
-.size10{ font-size: 10px; }
-.size11{ font-size: 11px; }
-.size12{ font-size: 12px; }
-.size13{ font-size: 13px; }
-.size14{ font-size: 14px; }
-.size16{ font-size: 16px; }
-.size18{ font-size: 18px; }
-.size20{ font-size: 20px; }
-.size24{ font-size: 24px; }
-.size30{ font-size: 30px; }
-.size36{ font-size: 36px; }
-.size48{ font-size: 48px; }
-.size60{ font-size: 60px; }
-.size72{ font-size: 72px; }
-.size90{ font-size: 90px; }
-
-
-.psample_row1 { height: 120px;}
-.psample_row1 { height: 120px;}
-.psample_row2 { height: 160px;}
-.psample_row3 { height: 160px;}
-.psample_row4 { height: 160px;}
-
-.psample {
- overflow: hidden;
- position: relative;
-}
-.psample p {
- line-height: 1.3em;
- display: block;
- overflow: hidden;
- margin: 0;
-}
-
-.psample span {
- margin-right: .5em;
-}
-
-.white_blend {
- width: 100%;
- height: 61px;
- background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAVkAAAA9CAYAAAAH4BojAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNrs3TsKgFAMRUE/eer+NxztxMYuEWQG3ECKwwUF58ycAKixOAGAyAKILAAiCyCyACILgMgCiCyAyAIgsgAiCyCyAIgsgMgCiCwAIgsgsgAiC4DIAogsACIL0CWuZ3UGgLrIhjMA1EV2OAOAJQtgyQLwjOzmDAAiCyCyAIgsQFtkd2cAEFkAkQVAZAHaIns4A4AlC2DJAiCyACILILIAiCzAV5H1dQGAJQsgsgCILIDIAvwisl58AViyAJYsACILILIAIgvAe2T9EhxAZAFEFgCRBeiL7HAGgLrIhjMAWLIAliwAt1OAAQDwygTBulLIlQAAAABJRU5ErkJggg==);
- position: absolute;
- bottom: 0;
-}
-.black_blend {
- width: 100%;
- height: 61px;
- background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAVkAAAA9CAYAAAAH4BojAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAPJJREFUeNrs3TEKhTAQRVGjibr/9QoxhY2N3Ywo50A28IrLwP9g6b1PAMSYTQAgsgAiC4DIAogsgMgCILIAIgsgsgCILIDIAogsACILILIAIguAyAKILIDIAiCyACILgMgCZCnjLWYAiFGvB0BQZJsZAFyyAC5ZAO6RXc0AILIAIguAyAKkRXYzA4DIAogsACILkBbZ3QwALlkAlywAIgsgsgAiC4DIArwVWf8uAHDJAogsACILILIAv4isH74AXLIALlkARBZAZAFEFoDnyPokOIDIAogsACILkBfZZgaAuMhWMwC4ZAE+p4x3mAEgxinAAJ+XBbPWGkwAAAAAAElFTkSuQmCC);
- position: absolute;
- bottom: 0;
-}
-.fullreverse {
- background: #000 !important;
- color: #fff !important;
- margin-left: -20px;
- padding-left: 20px;
- margin-right: -20px;
- padding-right: 20px;
- padding: 20px;
- margin-bottom:0;
-}
-
-
-.sample_table td {
- padding-top: 3px;
- padding-bottom:5px;
- padding-left: 5px;
- vertical-align: middle;
- line-height: 1.2em;
-}
-
-.sample_table td:first-child {
- background-color: #eee;
- text-align: right;
- padding-right: 5px;
- padding-left: 0;
- padding: 5px;
- font: 11px/12px "Courier New", Courier, mono;
-}
-
-code {
- white-space: pre;
- background-color: #eee;
- display: block;
- padding: 10px;
- margin-bottom: 18px;
- overflow: auto;
-}
-
-
-.bottom,.last {margin-bottom:0 !important; padding-bottom:0 !important;}
-
-.box {
- padding: 18px;
- margin-bottom: 18px;
- background: #eee;
-}
-
-.reverse,.reversed { background: #000 !important;color: #fff !important; border: none !important;}
-
-#bodycomparison {
- position: relative;
- overflow: hidden;
- font-size: 72px;
- height: 90px;
- white-space: nowrap;
-}
-
-#bodycomparison div{
- font-size: 72px;
- line-height: 90px;
- display: inline;
- margin: 0 15px 0 0;
- padding: 0;
-}
-
-#bodycomparison div span{
- font: 10px Arial;
- position: absolute;
- left: 0;
-}
-#xheight {
- float: none;
- position: absolute;
- color: #d9f3ff;
- font-size: 72px;
- line-height: 90px;
-}
-
-.fontbody {
- position: relative;
-}
-.arialbody{
- font-family: Arial;
- position: relative;
-}
-.verdanabody{
- font-family: Verdana;
- position: relative;
-}
-.georgiabody{
- font-family: Georgia;
- position: relative;
-}
-
-/* @group Layout page
- */
-
-#layout h1 {
- font-size: 36px;
- line-height: 42px;
- font-weight: normal;
- font-style: normal;
-}
-
-#layout h2 {
- font-size: 24px;
- line-height: 23px;
- font-weight: normal;
- font-style: normal;
-}
-
-#layout h3 {
- font-size: 22px;
- line-height: 1.4em;
- margin-top: 1em;
- font-weight: normal;
- font-style: normal;
-}
-
-
-#layout p.byline {
- font-size: 12px;
- margin-top: 18px;
- line-height: 12px;
- margin-bottom: 0;
-}
-#layout p {
- font-size: 14px;
- line-height: 21px;
- margin-bottom: .5em;
-}
-
-#layout p.large{
- font-size: 18px;
- line-height: 26px;
-}
-
-#layout .sidebar p{
- font-size: 12px;
- line-height: 1.4em;
-}
-
-#layout p.caption {
- font-size: 10px;
- margin-top: -16px;
- margin-bottom: 18px;
-}
-
-/* @end */
-
-/* @group Glyphs */
-
-#glyph_chart div{
- background-color: #d9f3ff;
- color: black;
- float: left;
- font-size: 36px;
- height: 1.2em;
- line-height: 1.2em;
- margin-bottom: 1px;
- margin-right: 1px;
- text-align: center;
- width: 1.2em;
- position: relative;
- padding: .6em .2em .2em;
-}
-
-#glyph_chart div p {
- position: absolute;
- left: 0;
- top: 0;
- display: block;
- text-align: center;
- font: bold 9px Arial, sans-serif;
- background-color: #3a768f;
- width: 100%;
- color: #fff;
- padding: 2px 0;
-}
-
-
-#glyphs h1 {
- font-family: Arial, sans-serif;
-}
-/* @end */
-
-/* @group Installing */
-
-#installing {
- font: 13px Arial, sans-serif;
-}
-
-#installing p,
-#glyphs p{
- line-height: 1.2em;
- margin-bottom: 18px;
- font: 13px Arial, sans-serif;
-}
-
-
-
-#installing h3{
- font-size: 15px;
- margin-top: 18px;
-}
-
-/* @end */
-
-#rendering h1 {
- font-family: Arial, sans-serif;
-}
-.render_table td {
- font: 11px "Courier New", Courier, mono;
- vertical-align: middle;
-}
-
-
diff --git a/assets/fonts/squareserif_bookitalic_macroman/stylesheet.css b/assets/fonts/squareserif_bookitalic_macroman/stylesheet.css
deleted file mode 100755
index 3a9b8cf51..000000000
--- a/assets/fonts/squareserif_bookitalic_macroman/stylesheet.css
+++ /dev/null
@@ -1,37 +0,0 @@
-/*
- * Web Fonts from fontspring.com
- *
- * All OpenType features and all extended glyphs have been removed.
- * Fully installable fonts can be purchased at http://www.fontspring.com
- *
- * The fonts included in this stylesheet are subject to the End User License you purchased
- * from Fontspring. The fonts are protected under domestic and international trademark and
- * copyright law. You are prohibited from modifying, reverse engineering, duplicating, or
- * distributing this font software.
- *
- * (c) 2010-2017 Fontspring
- *
- *
- *
- *
- * The fonts included are copyrighted by the vendor listed below.
- *
- * Vendor: FontSite Inc.
- * License URL: https://www.fontspring.com/licenses/fontsite/webfont
- *
- *
- */
-
-@font-face {
- font-family: 'square_serifitalic';
- src: url('SquareSerif-BookItalic-webfont.eot');
- src: url('SquareSerif-BookItalic-webfont.eot?#iefix') format('embedded-opentype'),
- url('SquareSerif-BookItalic-webfont.woff2') format('woff2'),
- url('SquareSerif-BookItalic-webfont.woff') format('woff'),
- url('SquareSerif-BookItalic-webfont.ttf') format('truetype'),
- url('SquareSerif-BookItalic-webfont.svg#square_serifitalic') format('svg');
- font-weight: normal;
- font-style: normal;
-
-}
-
diff --git a/assets/fonts/squareserif_demi_macroman/SquareSerif-Demi-demo.html b/assets/fonts/squareserif_demi_macroman/SquareSerif-Demi-demo.html
deleted file mode 100755
index d572c0d39..000000000
--- a/assets/fonts/squareserif_demi_macroman/SquareSerif-Demi-demo.html
+++ /dev/null
@@ -1,382 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-Square Serif Demi Specimen
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890&.,?!@()#$%*+-=:;
-
-
-
-
- 10 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
- 11 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
- 12 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
- 13 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
- 14 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
- 16 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
- 18 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
- 20 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
- 24 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
- 30 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
- 36 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
- 48 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
- 60 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
- 72 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
- 90 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
-
-
-
-
-
-
-
-
-
-
-
-
-
body
body
body
body
-
- bodySquare Serif Demi
-
-
- bodyArial
-
-
- bodyVerdana
-
-
- bodyGeorgia
-
-
-
-
-
-
-
-
-
-
-
10. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
11. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
12. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
13. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
-
-
-
-
14. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
16. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
18. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
-
-
-
-
-
-
20. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
24. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
-
-
-
-
-
30. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
-
-
-
-
-
-
10. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
11. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
12. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
13. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
-
-
-
-
-
14. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
16. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
18. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
-
-
-
-
-
20. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
24. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
-
-
-
-
-
30. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Lorem Ipsum Dolor
-
Etiam porta sem malesuada magna mollis euismod
-
-
By Aenean Lacinia
-
-
-
-
-
Donec sed odio dui. Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.
-
-
-
Pellentesque ornare sem
-
-
Maecenas sed diam eget risus varius blandit sit amet non magna. Maecenas faucibus mollis interdum. Donec ullamcorper nulla non metus auctor fringilla. Nullam id dolor id nibh ultricies vehicula ut id elit. Nullam id dolor id nibh ultricies vehicula ut id elit.
-
-
Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.
-
-
Nulla vitae elit libero, a pharetra augue. Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Aenean lacinia bibendum nulla sed consectetur.
-
-
Nullam quis risus eget urna mollis ornare vel eu leo. Nullam quis risus eget urna mollis ornare vel eu leo. Maecenas sed diam eget risus varius blandit sit amet non magna. Donec ullamcorper nulla non metus auctor fringilla.
-
-
Cras mattis consectetur
-
-
Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Aenean lacinia bibendum nulla sed consectetur. Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Cras mattis consectetur purus sit amet fermentum.
-
-
Nullam id dolor id nibh ultricies vehicula ut id elit. Nullam quis risus eget urna mollis ornare vel eu leo. Cras mattis consectetur purus sit amet fermentum.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Language Support
-
The subset of Square Serif Demi in this kit supports the following languages:
-
- Albanian, Alsatian, Aragonese, Arapaho, Aromanian, Arrernte, Asturian, Aymara, Basque, Bislama, Bosnian, Breton, Cebuano, Chamorro, Cheyenne, Cimbrian, Corsican, Croatian, Czech, Danish, Demo, Dutch, English, Estonian, Faroese, Fijian, Finnish, French, French Creole (Saint Lucia), Frisian, Friulian, Galician, Genoese, German, Gilbertese (Kiribati), Greenlandic, Haitian Creole, Hawaiian, Hiligaynon, Hmong, Hopi, Hungarian, Ibanag, Icelandic, Iloko (Ilokano), Indonesian, Interglossa (Glosa), Interlingua, Irish (Gaelic), Istro-Romanian, Italian, Jèrriais, Kashubian, Kurdish (Kurmanji), Ladin, Latin Basic, Latvian, Lithuanian, Lojban, Lombard, Low Saxon, Luxembourgian, Malagasy, Manx, Maori, Megleno-Romanian, Mohawk, Nahuatl, Norfolk/Pitcairnese, Northern Sotho (Pedi), Norwegian, Occitan, Oromo, Pangasinan, Papiamento, Piedmontese, Polish, Portuguese, Potawatomi, Rhaeto-Romance, Romanian, Romansh (Rumantsch), Rotokas, Sami (Lule), Samoan, Sardinian (Sardu), Scots (Gaelic), Seychellois Creole (Seselwa), Shona, Sicilian, Slovak, Slovenian (Slovene), Somali, Southern Ndebele, Southern Sotho (Sesotho), Spanish, Swahili, Swati/Swazi, Swedish, Tagalog (Filipino/Pilipino), Tahitian, Tausug, Tetum (Tetun), Tok Pisin, Tongan (Faka-Tonga), Tswana, Turkish, Turkmen, Turkmen (Latinized), Tuvaluan, ubasic, Uyghur (Latinized), Veps, Volapük, Votic (Latinized), Walloon, Warlpiri, Xhosa, Yapese, Zulu
-
Glyph Chart
-
The subset of Square Serif Demi in this kit includes all the glyphs listed below. Unicode entities are included above each glyph to help you insert individual characters into your layout.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Installing Webfonts
-
-
Webfonts are supported by all major browser platforms but not all in the same way. There are currently four different font formats that must be included in order to target all browsers. This includes TTF, WOFF, EOT and SVG.
-
-
1. Upload your webfonts
-
You must upload your webfont kit to your website. They should be in or near the same directory as your CSS files.
-
-
2. Include the webfont stylesheet
-
A special CSS @font-face declaration helps the various browsers select the appropriate font it needs without causing you a bunch of headaches. Learn more about this syntax by reading the Fontspring blog post about it. The code for it is as follows:
-
-
-
-@font-face{
- font-family: 'MyWebFont';
- src: url('WebFont.eot');
- src: url('WebFont.eot?#iefix') format('embedded-opentype'),
- url('WebFont.woff') format('woff'),
- url('WebFont.ttf') format('truetype'),
- url('WebFont.svg#webfont') format('svg');
-}
-
-
-
We've already gone ahead and generated the code for you. All you have to do is link to the stylesheet in your HTML, like this:
-
<link rel="stylesheet" href="stylesheet.css" type="text/css" charset="utf-8" />
-
-
3. Modify your own stylesheet
-
To take advantage of your new fonts, you must tell your stylesheet to use them. Look at the original @font-face declaration above and find the property called "font-family." The name linked there will be what you use to reference the font. Prepend that webfont name to the font stack in the "font-family" property, inside the selector you want to change. For example:
-
p { font-family: 'MyWebFont', Arial, sans-serif; }
-
-
4. Test
-
Getting webfonts to work cross-browser can be tricky. Use the information in the sidebar to help you if you find that fonts aren't loading in a particular browser.
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/assets/fonts/squareserif_demi_macroman/SquareSerif-Demi-webfont.eot b/assets/fonts/squareserif_demi_macroman/SquareSerif-Demi-webfont.eot
deleted file mode 100755
index f9278820a..000000000
Binary files a/assets/fonts/squareserif_demi_macroman/SquareSerif-Demi-webfont.eot and /dev/null differ
diff --git a/assets/fonts/squareserif_demi_macroman/SquareSerif-Demi-webfont.svg b/assets/fonts/squareserif_demi_macroman/SquareSerif-Demi-webfont.svg
deleted file mode 100755
index 198a7d6bb..000000000
--- a/assets/fonts/squareserif_demi_macroman/SquareSerif-Demi-webfont.svg
+++ /dev/null
@@ -1,1904 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/assets/fonts/squareserif_demi_macroman/SquareSerif-Demi-webfont.ttf b/assets/fonts/squareserif_demi_macroman/SquareSerif-Demi-webfont.ttf
deleted file mode 100755
index 00997347f..000000000
Binary files a/assets/fonts/squareserif_demi_macroman/SquareSerif-Demi-webfont.ttf and /dev/null differ
diff --git a/assets/fonts/squareserif_demi_macroman/SquareSerif-Demi-webfont.woff b/assets/fonts/squareserif_demi_macroman/SquareSerif-Demi-webfont.woff
deleted file mode 100755
index e0eda65de..000000000
Binary files a/assets/fonts/squareserif_demi_macroman/SquareSerif-Demi-webfont.woff and /dev/null differ
diff --git a/assets/fonts/squareserif_demi_macroman/SquareSerif-Demi-webfont.woff2 b/assets/fonts/squareserif_demi_macroman/SquareSerif-Demi-webfont.woff2
deleted file mode 100755
index dd7c65b40..000000000
Binary files a/assets/fonts/squareserif_demi_macroman/SquareSerif-Demi-webfont.woff2 and /dev/null differ
diff --git a/assets/fonts/squareserif_demi_macroman/specimen_files/easytabs.js b/assets/fonts/squareserif_demi_macroman/specimen_files/easytabs.js
deleted file mode 100755
index 167f53b72..000000000
--- a/assets/fonts/squareserif_demi_macroman/specimen_files/easytabs.js
+++ /dev/null
@@ -1,7 +0,0 @@
-(function($){$.fn.easyTabs=function(option){var param=jQuery.extend({fadeSpeed:"fast",defaultContent:1,activeClass:'active'},option);$(this).each(function(){var thisId="#"+this.id;if(param.defaultContent==''){param.defaultContent=1;}
-if(typeof param.defaultContent=="number")
-{var defaultTab=$(thisId+" .tabs li:eq("+(param.defaultContent-1)+") a").attr('href').substr(1);}else{var defaultTab=param.defaultContent;}
-$(thisId+" .tabs li a").each(function(){var tabToHide=$(this).attr('href').substr(1);$("#"+tabToHide).addClass('easytabs-tab-content');});hideAll();changeContent(defaultTab);function hideAll(){$(thisId+" .easytabs-tab-content").hide();}
-function changeContent(tabId){hideAll();$(thisId+" .tabs li").removeClass(param.activeClass);$(thisId+" .tabs li a[href=#"+tabId+"]").closest('li').addClass(param.activeClass);if(param.fadeSpeed!="none")
-{$(thisId+" #"+tabId).fadeIn(param.fadeSpeed);}else{$(thisId+" #"+tabId).show();}}
-$(thisId+" .tabs li").click(function(){var tabId=$(this).find('a').attr('href').substr(1);changeContent(tabId);return false;});});}})(jQuery);
\ No newline at end of file
diff --git a/assets/fonts/squareserif_demi_macroman/specimen_files/grid_12-825-55-15.css b/assets/fonts/squareserif_demi_macroman/specimen_files/grid_12-825-55-15.css
deleted file mode 100755
index 3d6aef783..000000000
--- a/assets/fonts/squareserif_demi_macroman/specimen_files/grid_12-825-55-15.css
+++ /dev/null
@@ -1,129 +0,0 @@
-/*Notes about grid:
-Columns: 12
-Grid Width: 825px
-Column Width: 55px
-Gutter Width: 15px
--------------------------------*/
-
-
-
-.section {margin-bottom: 18px;
-}
-.section:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
-.section {*zoom: 1;}
-
-.section .firstcolumn,
-.section .firstcol {margin-left: 0;}
-
-
-/* Border on left hand side of a column. */
-.border {
- padding-left: 7px;
- margin-left: 7px;
- border-left: 1px solid #eee;
-}
-
-/* Border with more whitespace, spans one column. */
-.colborder {
- padding-left: 42px;
- margin-left: 42px;
- border-left: 1px solid #eee;
-}
-
-
-
-/* The Grid Classes */
-.grid1, .grid1_2cols, .grid1_3cols, .grid1_4cols, .grid2, .grid2_3cols, .grid2_4cols, .grid3, .grid3_2cols, .grid3_4cols, .grid4, .grid4_3cols, .grid5, .grid5_2cols, .grid5_3cols, .grid5_4cols, .grid6, .grid6_4cols, .grid7, .grid7_2cols, .grid7_3cols, .grid7_4cols, .grid8, .grid8_3cols, .grid9, .grid9_2cols, .grid9_4cols, .grid10, .grid10_3cols, .grid10_4cols, .grid11, .grid11_2cols, .grid11_3cols, .grid11_4cols, .grid12
-{margin-left: 15px;float: left;display: inline; overflow: hidden;}
-
-
-.width1, .grid1, .span-1 {width: 55px;}
-.width1_2cols,.grid1_2cols {width: 20px;}
-.width1_3cols,.grid1_3cols {width: 8px;}
-.width1_4cols,.grid1_4cols {width: 2px;}
-.input_width1 {width: 49px;}
-
-.width2, .grid2, .span-2 {width: 125px;}
-.width2_3cols,.grid2_3cols {width: 31px;}
-.width2_4cols,.grid2_4cols {width: 20px;}
-.input_width2 {width: 119px;}
-
-.width3, .grid3, .span-3 {width: 195px;}
-.width3_2cols,.grid3_2cols {width: 90px;}
-.width3_4cols,.grid3_4cols {width: 37px;}
-.input_width3 {width: 189px;}
-
-.width4, .grid4, .span-4 {width: 265px;}
-.width4_3cols,.grid4_3cols {width: 78px;}
-.input_width4 {width: 259px;}
-
-.width5, .grid5, .span-5 {width: 335px;}
-.width5_2cols,.grid5_2cols {width: 160px;}
-.width5_3cols,.grid5_3cols {width: 101px;}
-.width5_4cols,.grid5_4cols {width: 72px;}
-.input_width5 {width: 329px;}
-
-.width6, .grid6, .span-6 {width: 405px;}
-.width6_4cols,.grid6_4cols {width: 90px;}
-.input_width6 {width: 399px;}
-
-.width7, .grid7, .span-7 {width: 475px;}
-.width7_2cols,.grid7_2cols {width: 230px;}
-.width7_3cols,.grid7_3cols {width: 148px;}
-.width7_4cols,.grid7_4cols {width: 107px;}
-.input_width7 {width: 469px;}
-
-.width8, .grid8, .span-8 {width: 545px;}
-.width8_3cols,.grid8_3cols {width: 171px;}
-.input_width8 {width: 539px;}
-
-.width9, .grid9, .span-9 {width: 615px;}
-.width9_2cols,.grid9_2cols {width: 300px;}
-.width9_4cols,.grid9_4cols {width: 142px;}
-.input_width9 {width: 609px;}
-
-.width10, .grid10, .span-10 {width: 685px;}
-.width10_3cols,.grid10_3cols {width: 218px;}
-.width10_4cols,.grid10_4cols {width: 160px;}
-.input_width10 {width: 679px;}
-
-.width11, .grid11, .span-11 {width: 755px;}
-.width11_2cols,.grid11_2cols {width: 370px;}
-.width11_3cols,.grid11_3cols {width: 241px;}
-.width11_4cols,.grid11_4cols {width: 177px;}
-.input_width11 {width: 749px;}
-
-.width12, .grid12, .span-12 {width: 825px;}
-.input_width12 {width: 819px;}
-
-/* Subdivided grid spaces */
-.emptycols_left1, .prepend-1 {padding-left: 70px;}
-.emptycols_right1, .append-1 {padding-right: 70px;}
-.emptycols_left2, .prepend-2 {padding-left: 140px;}
-.emptycols_right2, .append-2 {padding-right: 140px;}
-.emptycols_left3, .prepend-3 {padding-left: 210px;}
-.emptycols_right3, .append-3 {padding-right: 210px;}
-.emptycols_left4, .prepend-4 {padding-left: 280px;}
-.emptycols_right4, .append-4 {padding-right: 280px;}
-.emptycols_left5, .prepend-5 {padding-left: 350px;}
-.emptycols_right5, .append-5 {padding-right: 350px;}
-.emptycols_left6, .prepend-6 {padding-left: 420px;}
-.emptycols_right6, .append-6 {padding-right: 420px;}
-.emptycols_left7, .prepend-7 {padding-left: 490px;}
-.emptycols_right7, .append-7 {padding-right: 490px;}
-.emptycols_left8, .prepend-8 {padding-left: 560px;}
-.emptycols_right8, .append-8 {padding-right: 560px;}
-.emptycols_left9, .prepend-9 {padding-left: 630px;}
-.emptycols_right9, .append-9 {padding-right: 630px;}
-.emptycols_left10, .prepend-10 {padding-left: 700px;}
-.emptycols_right10, .append-10 {padding-right: 700px;}
-.emptycols_left11, .prepend-11 {padding-left: 770px;}
-.emptycols_right11, .append-11 {padding-right: 770px;}
-.pull-1 {margin-left: -70px;}
-.push-1 {margin-right: -70px;margin-left: 18px;float: right;}
-.pull-2 {margin-left: -140px;}
-.push-2 {margin-right: -140px;margin-left: 18px;float: right;}
-.pull-3 {margin-left: -210px;}
-.push-3 {margin-right: -210px;margin-left: 18px;float: right;}
-.pull-4 {margin-left: -280px;}
-.push-4 {margin-right: -280px;margin-left: 18px;float: right;}
\ No newline at end of file
diff --git a/assets/fonts/squareserif_demi_macroman/specimen_files/specimen_stylesheet.css b/assets/fonts/squareserif_demi_macroman/specimen_files/specimen_stylesheet.css
deleted file mode 100755
index aecc43c32..000000000
--- a/assets/fonts/squareserif_demi_macroman/specimen_files/specimen_stylesheet.css
+++ /dev/null
@@ -1,396 +0,0 @@
-@import url('grid_12-825-55-15.css');
-
-/*
- CSS Reset by Eric Meyer - Released under Public Domain
- http://meyerweb.com/eric/tools/css/reset/
-*/
-html, body, div, span, applet, object, iframe,
-h1, h2, h3, h4, h5, h6, p, blockquote, pre,
-a, abbr, acronym, address, big, cite, code,
-del, dfn, em, font, img, ins, kbd, q, s, samp,
-small, strike, strong, sub, sup, tt, var,
-b, u, i, center, dl, dt, dd, ol, ul, li,
-fieldset, form, label, legend, table,
-caption, tbody, tfoot, thead, tr, th, td
- {margin: 0;padding: 0;border: 0;outline: 0;
- font-size: 100%;vertical-align: baseline;
- background: transparent;}
-body {line-height: 1;}
-ol, ul {list-style: none;}
-blockquote, q {quotes: none;}
-blockquote:before, blockquote:after,
-q:before, q:after {content: ''; content: none;}
-:focus {outline: 0;}
-ins {text-decoration: none;}
-del {text-decoration: line-through;}
-table {border-collapse: collapse;border-spacing: 0;}
-
-
-
-
-body {
- color: #000;
- background-color: #dcdcdc;
-}
-
-a {
- text-decoration: none;
- color: #1883ba;
-}
-
-h1{
- font-size: 32px;
- font-weight: normal;
- font-style: normal;
- margin-bottom: 18px;
-}
-
-h2{
- font-size: 18px;
-}
-
-#container {
- width: 865px;
- margin: 0px auto;
-}
-
-
-#header {
- padding: 20px;
- font-size: 36px;
- background-color: #000;
- color: #fff;
-}
-
-#header span {
- color: #666;
-}
-#main_content {
- background-color: #fff;
- padding: 60px 20px 20px;
-}
-
-
-#footer p {
- margin: 0;
- padding-top: 10px;
- padding-bottom: 50px;
- color: #333;
- font: 10px Arial, sans-serif;
-}
-
-.tabs {
- width: 100%;
- height: 31px;
- background-color: #444;
-}
-.tabs li {
- float: left;
- margin: 0;
- overflow: hidden;
- background-color: #444;
-}
-.tabs li a {
- display: block;
- color: #fff;
- text-decoration: none;
- font: bold 11px/11px 'Arial';
- text-transform: uppercase;
- padding: 10px 15px;
- border-right: 1px solid #fff;
-}
-
-.tabs li a:hover {
- background-color: #00b3ff;
-
-}
-
-.tabs li.active a {
- color: #000;
- background-color: #fff;
-}
-
-
-
-div.huge {
-
- font-size: 300px;
- line-height: 1em;
- padding: 0;
- letter-spacing: -.02em;
- overflow: hidden;
-}
-div.glyph_range {
- font-size: 72px;
- line-height: 1.1em;
-}
-
-.size10{ font-size: 10px; }
-.size11{ font-size: 11px; }
-.size12{ font-size: 12px; }
-.size13{ font-size: 13px; }
-.size14{ font-size: 14px; }
-.size16{ font-size: 16px; }
-.size18{ font-size: 18px; }
-.size20{ font-size: 20px; }
-.size24{ font-size: 24px; }
-.size30{ font-size: 30px; }
-.size36{ font-size: 36px; }
-.size48{ font-size: 48px; }
-.size60{ font-size: 60px; }
-.size72{ font-size: 72px; }
-.size90{ font-size: 90px; }
-
-
-.psample_row1 { height: 120px;}
-.psample_row1 { height: 120px;}
-.psample_row2 { height: 160px;}
-.psample_row3 { height: 160px;}
-.psample_row4 { height: 160px;}
-
-.psample {
- overflow: hidden;
- position: relative;
-}
-.psample p {
- line-height: 1.3em;
- display: block;
- overflow: hidden;
- margin: 0;
-}
-
-.psample span {
- margin-right: .5em;
-}
-
-.white_blend {
- width: 100%;
- height: 61px;
- background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAVkAAAA9CAYAAAAH4BojAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNrs3TsKgFAMRUE/eer+NxztxMYuEWQG3ECKwwUF58ycAKixOAGAyAKILAAiCyCyACILgMgCiCyAyAIgsgAiCyCyAIgsgMgCiCwAIgsgsgAiC4DIAogsACIL0CWuZ3UGgLrIhjMA1EV2OAOAJQtgyQLwjOzmDAAiCyCyAIgsQFtkd2cAEFkAkQVAZAHaIns4A4AlC2DJAiCyACILILIAiCzAV5H1dQGAJQsgsgCILIDIAvwisl58AViyAJYsACILILIAIgvAe2T9EhxAZAFEFgCRBeiL7HAGgLrIhjMAWLIAliwAt1OAAQDwygTBulLIlQAAAABJRU5ErkJggg==);
- position: absolute;
- bottom: 0;
-}
-.black_blend {
- width: 100%;
- height: 61px;
- background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAVkAAAA9CAYAAAAH4BojAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAPJJREFUeNrs3TEKhTAQRVGjibr/9QoxhY2N3Ywo50A28IrLwP9g6b1PAMSYTQAgsgAiC4DIAogsgMgCILIAIgsgsgCILIDIAogsACILILIAIguAyAKILIDIAiCyACILgMgCZCnjLWYAiFGvB0BQZJsZAFyyAC5ZAO6RXc0AILIAIguAyAKkRXYzA4DIAogsACILkBbZ3QwALlkAlywAIgsgsgAiC4DIArwVWf8uAHDJAogsACILILIAv4isH74AXLIALlkARBZAZAFEFoDnyPokOIDIAogsACILkBfZZgaAuMhWMwC4ZAE+p4x3mAEgxinAAJ+XBbPWGkwAAAAAAElFTkSuQmCC);
- position: absolute;
- bottom: 0;
-}
-.fullreverse {
- background: #000 !important;
- color: #fff !important;
- margin-left: -20px;
- padding-left: 20px;
- margin-right: -20px;
- padding-right: 20px;
- padding: 20px;
- margin-bottom:0;
-}
-
-
-.sample_table td {
- padding-top: 3px;
- padding-bottom:5px;
- padding-left: 5px;
- vertical-align: middle;
- line-height: 1.2em;
-}
-
-.sample_table td:first-child {
- background-color: #eee;
- text-align: right;
- padding-right: 5px;
- padding-left: 0;
- padding: 5px;
- font: 11px/12px "Courier New", Courier, mono;
-}
-
-code {
- white-space: pre;
- background-color: #eee;
- display: block;
- padding: 10px;
- margin-bottom: 18px;
- overflow: auto;
-}
-
-
-.bottom,.last {margin-bottom:0 !important; padding-bottom:0 !important;}
-
-.box {
- padding: 18px;
- margin-bottom: 18px;
- background: #eee;
-}
-
-.reverse,.reversed { background: #000 !important;color: #fff !important; border: none !important;}
-
-#bodycomparison {
- position: relative;
- overflow: hidden;
- font-size: 72px;
- height: 90px;
- white-space: nowrap;
-}
-
-#bodycomparison div{
- font-size: 72px;
- line-height: 90px;
- display: inline;
- margin: 0 15px 0 0;
- padding: 0;
-}
-
-#bodycomparison div span{
- font: 10px Arial;
- position: absolute;
- left: 0;
-}
-#xheight {
- float: none;
- position: absolute;
- color: #d9f3ff;
- font-size: 72px;
- line-height: 90px;
-}
-
-.fontbody {
- position: relative;
-}
-.arialbody{
- font-family: Arial;
- position: relative;
-}
-.verdanabody{
- font-family: Verdana;
- position: relative;
-}
-.georgiabody{
- font-family: Georgia;
- position: relative;
-}
-
-/* @group Layout page
- */
-
-#layout h1 {
- font-size: 36px;
- line-height: 42px;
- font-weight: normal;
- font-style: normal;
-}
-
-#layout h2 {
- font-size: 24px;
- line-height: 23px;
- font-weight: normal;
- font-style: normal;
-}
-
-#layout h3 {
- font-size: 22px;
- line-height: 1.4em;
- margin-top: 1em;
- font-weight: normal;
- font-style: normal;
-}
-
-
-#layout p.byline {
- font-size: 12px;
- margin-top: 18px;
- line-height: 12px;
- margin-bottom: 0;
-}
-#layout p {
- font-size: 14px;
- line-height: 21px;
- margin-bottom: .5em;
-}
-
-#layout p.large{
- font-size: 18px;
- line-height: 26px;
-}
-
-#layout .sidebar p{
- font-size: 12px;
- line-height: 1.4em;
-}
-
-#layout p.caption {
- font-size: 10px;
- margin-top: -16px;
- margin-bottom: 18px;
-}
-
-/* @end */
-
-/* @group Glyphs */
-
-#glyph_chart div{
- background-color: #d9f3ff;
- color: black;
- float: left;
- font-size: 36px;
- height: 1.2em;
- line-height: 1.2em;
- margin-bottom: 1px;
- margin-right: 1px;
- text-align: center;
- width: 1.2em;
- position: relative;
- padding: .6em .2em .2em;
-}
-
-#glyph_chart div p {
- position: absolute;
- left: 0;
- top: 0;
- display: block;
- text-align: center;
- font: bold 9px Arial, sans-serif;
- background-color: #3a768f;
- width: 100%;
- color: #fff;
- padding: 2px 0;
-}
-
-
-#glyphs h1 {
- font-family: Arial, sans-serif;
-}
-/* @end */
-
-/* @group Installing */
-
-#installing {
- font: 13px Arial, sans-serif;
-}
-
-#installing p,
-#glyphs p{
- line-height: 1.2em;
- margin-bottom: 18px;
- font: 13px Arial, sans-serif;
-}
-
-
-
-#installing h3{
- font-size: 15px;
- margin-top: 18px;
-}
-
-/* @end */
-
-#rendering h1 {
- font-family: Arial, sans-serif;
-}
-.render_table td {
- font: 11px "Courier New", Courier, mono;
- vertical-align: middle;
-}
-
-
diff --git a/assets/fonts/squareserif_demi_macroman/stylesheet.css b/assets/fonts/squareserif_demi_macroman/stylesheet.css
deleted file mode 100755
index 97b90f3cc..000000000
--- a/assets/fonts/squareserif_demi_macroman/stylesheet.css
+++ /dev/null
@@ -1,37 +0,0 @@
-/*
- * Web Fonts from fontspring.com
- *
- * All OpenType features and all extended glyphs have been removed.
- * Fully installable fonts can be purchased at http://www.fontspring.com
- *
- * The fonts included in this stylesheet are subject to the End User License you purchased
- * from Fontspring. The fonts are protected under domestic and international trademark and
- * copyright law. You are prohibited from modifying, reverse engineering, duplicating, or
- * distributing this font software.
- *
- * (c) 2010-2017 Fontspring
- *
- *
- *
- *
- * The fonts included are copyrighted by the vendor listed below.
- *
- * Vendor: FontSite Inc.
- * License URL: https://www.fontspring.com/licenses/fontsite/webfont
- *
- *
- */
-
-@font-face {
- font-family: 'square_serifdemi';
- src: url('SquareSerif-Demi-webfont.eot');
- src: url('SquareSerif-Demi-webfont.eot?#iefix') format('embedded-opentype'),
- url('SquareSerif-Demi-webfont.woff2') format('woff2'),
- url('SquareSerif-Demi-webfont.woff') format('woff'),
- url('SquareSerif-Demi-webfont.ttf') format('truetype'),
- url('SquareSerif-Demi-webfont.svg#square_serifdemi') format('svg');
- font-weight: normal;
- font-style: normal;
-
-}
-
diff --git a/assets/fonts/squareserif_demiitalic_macroman/SquareSerif-DemiItalic-demo.html b/assets/fonts/squareserif_demiitalic_macroman/SquareSerif-DemiItalic-demo.html
deleted file mode 100755
index d54dd5f67..000000000
--- a/assets/fonts/squareserif_demiitalic_macroman/SquareSerif-DemiItalic-demo.html
+++ /dev/null
@@ -1,382 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-Square Serif Demi Italic Specimen
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890&.,?!@()#$%*+-=:;
-
-
-
-
- 10 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
- 11 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
- 12 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
- 13 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
- 14 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
- 16 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
- 18 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
- 20 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
- 24 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
- 30 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
- 36 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
- 48 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
- 60 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
- 72 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
- 90 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
-
-
-
-
-
-
-
-
-
-
-
-
-
body
body
body
body
-
- bodySquare Serif Demi Italic
-
-
- bodyArial
-
-
- bodyVerdana
-
-
- bodyGeorgia
-
-
-
-
-
-
-
-
-
-
-
10. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
11. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
12. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
13. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
-
-
-
-
14. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
16. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
18. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
-
-
-
-
-
-
20. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
24. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
-
-
-
-
-
30. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
-
-
-
-
-
-
10. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
11. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
12. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
13. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
-
-
-
-
-
14. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
16. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
18. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
-
-
-
-
-
20. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
24. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
-
-
-
-
-
30. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Lorem Ipsum Dolor
-
Etiam porta sem malesuada magna mollis euismod
-
-
By Aenean Lacinia
-
-
-
-
-
Donec sed odio dui. Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.
-
-
-
Pellentesque ornare sem
-
-
Maecenas sed diam eget risus varius blandit sit amet non magna. Maecenas faucibus mollis interdum. Donec ullamcorper nulla non metus auctor fringilla. Nullam id dolor id nibh ultricies vehicula ut id elit. Nullam id dolor id nibh ultricies vehicula ut id elit.
-
-
Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.
-
-
Nulla vitae elit libero, a pharetra augue. Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Aenean lacinia bibendum nulla sed consectetur.
-
-
Nullam quis risus eget urna mollis ornare vel eu leo. Nullam quis risus eget urna mollis ornare vel eu leo. Maecenas sed diam eget risus varius blandit sit amet non magna. Donec ullamcorper nulla non metus auctor fringilla.
-
-
Cras mattis consectetur
-
-
Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Aenean lacinia bibendum nulla sed consectetur. Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Cras mattis consectetur purus sit amet fermentum.
-
-
Nullam id dolor id nibh ultricies vehicula ut id elit. Nullam quis risus eget urna mollis ornare vel eu leo. Cras mattis consectetur purus sit amet fermentum.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Language Support
-
The subset of Square Serif Demi Italic in this kit supports the following languages:
-
- Albanian, Alsatian, Aragonese, Arapaho, Aromanian, Arrernte, Asturian, Aymara, Basque, Bislama, Bosnian, Breton, Cebuano, Chamorro, Cheyenne, Cimbrian, Corsican, Croatian, Czech, Danish, Demo, Dutch, English, Estonian, Faroese, Fijian, Finnish, French, French Creole (Saint Lucia), Frisian, Friulian, Galician, Genoese, German, Gilbertese (Kiribati), Greenlandic, Haitian Creole, Hawaiian, Hiligaynon, Hmong, Hopi, Hungarian, Ibanag, Icelandic, Iloko (Ilokano), Indonesian, Interglossa (Glosa), Interlingua, Irish (Gaelic), Istro-Romanian, Italian, Jèrriais, Kashubian, Kurdish (Kurmanji), Ladin, Latin Basic, Latvian, Lithuanian, Lojban, Lombard, Low Saxon, Luxembourgian, Malagasy, Manx, Maori, Megleno-Romanian, Mohawk, Nahuatl, Norfolk/Pitcairnese, Northern Sotho (Pedi), Norwegian, Occitan, Oromo, Pangasinan, Papiamento, Piedmontese, Polish, Portuguese, Potawatomi, Rhaeto-Romance, Romanian, Romansh (Rumantsch), Rotokas, Sami (Lule), Samoan, Sardinian (Sardu), Scots (Gaelic), Seychellois Creole (Seselwa), Shona, Sicilian, Slovak, Slovenian (Slovene), Somali, Southern Ndebele, Southern Sotho (Sesotho), Spanish, Swahili, Swati/Swazi, Swedish, Tagalog (Filipino/Pilipino), Tahitian, Tausug, Tetum (Tetun), Tok Pisin, Tongan (Faka-Tonga), Tswana, Turkish, Turkmen, Turkmen (Latinized), Tuvaluan, ubasic, Uyghur (Latinized), Veps, Volapük, Votic (Latinized), Walloon, Warlpiri, Xhosa, Yapese, Zulu
-
Glyph Chart
-
The subset of Square Serif Demi Italic in this kit includes all the glyphs listed below. Unicode entities are included above each glyph to help you insert individual characters into your layout.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Installing Webfonts
-
-
Webfonts are supported by all major browser platforms but not all in the same way. There are currently four different font formats that must be included in order to target all browsers. This includes TTF, WOFF, EOT and SVG.
-
-
1. Upload your webfonts
-
You must upload your webfont kit to your website. They should be in or near the same directory as your CSS files.
-
-
2. Include the webfont stylesheet
-
A special CSS @font-face declaration helps the various browsers select the appropriate font it needs without causing you a bunch of headaches. Learn more about this syntax by reading the Fontspring blog post about it. The code for it is as follows:
-
-
-
-@font-face{
- font-family: 'MyWebFont';
- src: url('WebFont.eot');
- src: url('WebFont.eot?#iefix') format('embedded-opentype'),
- url('WebFont.woff') format('woff'),
- url('WebFont.ttf') format('truetype'),
- url('WebFont.svg#webfont') format('svg');
-}
-
-
-
We've already gone ahead and generated the code for you. All you have to do is link to the stylesheet in your HTML, like this:
-
<link rel="stylesheet" href="stylesheet.css" type="text/css" charset="utf-8" />
-
-
3. Modify your own stylesheet
-
To take advantage of your new fonts, you must tell your stylesheet to use them. Look at the original @font-face declaration above and find the property called "font-family." The name linked there will be what you use to reference the font. Prepend that webfont name to the font stack in the "font-family" property, inside the selector you want to change. For example:
-
p { font-family: 'MyWebFont', Arial, sans-serif; }
-
-
4. Test
-
Getting webfonts to work cross-browser can be tricky. Use the information in the sidebar to help you if you find that fonts aren't loading in a particular browser.
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/assets/fonts/squareserif_demiitalic_macroman/SquareSerif-DemiItalic-webfont.eot b/assets/fonts/squareserif_demiitalic_macroman/SquareSerif-DemiItalic-webfont.eot
deleted file mode 100755
index 2fa2404c2..000000000
Binary files a/assets/fonts/squareserif_demiitalic_macroman/SquareSerif-DemiItalic-webfont.eot and /dev/null differ
diff --git a/assets/fonts/squareserif_demiitalic_macroman/SquareSerif-DemiItalic-webfont.svg b/assets/fonts/squareserif_demiitalic_macroman/SquareSerif-DemiItalic-webfont.svg
deleted file mode 100755
index afeca8d8b..000000000
--- a/assets/fonts/squareserif_demiitalic_macroman/SquareSerif-DemiItalic-webfont.svg
+++ /dev/null
@@ -1,1941 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/assets/fonts/squareserif_demiitalic_macroman/SquareSerif-DemiItalic-webfont.ttf b/assets/fonts/squareserif_demiitalic_macroman/SquareSerif-DemiItalic-webfont.ttf
deleted file mode 100755
index d65ab6cac..000000000
Binary files a/assets/fonts/squareserif_demiitalic_macroman/SquareSerif-DemiItalic-webfont.ttf and /dev/null differ
diff --git a/assets/fonts/squareserif_demiitalic_macroman/SquareSerif-DemiItalic-webfont.woff b/assets/fonts/squareserif_demiitalic_macroman/SquareSerif-DemiItalic-webfont.woff
deleted file mode 100755
index ab20ef4fb..000000000
Binary files a/assets/fonts/squareserif_demiitalic_macroman/SquareSerif-DemiItalic-webfont.woff and /dev/null differ
diff --git a/assets/fonts/squareserif_demiitalic_macroman/SquareSerif-DemiItalic-webfont.woff2 b/assets/fonts/squareserif_demiitalic_macroman/SquareSerif-DemiItalic-webfont.woff2
deleted file mode 100755
index 648f56457..000000000
Binary files a/assets/fonts/squareserif_demiitalic_macroman/SquareSerif-DemiItalic-webfont.woff2 and /dev/null differ
diff --git a/assets/fonts/squareserif_demiitalic_macroman/specimen_files/easytabs.js b/assets/fonts/squareserif_demiitalic_macroman/specimen_files/easytabs.js
deleted file mode 100755
index 167f53b72..000000000
--- a/assets/fonts/squareserif_demiitalic_macroman/specimen_files/easytabs.js
+++ /dev/null
@@ -1,7 +0,0 @@
-(function($){$.fn.easyTabs=function(option){var param=jQuery.extend({fadeSpeed:"fast",defaultContent:1,activeClass:'active'},option);$(this).each(function(){var thisId="#"+this.id;if(param.defaultContent==''){param.defaultContent=1;}
-if(typeof param.defaultContent=="number")
-{var defaultTab=$(thisId+" .tabs li:eq("+(param.defaultContent-1)+") a").attr('href').substr(1);}else{var defaultTab=param.defaultContent;}
-$(thisId+" .tabs li a").each(function(){var tabToHide=$(this).attr('href').substr(1);$("#"+tabToHide).addClass('easytabs-tab-content');});hideAll();changeContent(defaultTab);function hideAll(){$(thisId+" .easytabs-tab-content").hide();}
-function changeContent(tabId){hideAll();$(thisId+" .tabs li").removeClass(param.activeClass);$(thisId+" .tabs li a[href=#"+tabId+"]").closest('li').addClass(param.activeClass);if(param.fadeSpeed!="none")
-{$(thisId+" #"+tabId).fadeIn(param.fadeSpeed);}else{$(thisId+" #"+tabId).show();}}
-$(thisId+" .tabs li").click(function(){var tabId=$(this).find('a').attr('href').substr(1);changeContent(tabId);return false;});});}})(jQuery);
\ No newline at end of file
diff --git a/assets/fonts/squareserif_demiitalic_macroman/specimen_files/grid_12-825-55-15.css b/assets/fonts/squareserif_demiitalic_macroman/specimen_files/grid_12-825-55-15.css
deleted file mode 100755
index 3d6aef783..000000000
--- a/assets/fonts/squareserif_demiitalic_macroman/specimen_files/grid_12-825-55-15.css
+++ /dev/null
@@ -1,129 +0,0 @@
-/*Notes about grid:
-Columns: 12
-Grid Width: 825px
-Column Width: 55px
-Gutter Width: 15px
--------------------------------*/
-
-
-
-.section {margin-bottom: 18px;
-}
-.section:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
-.section {*zoom: 1;}
-
-.section .firstcolumn,
-.section .firstcol {margin-left: 0;}
-
-
-/* Border on left hand side of a column. */
-.border {
- padding-left: 7px;
- margin-left: 7px;
- border-left: 1px solid #eee;
-}
-
-/* Border with more whitespace, spans one column. */
-.colborder {
- padding-left: 42px;
- margin-left: 42px;
- border-left: 1px solid #eee;
-}
-
-
-
-/* The Grid Classes */
-.grid1, .grid1_2cols, .grid1_3cols, .grid1_4cols, .grid2, .grid2_3cols, .grid2_4cols, .grid3, .grid3_2cols, .grid3_4cols, .grid4, .grid4_3cols, .grid5, .grid5_2cols, .grid5_3cols, .grid5_4cols, .grid6, .grid6_4cols, .grid7, .grid7_2cols, .grid7_3cols, .grid7_4cols, .grid8, .grid8_3cols, .grid9, .grid9_2cols, .grid9_4cols, .grid10, .grid10_3cols, .grid10_4cols, .grid11, .grid11_2cols, .grid11_3cols, .grid11_4cols, .grid12
-{margin-left: 15px;float: left;display: inline; overflow: hidden;}
-
-
-.width1, .grid1, .span-1 {width: 55px;}
-.width1_2cols,.grid1_2cols {width: 20px;}
-.width1_3cols,.grid1_3cols {width: 8px;}
-.width1_4cols,.grid1_4cols {width: 2px;}
-.input_width1 {width: 49px;}
-
-.width2, .grid2, .span-2 {width: 125px;}
-.width2_3cols,.grid2_3cols {width: 31px;}
-.width2_4cols,.grid2_4cols {width: 20px;}
-.input_width2 {width: 119px;}
-
-.width3, .grid3, .span-3 {width: 195px;}
-.width3_2cols,.grid3_2cols {width: 90px;}
-.width3_4cols,.grid3_4cols {width: 37px;}
-.input_width3 {width: 189px;}
-
-.width4, .grid4, .span-4 {width: 265px;}
-.width4_3cols,.grid4_3cols {width: 78px;}
-.input_width4 {width: 259px;}
-
-.width5, .grid5, .span-5 {width: 335px;}
-.width5_2cols,.grid5_2cols {width: 160px;}
-.width5_3cols,.grid5_3cols {width: 101px;}
-.width5_4cols,.grid5_4cols {width: 72px;}
-.input_width5 {width: 329px;}
-
-.width6, .grid6, .span-6 {width: 405px;}
-.width6_4cols,.grid6_4cols {width: 90px;}
-.input_width6 {width: 399px;}
-
-.width7, .grid7, .span-7 {width: 475px;}
-.width7_2cols,.grid7_2cols {width: 230px;}
-.width7_3cols,.grid7_3cols {width: 148px;}
-.width7_4cols,.grid7_4cols {width: 107px;}
-.input_width7 {width: 469px;}
-
-.width8, .grid8, .span-8 {width: 545px;}
-.width8_3cols,.grid8_3cols {width: 171px;}
-.input_width8 {width: 539px;}
-
-.width9, .grid9, .span-9 {width: 615px;}
-.width9_2cols,.grid9_2cols {width: 300px;}
-.width9_4cols,.grid9_4cols {width: 142px;}
-.input_width9 {width: 609px;}
-
-.width10, .grid10, .span-10 {width: 685px;}
-.width10_3cols,.grid10_3cols {width: 218px;}
-.width10_4cols,.grid10_4cols {width: 160px;}
-.input_width10 {width: 679px;}
-
-.width11, .grid11, .span-11 {width: 755px;}
-.width11_2cols,.grid11_2cols {width: 370px;}
-.width11_3cols,.grid11_3cols {width: 241px;}
-.width11_4cols,.grid11_4cols {width: 177px;}
-.input_width11 {width: 749px;}
-
-.width12, .grid12, .span-12 {width: 825px;}
-.input_width12 {width: 819px;}
-
-/* Subdivided grid spaces */
-.emptycols_left1, .prepend-1 {padding-left: 70px;}
-.emptycols_right1, .append-1 {padding-right: 70px;}
-.emptycols_left2, .prepend-2 {padding-left: 140px;}
-.emptycols_right2, .append-2 {padding-right: 140px;}
-.emptycols_left3, .prepend-3 {padding-left: 210px;}
-.emptycols_right3, .append-3 {padding-right: 210px;}
-.emptycols_left4, .prepend-4 {padding-left: 280px;}
-.emptycols_right4, .append-4 {padding-right: 280px;}
-.emptycols_left5, .prepend-5 {padding-left: 350px;}
-.emptycols_right5, .append-5 {padding-right: 350px;}
-.emptycols_left6, .prepend-6 {padding-left: 420px;}
-.emptycols_right6, .append-6 {padding-right: 420px;}
-.emptycols_left7, .prepend-7 {padding-left: 490px;}
-.emptycols_right7, .append-7 {padding-right: 490px;}
-.emptycols_left8, .prepend-8 {padding-left: 560px;}
-.emptycols_right8, .append-8 {padding-right: 560px;}
-.emptycols_left9, .prepend-9 {padding-left: 630px;}
-.emptycols_right9, .append-9 {padding-right: 630px;}
-.emptycols_left10, .prepend-10 {padding-left: 700px;}
-.emptycols_right10, .append-10 {padding-right: 700px;}
-.emptycols_left11, .prepend-11 {padding-left: 770px;}
-.emptycols_right11, .append-11 {padding-right: 770px;}
-.pull-1 {margin-left: -70px;}
-.push-1 {margin-right: -70px;margin-left: 18px;float: right;}
-.pull-2 {margin-left: -140px;}
-.push-2 {margin-right: -140px;margin-left: 18px;float: right;}
-.pull-3 {margin-left: -210px;}
-.push-3 {margin-right: -210px;margin-left: 18px;float: right;}
-.pull-4 {margin-left: -280px;}
-.push-4 {margin-right: -280px;margin-left: 18px;float: right;}
\ No newline at end of file
diff --git a/assets/fonts/squareserif_demiitalic_macroman/specimen_files/specimen_stylesheet.css b/assets/fonts/squareserif_demiitalic_macroman/specimen_files/specimen_stylesheet.css
deleted file mode 100755
index aecc43c32..000000000
--- a/assets/fonts/squareserif_demiitalic_macroman/specimen_files/specimen_stylesheet.css
+++ /dev/null
@@ -1,396 +0,0 @@
-@import url('grid_12-825-55-15.css');
-
-/*
- CSS Reset by Eric Meyer - Released under Public Domain
- http://meyerweb.com/eric/tools/css/reset/
-*/
-html, body, div, span, applet, object, iframe,
-h1, h2, h3, h4, h5, h6, p, blockquote, pre,
-a, abbr, acronym, address, big, cite, code,
-del, dfn, em, font, img, ins, kbd, q, s, samp,
-small, strike, strong, sub, sup, tt, var,
-b, u, i, center, dl, dt, dd, ol, ul, li,
-fieldset, form, label, legend, table,
-caption, tbody, tfoot, thead, tr, th, td
- {margin: 0;padding: 0;border: 0;outline: 0;
- font-size: 100%;vertical-align: baseline;
- background: transparent;}
-body {line-height: 1;}
-ol, ul {list-style: none;}
-blockquote, q {quotes: none;}
-blockquote:before, blockquote:after,
-q:before, q:after {content: ''; content: none;}
-:focus {outline: 0;}
-ins {text-decoration: none;}
-del {text-decoration: line-through;}
-table {border-collapse: collapse;border-spacing: 0;}
-
-
-
-
-body {
- color: #000;
- background-color: #dcdcdc;
-}
-
-a {
- text-decoration: none;
- color: #1883ba;
-}
-
-h1{
- font-size: 32px;
- font-weight: normal;
- font-style: normal;
- margin-bottom: 18px;
-}
-
-h2{
- font-size: 18px;
-}
-
-#container {
- width: 865px;
- margin: 0px auto;
-}
-
-
-#header {
- padding: 20px;
- font-size: 36px;
- background-color: #000;
- color: #fff;
-}
-
-#header span {
- color: #666;
-}
-#main_content {
- background-color: #fff;
- padding: 60px 20px 20px;
-}
-
-
-#footer p {
- margin: 0;
- padding-top: 10px;
- padding-bottom: 50px;
- color: #333;
- font: 10px Arial, sans-serif;
-}
-
-.tabs {
- width: 100%;
- height: 31px;
- background-color: #444;
-}
-.tabs li {
- float: left;
- margin: 0;
- overflow: hidden;
- background-color: #444;
-}
-.tabs li a {
- display: block;
- color: #fff;
- text-decoration: none;
- font: bold 11px/11px 'Arial';
- text-transform: uppercase;
- padding: 10px 15px;
- border-right: 1px solid #fff;
-}
-
-.tabs li a:hover {
- background-color: #00b3ff;
-
-}
-
-.tabs li.active a {
- color: #000;
- background-color: #fff;
-}
-
-
-
-div.huge {
-
- font-size: 300px;
- line-height: 1em;
- padding: 0;
- letter-spacing: -.02em;
- overflow: hidden;
-}
-div.glyph_range {
- font-size: 72px;
- line-height: 1.1em;
-}
-
-.size10{ font-size: 10px; }
-.size11{ font-size: 11px; }
-.size12{ font-size: 12px; }
-.size13{ font-size: 13px; }
-.size14{ font-size: 14px; }
-.size16{ font-size: 16px; }
-.size18{ font-size: 18px; }
-.size20{ font-size: 20px; }
-.size24{ font-size: 24px; }
-.size30{ font-size: 30px; }
-.size36{ font-size: 36px; }
-.size48{ font-size: 48px; }
-.size60{ font-size: 60px; }
-.size72{ font-size: 72px; }
-.size90{ font-size: 90px; }
-
-
-.psample_row1 { height: 120px;}
-.psample_row1 { height: 120px;}
-.psample_row2 { height: 160px;}
-.psample_row3 { height: 160px;}
-.psample_row4 { height: 160px;}
-
-.psample {
- overflow: hidden;
- position: relative;
-}
-.psample p {
- line-height: 1.3em;
- display: block;
- overflow: hidden;
- margin: 0;
-}
-
-.psample span {
- margin-right: .5em;
-}
-
-.white_blend {
- width: 100%;
- height: 61px;
- background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAVkAAAA9CAYAAAAH4BojAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNrs3TsKgFAMRUE/eer+NxztxMYuEWQG3ECKwwUF58ycAKixOAGAyAKILAAiCyCyACILgMgCiCyAyAIgsgAiCyCyAIgsgMgCiCwAIgsgsgAiC4DIAogsACIL0CWuZ3UGgLrIhjMA1EV2OAOAJQtgyQLwjOzmDAAiCyCyAIgsQFtkd2cAEFkAkQVAZAHaIns4A4AlC2DJAiCyACILILIAiCzAV5H1dQGAJQsgsgCILIDIAvwisl58AViyAJYsACILILIAIgvAe2T9EhxAZAFEFgCRBeiL7HAGgLrIhjMAWLIAliwAt1OAAQDwygTBulLIlQAAAABJRU5ErkJggg==);
- position: absolute;
- bottom: 0;
-}
-.black_blend {
- width: 100%;
- height: 61px;
- background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAVkAAAA9CAYAAAAH4BojAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAPJJREFUeNrs3TEKhTAQRVGjibr/9QoxhY2N3Ywo50A28IrLwP9g6b1PAMSYTQAgsgAiC4DIAogsgMgCILIAIgsgsgCILIDIAogsACILILIAIguAyAKILIDIAiCyACILgMgCZCnjLWYAiFGvB0BQZJsZAFyyAC5ZAO6RXc0AILIAIguAyAKkRXYzA4DIAogsACILkBbZ3QwALlkAlywAIgsgsgAiC4DIArwVWf8uAHDJAogsACILILIAv4isH74AXLIALlkARBZAZAFEFoDnyPokOIDIAogsACILkBfZZgaAuMhWMwC4ZAE+p4x3mAEgxinAAJ+XBbPWGkwAAAAAAElFTkSuQmCC);
- position: absolute;
- bottom: 0;
-}
-.fullreverse {
- background: #000 !important;
- color: #fff !important;
- margin-left: -20px;
- padding-left: 20px;
- margin-right: -20px;
- padding-right: 20px;
- padding: 20px;
- margin-bottom:0;
-}
-
-
-.sample_table td {
- padding-top: 3px;
- padding-bottom:5px;
- padding-left: 5px;
- vertical-align: middle;
- line-height: 1.2em;
-}
-
-.sample_table td:first-child {
- background-color: #eee;
- text-align: right;
- padding-right: 5px;
- padding-left: 0;
- padding: 5px;
- font: 11px/12px "Courier New", Courier, mono;
-}
-
-code {
- white-space: pre;
- background-color: #eee;
- display: block;
- padding: 10px;
- margin-bottom: 18px;
- overflow: auto;
-}
-
-
-.bottom,.last {margin-bottom:0 !important; padding-bottom:0 !important;}
-
-.box {
- padding: 18px;
- margin-bottom: 18px;
- background: #eee;
-}
-
-.reverse,.reversed { background: #000 !important;color: #fff !important; border: none !important;}
-
-#bodycomparison {
- position: relative;
- overflow: hidden;
- font-size: 72px;
- height: 90px;
- white-space: nowrap;
-}
-
-#bodycomparison div{
- font-size: 72px;
- line-height: 90px;
- display: inline;
- margin: 0 15px 0 0;
- padding: 0;
-}
-
-#bodycomparison div span{
- font: 10px Arial;
- position: absolute;
- left: 0;
-}
-#xheight {
- float: none;
- position: absolute;
- color: #d9f3ff;
- font-size: 72px;
- line-height: 90px;
-}
-
-.fontbody {
- position: relative;
-}
-.arialbody{
- font-family: Arial;
- position: relative;
-}
-.verdanabody{
- font-family: Verdana;
- position: relative;
-}
-.georgiabody{
- font-family: Georgia;
- position: relative;
-}
-
-/* @group Layout page
- */
-
-#layout h1 {
- font-size: 36px;
- line-height: 42px;
- font-weight: normal;
- font-style: normal;
-}
-
-#layout h2 {
- font-size: 24px;
- line-height: 23px;
- font-weight: normal;
- font-style: normal;
-}
-
-#layout h3 {
- font-size: 22px;
- line-height: 1.4em;
- margin-top: 1em;
- font-weight: normal;
- font-style: normal;
-}
-
-
-#layout p.byline {
- font-size: 12px;
- margin-top: 18px;
- line-height: 12px;
- margin-bottom: 0;
-}
-#layout p {
- font-size: 14px;
- line-height: 21px;
- margin-bottom: .5em;
-}
-
-#layout p.large{
- font-size: 18px;
- line-height: 26px;
-}
-
-#layout .sidebar p{
- font-size: 12px;
- line-height: 1.4em;
-}
-
-#layout p.caption {
- font-size: 10px;
- margin-top: -16px;
- margin-bottom: 18px;
-}
-
-/* @end */
-
-/* @group Glyphs */
-
-#glyph_chart div{
- background-color: #d9f3ff;
- color: black;
- float: left;
- font-size: 36px;
- height: 1.2em;
- line-height: 1.2em;
- margin-bottom: 1px;
- margin-right: 1px;
- text-align: center;
- width: 1.2em;
- position: relative;
- padding: .6em .2em .2em;
-}
-
-#glyph_chart div p {
- position: absolute;
- left: 0;
- top: 0;
- display: block;
- text-align: center;
- font: bold 9px Arial, sans-serif;
- background-color: #3a768f;
- width: 100%;
- color: #fff;
- padding: 2px 0;
-}
-
-
-#glyphs h1 {
- font-family: Arial, sans-serif;
-}
-/* @end */
-
-/* @group Installing */
-
-#installing {
- font: 13px Arial, sans-serif;
-}
-
-#installing p,
-#glyphs p{
- line-height: 1.2em;
- margin-bottom: 18px;
- font: 13px Arial, sans-serif;
-}
-
-
-
-#installing h3{
- font-size: 15px;
- margin-top: 18px;
-}
-
-/* @end */
-
-#rendering h1 {
- font-family: Arial, sans-serif;
-}
-.render_table td {
- font: 11px "Courier New", Courier, mono;
- vertical-align: middle;
-}
-
-
diff --git a/assets/fonts/squareserif_demiitalic_macroman/stylesheet.css b/assets/fonts/squareserif_demiitalic_macroman/stylesheet.css
deleted file mode 100755
index 08414a8f5..000000000
--- a/assets/fonts/squareserif_demiitalic_macroman/stylesheet.css
+++ /dev/null
@@ -1,37 +0,0 @@
-/*
- * Web Fonts from fontspring.com
- *
- * All OpenType features and all extended glyphs have been removed.
- * Fully installable fonts can be purchased at http://www.fontspring.com
- *
- * The fonts included in this stylesheet are subject to the End User License you purchased
- * from Fontspring. The fonts are protected under domestic and international trademark and
- * copyright law. You are prohibited from modifying, reverse engineering, duplicating, or
- * distributing this font software.
- *
- * (c) 2010-2017 Fontspring
- *
- *
- *
- *
- * The fonts included are copyrighted by the vendor listed below.
- *
- * Vendor: FontSite Inc.
- * License URL: https://www.fontspring.com/licenses/fontsite/webfont
- *
- *
- */
-
-@font-face {
- font-family: 'square_serifdemi_italic';
- src: url('SquareSerif-DemiItalic-webfont.eot');
- src: url('SquareSerif-DemiItalic-webfont.eot?#iefix') format('embedded-opentype'),
- url('SquareSerif-DemiItalic-webfont.woff2') format('woff2'),
- url('SquareSerif-DemiItalic-webfont.woff') format('woff'),
- url('SquareSerif-DemiItalic-webfont.ttf') format('truetype'),
- url('SquareSerif-DemiItalic-webfont.svg#square_serifdemi_italic') format('svg');
- font-weight: normal;
- font-style: normal;
-
-}
-
diff --git a/assets/fonts/squareserif_light_macroman/SquareSerif-Light-demo.html b/assets/fonts/squareserif_light_macroman/SquareSerif-Light-demo.html
deleted file mode 100755
index 3b0803fea..000000000
--- a/assets/fonts/squareserif_light_macroman/SquareSerif-Light-demo.html
+++ /dev/null
@@ -1,382 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-Square Serif Light Specimen
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890&.,?!@()#$%*+-=:;
-
-
-
-
- 10 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
- 11 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
- 12 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
- 13 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
- 14 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
- 16 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
- 18 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
- 20 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
- 24 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
- 30 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
- 36 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
- 48 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
- 60 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
- 72 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
- 90 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
-
-
-
-
-
-
-
-
-
-
-
-
-
body
body
body
body
-
- bodySquare Serif Light
-
-
- bodyArial
-
-
- bodyVerdana
-
-
- bodyGeorgia
-
-
-
-
-
-
-
-
-
-
-
10. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
11. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
12. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
13. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
-
-
-
-
14. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
16. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
18. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
-
-
-
-
-
-
20. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
24. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
-
-
-
-
-
30. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
-
-
-
-
-
-
10. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
11. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
12. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
13. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
-
-
-
-
-
14. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
16. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
18. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
-
-
-
-
-
20. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
24. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
-
-
-
-
-
30. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Lorem Ipsum Dolor
-
Etiam porta sem malesuada magna mollis euismod
-
-
By Aenean Lacinia
-
-
-
-
-
Donec sed odio dui. Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.
-
-
-
Pellentesque ornare sem
-
-
Maecenas sed diam eget risus varius blandit sit amet non magna. Maecenas faucibus mollis interdum. Donec ullamcorper nulla non metus auctor fringilla. Nullam id dolor id nibh ultricies vehicula ut id elit. Nullam id dolor id nibh ultricies vehicula ut id elit.
-
-
Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.
-
-
Nulla vitae elit libero, a pharetra augue. Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Aenean lacinia bibendum nulla sed consectetur.
-
-
Nullam quis risus eget urna mollis ornare vel eu leo. Nullam quis risus eget urna mollis ornare vel eu leo. Maecenas sed diam eget risus varius blandit sit amet non magna. Donec ullamcorper nulla non metus auctor fringilla.
-
-
Cras mattis consectetur
-
-
Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Aenean lacinia bibendum nulla sed consectetur. Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Cras mattis consectetur purus sit amet fermentum.
-
-
Nullam id dolor id nibh ultricies vehicula ut id elit. Nullam quis risus eget urna mollis ornare vel eu leo. Cras mattis consectetur purus sit amet fermentum.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Language Support
-
The subset of Square Serif Light in this kit supports the following languages:
-
- Albanian, Alsatian, Aragonese, Arapaho, Aromanian, Arrernte, Asturian, Aymara, Basque, Bislama, Bosnian, Breton, Cebuano, Chamorro, Cheyenne, Cimbrian, Corsican, Croatian, Czech, Danish, Demo, Dutch, English, Estonian, Faroese, Fijian, Finnish, French, French Creole (Saint Lucia), Frisian, Friulian, Galician, Genoese, German, Gilbertese (Kiribati), Greenlandic, Haitian Creole, Hawaiian, Hiligaynon, Hmong, Hopi, Hungarian, Ibanag, Icelandic, Iloko (Ilokano), Indonesian, Interglossa (Glosa), Interlingua, Irish (Gaelic), Istro-Romanian, Italian, Jèrriais, Kashubian, Kurdish (Kurmanji), Ladin, Latin Basic, Latvian, Lithuanian, Lojban, Lombard, Low Saxon, Luxembourgian, Malagasy, Manx, Maori, Megleno-Romanian, Mohawk, Nahuatl, Norfolk/Pitcairnese, Northern Sotho (Pedi), Norwegian, Occitan, Oromo, Pangasinan, Papiamento, Piedmontese, Polish, Portuguese, Potawatomi, Rhaeto-Romance, Romanian, Romansh (Rumantsch), Rotokas, Sami (Lule), Samoan, Sardinian (Sardu), Scots (Gaelic), Seychellois Creole (Seselwa), Shona, Sicilian, Slovak, Slovenian (Slovene), Somali, Southern Ndebele, Southern Sotho (Sesotho), Spanish, Swahili, Swati/Swazi, Swedish, Tagalog (Filipino/Pilipino), Tahitian, Tausug, Tetum (Tetun), Tok Pisin, Tongan (Faka-Tonga), Tswana, Turkish, Turkmen, Turkmen (Latinized), Tuvaluan, ubasic, Uyghur (Latinized), Veps, Volapük, Votic (Latinized), Walloon, Warlpiri, Xhosa, Yapese, Zulu
-
Glyph Chart
-
The subset of Square Serif Light in this kit includes all the glyphs listed below. Unicode entities are included above each glyph to help you insert individual characters into your layout.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Installing Webfonts
-
-
Webfonts are supported by all major browser platforms but not all in the same way. There are currently four different font formats that must be included in order to target all browsers. This includes TTF, WOFF, EOT and SVG.
-
-
1. Upload your webfonts
-
You must upload your webfont kit to your website. They should be in or near the same directory as your CSS files.
-
-
2. Include the webfont stylesheet
-
A special CSS @font-face declaration helps the various browsers select the appropriate font it needs without causing you a bunch of headaches. Learn more about this syntax by reading the Fontspring blog post about it. The code for it is as follows:
-
-
-
-@font-face{
- font-family: 'MyWebFont';
- src: url('WebFont.eot');
- src: url('WebFont.eot?#iefix') format('embedded-opentype'),
- url('WebFont.woff') format('woff'),
- url('WebFont.ttf') format('truetype'),
- url('WebFont.svg#webfont') format('svg');
-}
-
-
-
We've already gone ahead and generated the code for you. All you have to do is link to the stylesheet in your HTML, like this:
-
<link rel="stylesheet" href="stylesheet.css" type="text/css" charset="utf-8" />
-
-
3. Modify your own stylesheet
-
To take advantage of your new fonts, you must tell your stylesheet to use them. Look at the original @font-face declaration above and find the property called "font-family." The name linked there will be what you use to reference the font. Prepend that webfont name to the font stack in the "font-family" property, inside the selector you want to change. For example:
-
p { font-family: 'MyWebFont', Arial, sans-serif; }
-
-
4. Test
-
Getting webfonts to work cross-browser can be tricky. Use the information in the sidebar to help you if you find that fonts aren't loading in a particular browser.
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/assets/fonts/squareserif_light_macroman/SquareSerif-Light-webfont.eot b/assets/fonts/squareserif_light_macroman/SquareSerif-Light-webfont.eot
deleted file mode 100755
index 7e5b1d582..000000000
Binary files a/assets/fonts/squareserif_light_macroman/SquareSerif-Light-webfont.eot and /dev/null differ
diff --git a/assets/fonts/squareserif_light_macroman/SquareSerif-Light-webfont.svg b/assets/fonts/squareserif_light_macroman/SquareSerif-Light-webfont.svg
deleted file mode 100755
index 5849ff42b..000000000
--- a/assets/fonts/squareserif_light_macroman/SquareSerif-Light-webfont.svg
+++ /dev/null
@@ -1,2024 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/assets/fonts/squareserif_light_macroman/SquareSerif-Light-webfont.ttf b/assets/fonts/squareserif_light_macroman/SquareSerif-Light-webfont.ttf
deleted file mode 100755
index 2f10f937b..000000000
Binary files a/assets/fonts/squareserif_light_macroman/SquareSerif-Light-webfont.ttf and /dev/null differ
diff --git a/assets/fonts/squareserif_light_macroman/SquareSerif-Light-webfont.woff b/assets/fonts/squareserif_light_macroman/SquareSerif-Light-webfont.woff
deleted file mode 100755
index a4d3d25cb..000000000
Binary files a/assets/fonts/squareserif_light_macroman/SquareSerif-Light-webfont.woff and /dev/null differ
diff --git a/assets/fonts/squareserif_light_macroman/SquareSerif-Light-webfont.woff2 b/assets/fonts/squareserif_light_macroman/SquareSerif-Light-webfont.woff2
deleted file mode 100755
index 064cc7b00..000000000
Binary files a/assets/fonts/squareserif_light_macroman/SquareSerif-Light-webfont.woff2 and /dev/null differ
diff --git a/assets/fonts/squareserif_light_macroman/specimen_files/easytabs.js b/assets/fonts/squareserif_light_macroman/specimen_files/easytabs.js
deleted file mode 100755
index 167f53b72..000000000
--- a/assets/fonts/squareserif_light_macroman/specimen_files/easytabs.js
+++ /dev/null
@@ -1,7 +0,0 @@
-(function($){$.fn.easyTabs=function(option){var param=jQuery.extend({fadeSpeed:"fast",defaultContent:1,activeClass:'active'},option);$(this).each(function(){var thisId="#"+this.id;if(param.defaultContent==''){param.defaultContent=1;}
-if(typeof param.defaultContent=="number")
-{var defaultTab=$(thisId+" .tabs li:eq("+(param.defaultContent-1)+") a").attr('href').substr(1);}else{var defaultTab=param.defaultContent;}
-$(thisId+" .tabs li a").each(function(){var tabToHide=$(this).attr('href').substr(1);$("#"+tabToHide).addClass('easytabs-tab-content');});hideAll();changeContent(defaultTab);function hideAll(){$(thisId+" .easytabs-tab-content").hide();}
-function changeContent(tabId){hideAll();$(thisId+" .tabs li").removeClass(param.activeClass);$(thisId+" .tabs li a[href=#"+tabId+"]").closest('li').addClass(param.activeClass);if(param.fadeSpeed!="none")
-{$(thisId+" #"+tabId).fadeIn(param.fadeSpeed);}else{$(thisId+" #"+tabId).show();}}
-$(thisId+" .tabs li").click(function(){var tabId=$(this).find('a').attr('href').substr(1);changeContent(tabId);return false;});});}})(jQuery);
\ No newline at end of file
diff --git a/assets/fonts/squareserif_light_macroman/specimen_files/grid_12-825-55-15.css b/assets/fonts/squareserif_light_macroman/specimen_files/grid_12-825-55-15.css
deleted file mode 100755
index 3d6aef783..000000000
--- a/assets/fonts/squareserif_light_macroman/specimen_files/grid_12-825-55-15.css
+++ /dev/null
@@ -1,129 +0,0 @@
-/*Notes about grid:
-Columns: 12
-Grid Width: 825px
-Column Width: 55px
-Gutter Width: 15px
--------------------------------*/
-
-
-
-.section {margin-bottom: 18px;
-}
-.section:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
-.section {*zoom: 1;}
-
-.section .firstcolumn,
-.section .firstcol {margin-left: 0;}
-
-
-/* Border on left hand side of a column. */
-.border {
- padding-left: 7px;
- margin-left: 7px;
- border-left: 1px solid #eee;
-}
-
-/* Border with more whitespace, spans one column. */
-.colborder {
- padding-left: 42px;
- margin-left: 42px;
- border-left: 1px solid #eee;
-}
-
-
-
-/* The Grid Classes */
-.grid1, .grid1_2cols, .grid1_3cols, .grid1_4cols, .grid2, .grid2_3cols, .grid2_4cols, .grid3, .grid3_2cols, .grid3_4cols, .grid4, .grid4_3cols, .grid5, .grid5_2cols, .grid5_3cols, .grid5_4cols, .grid6, .grid6_4cols, .grid7, .grid7_2cols, .grid7_3cols, .grid7_4cols, .grid8, .grid8_3cols, .grid9, .grid9_2cols, .grid9_4cols, .grid10, .grid10_3cols, .grid10_4cols, .grid11, .grid11_2cols, .grid11_3cols, .grid11_4cols, .grid12
-{margin-left: 15px;float: left;display: inline; overflow: hidden;}
-
-
-.width1, .grid1, .span-1 {width: 55px;}
-.width1_2cols,.grid1_2cols {width: 20px;}
-.width1_3cols,.grid1_3cols {width: 8px;}
-.width1_4cols,.grid1_4cols {width: 2px;}
-.input_width1 {width: 49px;}
-
-.width2, .grid2, .span-2 {width: 125px;}
-.width2_3cols,.grid2_3cols {width: 31px;}
-.width2_4cols,.grid2_4cols {width: 20px;}
-.input_width2 {width: 119px;}
-
-.width3, .grid3, .span-3 {width: 195px;}
-.width3_2cols,.grid3_2cols {width: 90px;}
-.width3_4cols,.grid3_4cols {width: 37px;}
-.input_width3 {width: 189px;}
-
-.width4, .grid4, .span-4 {width: 265px;}
-.width4_3cols,.grid4_3cols {width: 78px;}
-.input_width4 {width: 259px;}
-
-.width5, .grid5, .span-5 {width: 335px;}
-.width5_2cols,.grid5_2cols {width: 160px;}
-.width5_3cols,.grid5_3cols {width: 101px;}
-.width5_4cols,.grid5_4cols {width: 72px;}
-.input_width5 {width: 329px;}
-
-.width6, .grid6, .span-6 {width: 405px;}
-.width6_4cols,.grid6_4cols {width: 90px;}
-.input_width6 {width: 399px;}
-
-.width7, .grid7, .span-7 {width: 475px;}
-.width7_2cols,.grid7_2cols {width: 230px;}
-.width7_3cols,.grid7_3cols {width: 148px;}
-.width7_4cols,.grid7_4cols {width: 107px;}
-.input_width7 {width: 469px;}
-
-.width8, .grid8, .span-8 {width: 545px;}
-.width8_3cols,.grid8_3cols {width: 171px;}
-.input_width8 {width: 539px;}
-
-.width9, .grid9, .span-9 {width: 615px;}
-.width9_2cols,.grid9_2cols {width: 300px;}
-.width9_4cols,.grid9_4cols {width: 142px;}
-.input_width9 {width: 609px;}
-
-.width10, .grid10, .span-10 {width: 685px;}
-.width10_3cols,.grid10_3cols {width: 218px;}
-.width10_4cols,.grid10_4cols {width: 160px;}
-.input_width10 {width: 679px;}
-
-.width11, .grid11, .span-11 {width: 755px;}
-.width11_2cols,.grid11_2cols {width: 370px;}
-.width11_3cols,.grid11_3cols {width: 241px;}
-.width11_4cols,.grid11_4cols {width: 177px;}
-.input_width11 {width: 749px;}
-
-.width12, .grid12, .span-12 {width: 825px;}
-.input_width12 {width: 819px;}
-
-/* Subdivided grid spaces */
-.emptycols_left1, .prepend-1 {padding-left: 70px;}
-.emptycols_right1, .append-1 {padding-right: 70px;}
-.emptycols_left2, .prepend-2 {padding-left: 140px;}
-.emptycols_right2, .append-2 {padding-right: 140px;}
-.emptycols_left3, .prepend-3 {padding-left: 210px;}
-.emptycols_right3, .append-3 {padding-right: 210px;}
-.emptycols_left4, .prepend-4 {padding-left: 280px;}
-.emptycols_right4, .append-4 {padding-right: 280px;}
-.emptycols_left5, .prepend-5 {padding-left: 350px;}
-.emptycols_right5, .append-5 {padding-right: 350px;}
-.emptycols_left6, .prepend-6 {padding-left: 420px;}
-.emptycols_right6, .append-6 {padding-right: 420px;}
-.emptycols_left7, .prepend-7 {padding-left: 490px;}
-.emptycols_right7, .append-7 {padding-right: 490px;}
-.emptycols_left8, .prepend-8 {padding-left: 560px;}
-.emptycols_right8, .append-8 {padding-right: 560px;}
-.emptycols_left9, .prepend-9 {padding-left: 630px;}
-.emptycols_right9, .append-9 {padding-right: 630px;}
-.emptycols_left10, .prepend-10 {padding-left: 700px;}
-.emptycols_right10, .append-10 {padding-right: 700px;}
-.emptycols_left11, .prepend-11 {padding-left: 770px;}
-.emptycols_right11, .append-11 {padding-right: 770px;}
-.pull-1 {margin-left: -70px;}
-.push-1 {margin-right: -70px;margin-left: 18px;float: right;}
-.pull-2 {margin-left: -140px;}
-.push-2 {margin-right: -140px;margin-left: 18px;float: right;}
-.pull-3 {margin-left: -210px;}
-.push-3 {margin-right: -210px;margin-left: 18px;float: right;}
-.pull-4 {margin-left: -280px;}
-.push-4 {margin-right: -280px;margin-left: 18px;float: right;}
\ No newline at end of file
diff --git a/assets/fonts/squareserif_light_macroman/specimen_files/specimen_stylesheet.css b/assets/fonts/squareserif_light_macroman/specimen_files/specimen_stylesheet.css
deleted file mode 100755
index aecc43c32..000000000
--- a/assets/fonts/squareserif_light_macroman/specimen_files/specimen_stylesheet.css
+++ /dev/null
@@ -1,396 +0,0 @@
-@import url('grid_12-825-55-15.css');
-
-/*
- CSS Reset by Eric Meyer - Released under Public Domain
- http://meyerweb.com/eric/tools/css/reset/
-*/
-html, body, div, span, applet, object, iframe,
-h1, h2, h3, h4, h5, h6, p, blockquote, pre,
-a, abbr, acronym, address, big, cite, code,
-del, dfn, em, font, img, ins, kbd, q, s, samp,
-small, strike, strong, sub, sup, tt, var,
-b, u, i, center, dl, dt, dd, ol, ul, li,
-fieldset, form, label, legend, table,
-caption, tbody, tfoot, thead, tr, th, td
- {margin: 0;padding: 0;border: 0;outline: 0;
- font-size: 100%;vertical-align: baseline;
- background: transparent;}
-body {line-height: 1;}
-ol, ul {list-style: none;}
-blockquote, q {quotes: none;}
-blockquote:before, blockquote:after,
-q:before, q:after {content: ''; content: none;}
-:focus {outline: 0;}
-ins {text-decoration: none;}
-del {text-decoration: line-through;}
-table {border-collapse: collapse;border-spacing: 0;}
-
-
-
-
-body {
- color: #000;
- background-color: #dcdcdc;
-}
-
-a {
- text-decoration: none;
- color: #1883ba;
-}
-
-h1{
- font-size: 32px;
- font-weight: normal;
- font-style: normal;
- margin-bottom: 18px;
-}
-
-h2{
- font-size: 18px;
-}
-
-#container {
- width: 865px;
- margin: 0px auto;
-}
-
-
-#header {
- padding: 20px;
- font-size: 36px;
- background-color: #000;
- color: #fff;
-}
-
-#header span {
- color: #666;
-}
-#main_content {
- background-color: #fff;
- padding: 60px 20px 20px;
-}
-
-
-#footer p {
- margin: 0;
- padding-top: 10px;
- padding-bottom: 50px;
- color: #333;
- font: 10px Arial, sans-serif;
-}
-
-.tabs {
- width: 100%;
- height: 31px;
- background-color: #444;
-}
-.tabs li {
- float: left;
- margin: 0;
- overflow: hidden;
- background-color: #444;
-}
-.tabs li a {
- display: block;
- color: #fff;
- text-decoration: none;
- font: bold 11px/11px 'Arial';
- text-transform: uppercase;
- padding: 10px 15px;
- border-right: 1px solid #fff;
-}
-
-.tabs li a:hover {
- background-color: #00b3ff;
-
-}
-
-.tabs li.active a {
- color: #000;
- background-color: #fff;
-}
-
-
-
-div.huge {
-
- font-size: 300px;
- line-height: 1em;
- padding: 0;
- letter-spacing: -.02em;
- overflow: hidden;
-}
-div.glyph_range {
- font-size: 72px;
- line-height: 1.1em;
-}
-
-.size10{ font-size: 10px; }
-.size11{ font-size: 11px; }
-.size12{ font-size: 12px; }
-.size13{ font-size: 13px; }
-.size14{ font-size: 14px; }
-.size16{ font-size: 16px; }
-.size18{ font-size: 18px; }
-.size20{ font-size: 20px; }
-.size24{ font-size: 24px; }
-.size30{ font-size: 30px; }
-.size36{ font-size: 36px; }
-.size48{ font-size: 48px; }
-.size60{ font-size: 60px; }
-.size72{ font-size: 72px; }
-.size90{ font-size: 90px; }
-
-
-.psample_row1 { height: 120px;}
-.psample_row1 { height: 120px;}
-.psample_row2 { height: 160px;}
-.psample_row3 { height: 160px;}
-.psample_row4 { height: 160px;}
-
-.psample {
- overflow: hidden;
- position: relative;
-}
-.psample p {
- line-height: 1.3em;
- display: block;
- overflow: hidden;
- margin: 0;
-}
-
-.psample span {
- margin-right: .5em;
-}
-
-.white_blend {
- width: 100%;
- height: 61px;
- background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAVkAAAA9CAYAAAAH4BojAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNrs3TsKgFAMRUE/eer+NxztxMYuEWQG3ECKwwUF58ycAKixOAGAyAKILAAiCyCyACILgMgCiCyAyAIgsgAiCyCyAIgsgMgCiCwAIgsgsgAiC4DIAogsACIL0CWuZ3UGgLrIhjMA1EV2OAOAJQtgyQLwjOzmDAAiCyCyAIgsQFtkd2cAEFkAkQVAZAHaIns4A4AlC2DJAiCyACILILIAiCzAV5H1dQGAJQsgsgCILIDIAvwisl58AViyAJYsACILILIAIgvAe2T9EhxAZAFEFgCRBeiL7HAGgLrIhjMAWLIAliwAt1OAAQDwygTBulLIlQAAAABJRU5ErkJggg==);
- position: absolute;
- bottom: 0;
-}
-.black_blend {
- width: 100%;
- height: 61px;
- background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAVkAAAA9CAYAAAAH4BojAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAPJJREFUeNrs3TEKhTAQRVGjibr/9QoxhY2N3Ywo50A28IrLwP9g6b1PAMSYTQAgsgAiC4DIAogsgMgCILIAIgsgsgCILIDIAogsACILILIAIguAyAKILIDIAiCyACILgMgCZCnjLWYAiFGvB0BQZJsZAFyyAC5ZAO6RXc0AILIAIguAyAKkRXYzA4DIAogsACILkBbZ3QwALlkAlywAIgsgsgAiC4DIArwVWf8uAHDJAogsACILILIAv4isH74AXLIALlkARBZAZAFEFoDnyPokOIDIAogsACILkBfZZgaAuMhWMwC4ZAE+p4x3mAEgxinAAJ+XBbPWGkwAAAAAAElFTkSuQmCC);
- position: absolute;
- bottom: 0;
-}
-.fullreverse {
- background: #000 !important;
- color: #fff !important;
- margin-left: -20px;
- padding-left: 20px;
- margin-right: -20px;
- padding-right: 20px;
- padding: 20px;
- margin-bottom:0;
-}
-
-
-.sample_table td {
- padding-top: 3px;
- padding-bottom:5px;
- padding-left: 5px;
- vertical-align: middle;
- line-height: 1.2em;
-}
-
-.sample_table td:first-child {
- background-color: #eee;
- text-align: right;
- padding-right: 5px;
- padding-left: 0;
- padding: 5px;
- font: 11px/12px "Courier New", Courier, mono;
-}
-
-code {
- white-space: pre;
- background-color: #eee;
- display: block;
- padding: 10px;
- margin-bottom: 18px;
- overflow: auto;
-}
-
-
-.bottom,.last {margin-bottom:0 !important; padding-bottom:0 !important;}
-
-.box {
- padding: 18px;
- margin-bottom: 18px;
- background: #eee;
-}
-
-.reverse,.reversed { background: #000 !important;color: #fff !important; border: none !important;}
-
-#bodycomparison {
- position: relative;
- overflow: hidden;
- font-size: 72px;
- height: 90px;
- white-space: nowrap;
-}
-
-#bodycomparison div{
- font-size: 72px;
- line-height: 90px;
- display: inline;
- margin: 0 15px 0 0;
- padding: 0;
-}
-
-#bodycomparison div span{
- font: 10px Arial;
- position: absolute;
- left: 0;
-}
-#xheight {
- float: none;
- position: absolute;
- color: #d9f3ff;
- font-size: 72px;
- line-height: 90px;
-}
-
-.fontbody {
- position: relative;
-}
-.arialbody{
- font-family: Arial;
- position: relative;
-}
-.verdanabody{
- font-family: Verdana;
- position: relative;
-}
-.georgiabody{
- font-family: Georgia;
- position: relative;
-}
-
-/* @group Layout page
- */
-
-#layout h1 {
- font-size: 36px;
- line-height: 42px;
- font-weight: normal;
- font-style: normal;
-}
-
-#layout h2 {
- font-size: 24px;
- line-height: 23px;
- font-weight: normal;
- font-style: normal;
-}
-
-#layout h3 {
- font-size: 22px;
- line-height: 1.4em;
- margin-top: 1em;
- font-weight: normal;
- font-style: normal;
-}
-
-
-#layout p.byline {
- font-size: 12px;
- margin-top: 18px;
- line-height: 12px;
- margin-bottom: 0;
-}
-#layout p {
- font-size: 14px;
- line-height: 21px;
- margin-bottom: .5em;
-}
-
-#layout p.large{
- font-size: 18px;
- line-height: 26px;
-}
-
-#layout .sidebar p{
- font-size: 12px;
- line-height: 1.4em;
-}
-
-#layout p.caption {
- font-size: 10px;
- margin-top: -16px;
- margin-bottom: 18px;
-}
-
-/* @end */
-
-/* @group Glyphs */
-
-#glyph_chart div{
- background-color: #d9f3ff;
- color: black;
- float: left;
- font-size: 36px;
- height: 1.2em;
- line-height: 1.2em;
- margin-bottom: 1px;
- margin-right: 1px;
- text-align: center;
- width: 1.2em;
- position: relative;
- padding: .6em .2em .2em;
-}
-
-#glyph_chart div p {
- position: absolute;
- left: 0;
- top: 0;
- display: block;
- text-align: center;
- font: bold 9px Arial, sans-serif;
- background-color: #3a768f;
- width: 100%;
- color: #fff;
- padding: 2px 0;
-}
-
-
-#glyphs h1 {
- font-family: Arial, sans-serif;
-}
-/* @end */
-
-/* @group Installing */
-
-#installing {
- font: 13px Arial, sans-serif;
-}
-
-#installing p,
-#glyphs p{
- line-height: 1.2em;
- margin-bottom: 18px;
- font: 13px Arial, sans-serif;
-}
-
-
-
-#installing h3{
- font-size: 15px;
- margin-top: 18px;
-}
-
-/* @end */
-
-#rendering h1 {
- font-family: Arial, sans-serif;
-}
-.render_table td {
- font: 11px "Courier New", Courier, mono;
- vertical-align: middle;
-}
-
-
diff --git a/assets/fonts/squareserif_light_macroman/stylesheet.css b/assets/fonts/squareserif_light_macroman/stylesheet.css
deleted file mode 100755
index a04ef8eea..000000000
--- a/assets/fonts/squareserif_light_macroman/stylesheet.css
+++ /dev/null
@@ -1,37 +0,0 @@
-/*
- * Web Fonts from fontspring.com
- *
- * All OpenType features and all extended glyphs have been removed.
- * Fully installable fonts can be purchased at http://www.fontspring.com
- *
- * The fonts included in this stylesheet are subject to the End User License you purchased
- * from Fontspring. The fonts are protected under domestic and international trademark and
- * copyright law. You are prohibited from modifying, reverse engineering, duplicating, or
- * distributing this font software.
- *
- * (c) 2010-2017 Fontspring
- *
- *
- *
- *
- * The fonts included are copyrighted by the vendor listed below.
- *
- * Vendor: FontSite Inc.
- * License URL: https://www.fontspring.com/licenses/fontsite/webfont
- *
- *
- */
-
-@font-face {
- font-family: 'square_seriflight';
- src: url('SquareSerif-Light-webfont.eot');
- src: url('SquareSerif-Light-webfont.eot?#iefix') format('embedded-opentype'),
- url('SquareSerif-Light-webfont.woff2') format('woff2'),
- url('SquareSerif-Light-webfont.woff') format('woff'),
- url('SquareSerif-Light-webfont.ttf') format('truetype'),
- url('SquareSerif-Light-webfont.svg#square_seriflight') format('svg');
- font-weight: normal;
- font-style: normal;
-
-}
-
diff --git a/assets/fonts/squareserif_lightitalic_macroman/SquareSerif-LightItalic-demo.html b/assets/fonts/squareserif_lightitalic_macroman/SquareSerif-LightItalic-demo.html
deleted file mode 100755
index c30fe1874..000000000
--- a/assets/fonts/squareserif_lightitalic_macroman/SquareSerif-LightItalic-demo.html
+++ /dev/null
@@ -1,382 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-Square Serif Light Italic Specimen
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890&.,?!@()#$%*+-=:;
-
-
-
-
- 10 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
- 11 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
- 12 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
- 13 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
- 14 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
- 16 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
- 18 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
- 20 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
- 24 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
- 30 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
- 36 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
- 48 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
- 60 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
- 72 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
- 90 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
-
-
-
-
-
-
-
-
-
-
-
-
-
body
body
body
body
-
- bodySquare Serif Light Italic
-
-
- bodyArial
-
-
- bodyVerdana
-
-
- bodyGeorgia
-
-
-
-
-
-
-
-
-
-
-
10. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
11. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
12. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
13. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
-
-
-
-
14. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
16. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
18. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
-
-
-
-
-
-
20. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
24. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
-
-
-
-
-
30. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
-
-
-
-
-
-
10. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
11. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
12. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
13. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
-
-
-
-
-
14. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
16. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
18. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
-
-
-
-
-
20. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
24. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
-
-
-
-
-
30. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Lorem Ipsum Dolor
-
Etiam porta sem malesuada magna mollis euismod
-
-
By Aenean Lacinia
-
-
-
-
-
Donec sed odio dui. Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.
-
-
-
Pellentesque ornare sem
-
-
Maecenas sed diam eget risus varius blandit sit amet non magna. Maecenas faucibus mollis interdum. Donec ullamcorper nulla non metus auctor fringilla. Nullam id dolor id nibh ultricies vehicula ut id elit. Nullam id dolor id nibh ultricies vehicula ut id elit.
-
-
Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.
-
-
Nulla vitae elit libero, a pharetra augue. Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Aenean lacinia bibendum nulla sed consectetur.
-
-
Nullam quis risus eget urna mollis ornare vel eu leo. Nullam quis risus eget urna mollis ornare vel eu leo. Maecenas sed diam eget risus varius blandit sit amet non magna. Donec ullamcorper nulla non metus auctor fringilla.
-
-
Cras mattis consectetur
-
-
Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Aenean lacinia bibendum nulla sed consectetur. Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Cras mattis consectetur purus sit amet fermentum.
-
-
Nullam id dolor id nibh ultricies vehicula ut id elit. Nullam quis risus eget urna mollis ornare vel eu leo. Cras mattis consectetur purus sit amet fermentum.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Language Support
-
The subset of Square Serif Light Italic in this kit supports the following languages:
-
- Albanian, Alsatian, Aragonese, Arapaho, Aromanian, Arrernte, Asturian, Aymara, Basque, Bislama, Bosnian, Breton, Cebuano, Chamorro, Cheyenne, Cimbrian, Corsican, Croatian, Czech, Danish, Demo, Dutch, English, Estonian, Faroese, Fijian, Finnish, French, French Creole (Saint Lucia), Frisian, Friulian, Galician, Genoese, German, Gilbertese (Kiribati), Greenlandic, Haitian Creole, Hawaiian, Hiligaynon, Hmong, Hopi, Hungarian, Ibanag, Icelandic, Iloko (Ilokano), Indonesian, Interglossa (Glosa), Interlingua, Irish (Gaelic), Istro-Romanian, Italian, Jèrriais, Kashubian, Kurdish (Kurmanji), Ladin, Latin Basic, Latvian, Lithuanian, Lojban, Lombard, Low Saxon, Luxembourgian, Malagasy, Manx, Maori, Megleno-Romanian, Mohawk, Nahuatl, Norfolk/Pitcairnese, Northern Sotho (Pedi), Norwegian, Occitan, Oromo, Pangasinan, Papiamento, Piedmontese, Polish, Portuguese, Potawatomi, Rhaeto-Romance, Romanian, Romansh (Rumantsch), Rotokas, Sami (Lule), Samoan, Sardinian (Sardu), Scots (Gaelic), Seychellois Creole (Seselwa), Shona, Sicilian, Slovak, Slovenian (Slovene), Somali, Southern Ndebele, Southern Sotho (Sesotho), Spanish, Swahili, Swati/Swazi, Swedish, Tagalog (Filipino/Pilipino), Tahitian, Tausug, Tetum (Tetun), Tok Pisin, Tongan (Faka-Tonga), Tswana, Turkish, Turkmen, Turkmen (Latinized), Tuvaluan, ubasic, Uyghur (Latinized), Veps, Volapük, Votic (Latinized), Walloon, Warlpiri, Xhosa, Yapese, Zulu
-
Glyph Chart
-
The subset of Square Serif Light Italic in this kit includes all the glyphs listed below. Unicode entities are included above each glyph to help you insert individual characters into your layout.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Installing Webfonts
-
-
Webfonts are supported by all major browser platforms but not all in the same way. There are currently four different font formats that must be included in order to target all browsers. This includes TTF, WOFF, EOT and SVG.
-
-
1. Upload your webfonts
-
You must upload your webfont kit to your website. They should be in or near the same directory as your CSS files.
-
-
2. Include the webfont stylesheet
-
A special CSS @font-face declaration helps the various browsers select the appropriate font it needs without causing you a bunch of headaches. Learn more about this syntax by reading the Fontspring blog post about it. The code for it is as follows:
-
-
-
-@font-face{
- font-family: 'MyWebFont';
- src: url('WebFont.eot');
- src: url('WebFont.eot?#iefix') format('embedded-opentype'),
- url('WebFont.woff') format('woff'),
- url('WebFont.ttf') format('truetype'),
- url('WebFont.svg#webfont') format('svg');
-}
-
-
-
We've already gone ahead and generated the code for you. All you have to do is link to the stylesheet in your HTML, like this:
-
<link rel="stylesheet" href="stylesheet.css" type="text/css" charset="utf-8" />
-
-
3. Modify your own stylesheet
-
To take advantage of your new fonts, you must tell your stylesheet to use them. Look at the original @font-face declaration above and find the property called "font-family." The name linked there will be what you use to reference the font. Prepend that webfont name to the font stack in the "font-family" property, inside the selector you want to change. For example:
-
p { font-family: 'MyWebFont', Arial, sans-serif; }
-
-
4. Test
-
Getting webfonts to work cross-browser can be tricky. Use the information in the sidebar to help you if you find that fonts aren't loading in a particular browser.
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/assets/fonts/squareserif_lightitalic_macroman/SquareSerif-LightItalic-webfont.eot b/assets/fonts/squareserif_lightitalic_macroman/SquareSerif-LightItalic-webfont.eot
deleted file mode 100755
index 9cf3a3782..000000000
Binary files a/assets/fonts/squareserif_lightitalic_macroman/SquareSerif-LightItalic-webfont.eot and /dev/null differ
diff --git a/assets/fonts/squareserif_lightitalic_macroman/SquareSerif-LightItalic-webfont.svg b/assets/fonts/squareserif_lightitalic_macroman/SquareSerif-LightItalic-webfont.svg
deleted file mode 100755
index dfa5c7430..000000000
--- a/assets/fonts/squareserif_lightitalic_macroman/SquareSerif-LightItalic-webfont.svg
+++ /dev/null
@@ -1,2026 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/assets/fonts/squareserif_lightitalic_macroman/SquareSerif-LightItalic-webfont.ttf b/assets/fonts/squareserif_lightitalic_macroman/SquareSerif-LightItalic-webfont.ttf
deleted file mode 100755
index 3cc7bd8e7..000000000
Binary files a/assets/fonts/squareserif_lightitalic_macroman/SquareSerif-LightItalic-webfont.ttf and /dev/null differ
diff --git a/assets/fonts/squareserif_lightitalic_macroman/SquareSerif-LightItalic-webfont.woff b/assets/fonts/squareserif_lightitalic_macroman/SquareSerif-LightItalic-webfont.woff
deleted file mode 100755
index 68dbfb3af..000000000
Binary files a/assets/fonts/squareserif_lightitalic_macroman/SquareSerif-LightItalic-webfont.woff and /dev/null differ
diff --git a/assets/fonts/squareserif_lightitalic_macroman/SquareSerif-LightItalic-webfont.woff2 b/assets/fonts/squareserif_lightitalic_macroman/SquareSerif-LightItalic-webfont.woff2
deleted file mode 100755
index dccfdcf44..000000000
Binary files a/assets/fonts/squareserif_lightitalic_macroman/SquareSerif-LightItalic-webfont.woff2 and /dev/null differ
diff --git a/assets/fonts/squareserif_lightitalic_macroman/specimen_files/easytabs.js b/assets/fonts/squareserif_lightitalic_macroman/specimen_files/easytabs.js
deleted file mode 100755
index 167f53b72..000000000
--- a/assets/fonts/squareserif_lightitalic_macroman/specimen_files/easytabs.js
+++ /dev/null
@@ -1,7 +0,0 @@
-(function($){$.fn.easyTabs=function(option){var param=jQuery.extend({fadeSpeed:"fast",defaultContent:1,activeClass:'active'},option);$(this).each(function(){var thisId="#"+this.id;if(param.defaultContent==''){param.defaultContent=1;}
-if(typeof param.defaultContent=="number")
-{var defaultTab=$(thisId+" .tabs li:eq("+(param.defaultContent-1)+") a").attr('href').substr(1);}else{var defaultTab=param.defaultContent;}
-$(thisId+" .tabs li a").each(function(){var tabToHide=$(this).attr('href').substr(1);$("#"+tabToHide).addClass('easytabs-tab-content');});hideAll();changeContent(defaultTab);function hideAll(){$(thisId+" .easytabs-tab-content").hide();}
-function changeContent(tabId){hideAll();$(thisId+" .tabs li").removeClass(param.activeClass);$(thisId+" .tabs li a[href=#"+tabId+"]").closest('li').addClass(param.activeClass);if(param.fadeSpeed!="none")
-{$(thisId+" #"+tabId).fadeIn(param.fadeSpeed);}else{$(thisId+" #"+tabId).show();}}
-$(thisId+" .tabs li").click(function(){var tabId=$(this).find('a').attr('href').substr(1);changeContent(tabId);return false;});});}})(jQuery);
\ No newline at end of file
diff --git a/assets/fonts/squareserif_lightitalic_macroman/specimen_files/grid_12-825-55-15.css b/assets/fonts/squareserif_lightitalic_macroman/specimen_files/grid_12-825-55-15.css
deleted file mode 100755
index 3d6aef783..000000000
--- a/assets/fonts/squareserif_lightitalic_macroman/specimen_files/grid_12-825-55-15.css
+++ /dev/null
@@ -1,129 +0,0 @@
-/*Notes about grid:
-Columns: 12
-Grid Width: 825px
-Column Width: 55px
-Gutter Width: 15px
--------------------------------*/
-
-
-
-.section {margin-bottom: 18px;
-}
-.section:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
-.section {*zoom: 1;}
-
-.section .firstcolumn,
-.section .firstcol {margin-left: 0;}
-
-
-/* Border on left hand side of a column. */
-.border {
- padding-left: 7px;
- margin-left: 7px;
- border-left: 1px solid #eee;
-}
-
-/* Border with more whitespace, spans one column. */
-.colborder {
- padding-left: 42px;
- margin-left: 42px;
- border-left: 1px solid #eee;
-}
-
-
-
-/* The Grid Classes */
-.grid1, .grid1_2cols, .grid1_3cols, .grid1_4cols, .grid2, .grid2_3cols, .grid2_4cols, .grid3, .grid3_2cols, .grid3_4cols, .grid4, .grid4_3cols, .grid5, .grid5_2cols, .grid5_3cols, .grid5_4cols, .grid6, .grid6_4cols, .grid7, .grid7_2cols, .grid7_3cols, .grid7_4cols, .grid8, .grid8_3cols, .grid9, .grid9_2cols, .grid9_4cols, .grid10, .grid10_3cols, .grid10_4cols, .grid11, .grid11_2cols, .grid11_3cols, .grid11_4cols, .grid12
-{margin-left: 15px;float: left;display: inline; overflow: hidden;}
-
-
-.width1, .grid1, .span-1 {width: 55px;}
-.width1_2cols,.grid1_2cols {width: 20px;}
-.width1_3cols,.grid1_3cols {width: 8px;}
-.width1_4cols,.grid1_4cols {width: 2px;}
-.input_width1 {width: 49px;}
-
-.width2, .grid2, .span-2 {width: 125px;}
-.width2_3cols,.grid2_3cols {width: 31px;}
-.width2_4cols,.grid2_4cols {width: 20px;}
-.input_width2 {width: 119px;}
-
-.width3, .grid3, .span-3 {width: 195px;}
-.width3_2cols,.grid3_2cols {width: 90px;}
-.width3_4cols,.grid3_4cols {width: 37px;}
-.input_width3 {width: 189px;}
-
-.width4, .grid4, .span-4 {width: 265px;}
-.width4_3cols,.grid4_3cols {width: 78px;}
-.input_width4 {width: 259px;}
-
-.width5, .grid5, .span-5 {width: 335px;}
-.width5_2cols,.grid5_2cols {width: 160px;}
-.width5_3cols,.grid5_3cols {width: 101px;}
-.width5_4cols,.grid5_4cols {width: 72px;}
-.input_width5 {width: 329px;}
-
-.width6, .grid6, .span-6 {width: 405px;}
-.width6_4cols,.grid6_4cols {width: 90px;}
-.input_width6 {width: 399px;}
-
-.width7, .grid7, .span-7 {width: 475px;}
-.width7_2cols,.grid7_2cols {width: 230px;}
-.width7_3cols,.grid7_3cols {width: 148px;}
-.width7_4cols,.grid7_4cols {width: 107px;}
-.input_width7 {width: 469px;}
-
-.width8, .grid8, .span-8 {width: 545px;}
-.width8_3cols,.grid8_3cols {width: 171px;}
-.input_width8 {width: 539px;}
-
-.width9, .grid9, .span-9 {width: 615px;}
-.width9_2cols,.grid9_2cols {width: 300px;}
-.width9_4cols,.grid9_4cols {width: 142px;}
-.input_width9 {width: 609px;}
-
-.width10, .grid10, .span-10 {width: 685px;}
-.width10_3cols,.grid10_3cols {width: 218px;}
-.width10_4cols,.grid10_4cols {width: 160px;}
-.input_width10 {width: 679px;}
-
-.width11, .grid11, .span-11 {width: 755px;}
-.width11_2cols,.grid11_2cols {width: 370px;}
-.width11_3cols,.grid11_3cols {width: 241px;}
-.width11_4cols,.grid11_4cols {width: 177px;}
-.input_width11 {width: 749px;}
-
-.width12, .grid12, .span-12 {width: 825px;}
-.input_width12 {width: 819px;}
-
-/* Subdivided grid spaces */
-.emptycols_left1, .prepend-1 {padding-left: 70px;}
-.emptycols_right1, .append-1 {padding-right: 70px;}
-.emptycols_left2, .prepend-2 {padding-left: 140px;}
-.emptycols_right2, .append-2 {padding-right: 140px;}
-.emptycols_left3, .prepend-3 {padding-left: 210px;}
-.emptycols_right3, .append-3 {padding-right: 210px;}
-.emptycols_left4, .prepend-4 {padding-left: 280px;}
-.emptycols_right4, .append-4 {padding-right: 280px;}
-.emptycols_left5, .prepend-5 {padding-left: 350px;}
-.emptycols_right5, .append-5 {padding-right: 350px;}
-.emptycols_left6, .prepend-6 {padding-left: 420px;}
-.emptycols_right6, .append-6 {padding-right: 420px;}
-.emptycols_left7, .prepend-7 {padding-left: 490px;}
-.emptycols_right7, .append-7 {padding-right: 490px;}
-.emptycols_left8, .prepend-8 {padding-left: 560px;}
-.emptycols_right8, .append-8 {padding-right: 560px;}
-.emptycols_left9, .prepend-9 {padding-left: 630px;}
-.emptycols_right9, .append-9 {padding-right: 630px;}
-.emptycols_left10, .prepend-10 {padding-left: 700px;}
-.emptycols_right10, .append-10 {padding-right: 700px;}
-.emptycols_left11, .prepend-11 {padding-left: 770px;}
-.emptycols_right11, .append-11 {padding-right: 770px;}
-.pull-1 {margin-left: -70px;}
-.push-1 {margin-right: -70px;margin-left: 18px;float: right;}
-.pull-2 {margin-left: -140px;}
-.push-2 {margin-right: -140px;margin-left: 18px;float: right;}
-.pull-3 {margin-left: -210px;}
-.push-3 {margin-right: -210px;margin-left: 18px;float: right;}
-.pull-4 {margin-left: -280px;}
-.push-4 {margin-right: -280px;margin-left: 18px;float: right;}
\ No newline at end of file
diff --git a/assets/fonts/squareserif_lightitalic_macroman/specimen_files/specimen_stylesheet.css b/assets/fonts/squareserif_lightitalic_macroman/specimen_files/specimen_stylesheet.css
deleted file mode 100755
index aecc43c32..000000000
--- a/assets/fonts/squareserif_lightitalic_macroman/specimen_files/specimen_stylesheet.css
+++ /dev/null
@@ -1,396 +0,0 @@
-@import url('grid_12-825-55-15.css');
-
-/*
- CSS Reset by Eric Meyer - Released under Public Domain
- http://meyerweb.com/eric/tools/css/reset/
-*/
-html, body, div, span, applet, object, iframe,
-h1, h2, h3, h4, h5, h6, p, blockquote, pre,
-a, abbr, acronym, address, big, cite, code,
-del, dfn, em, font, img, ins, kbd, q, s, samp,
-small, strike, strong, sub, sup, tt, var,
-b, u, i, center, dl, dt, dd, ol, ul, li,
-fieldset, form, label, legend, table,
-caption, tbody, tfoot, thead, tr, th, td
- {margin: 0;padding: 0;border: 0;outline: 0;
- font-size: 100%;vertical-align: baseline;
- background: transparent;}
-body {line-height: 1;}
-ol, ul {list-style: none;}
-blockquote, q {quotes: none;}
-blockquote:before, blockquote:after,
-q:before, q:after {content: ''; content: none;}
-:focus {outline: 0;}
-ins {text-decoration: none;}
-del {text-decoration: line-through;}
-table {border-collapse: collapse;border-spacing: 0;}
-
-
-
-
-body {
- color: #000;
- background-color: #dcdcdc;
-}
-
-a {
- text-decoration: none;
- color: #1883ba;
-}
-
-h1{
- font-size: 32px;
- font-weight: normal;
- font-style: normal;
- margin-bottom: 18px;
-}
-
-h2{
- font-size: 18px;
-}
-
-#container {
- width: 865px;
- margin: 0px auto;
-}
-
-
-#header {
- padding: 20px;
- font-size: 36px;
- background-color: #000;
- color: #fff;
-}
-
-#header span {
- color: #666;
-}
-#main_content {
- background-color: #fff;
- padding: 60px 20px 20px;
-}
-
-
-#footer p {
- margin: 0;
- padding-top: 10px;
- padding-bottom: 50px;
- color: #333;
- font: 10px Arial, sans-serif;
-}
-
-.tabs {
- width: 100%;
- height: 31px;
- background-color: #444;
-}
-.tabs li {
- float: left;
- margin: 0;
- overflow: hidden;
- background-color: #444;
-}
-.tabs li a {
- display: block;
- color: #fff;
- text-decoration: none;
- font: bold 11px/11px 'Arial';
- text-transform: uppercase;
- padding: 10px 15px;
- border-right: 1px solid #fff;
-}
-
-.tabs li a:hover {
- background-color: #00b3ff;
-
-}
-
-.tabs li.active a {
- color: #000;
- background-color: #fff;
-}
-
-
-
-div.huge {
-
- font-size: 300px;
- line-height: 1em;
- padding: 0;
- letter-spacing: -.02em;
- overflow: hidden;
-}
-div.glyph_range {
- font-size: 72px;
- line-height: 1.1em;
-}
-
-.size10{ font-size: 10px; }
-.size11{ font-size: 11px; }
-.size12{ font-size: 12px; }
-.size13{ font-size: 13px; }
-.size14{ font-size: 14px; }
-.size16{ font-size: 16px; }
-.size18{ font-size: 18px; }
-.size20{ font-size: 20px; }
-.size24{ font-size: 24px; }
-.size30{ font-size: 30px; }
-.size36{ font-size: 36px; }
-.size48{ font-size: 48px; }
-.size60{ font-size: 60px; }
-.size72{ font-size: 72px; }
-.size90{ font-size: 90px; }
-
-
-.psample_row1 { height: 120px;}
-.psample_row1 { height: 120px;}
-.psample_row2 { height: 160px;}
-.psample_row3 { height: 160px;}
-.psample_row4 { height: 160px;}
-
-.psample {
- overflow: hidden;
- position: relative;
-}
-.psample p {
- line-height: 1.3em;
- display: block;
- overflow: hidden;
- margin: 0;
-}
-
-.psample span {
- margin-right: .5em;
-}
-
-.white_blend {
- width: 100%;
- height: 61px;
- background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAVkAAAA9CAYAAAAH4BojAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNrs3TsKgFAMRUE/eer+NxztxMYuEWQG3ECKwwUF58ycAKixOAGAyAKILAAiCyCyACILgMgCiCyAyAIgsgAiCyCyAIgsgMgCiCwAIgsgsgAiC4DIAogsACIL0CWuZ3UGgLrIhjMA1EV2OAOAJQtgyQLwjOzmDAAiCyCyAIgsQFtkd2cAEFkAkQVAZAHaIns4A4AlC2DJAiCyACILILIAiCzAV5H1dQGAJQsgsgCILIDIAvwisl58AViyAJYsACILILIAIgvAe2T9EhxAZAFEFgCRBeiL7HAGgLrIhjMAWLIAliwAt1OAAQDwygTBulLIlQAAAABJRU5ErkJggg==);
- position: absolute;
- bottom: 0;
-}
-.black_blend {
- width: 100%;
- height: 61px;
- background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAVkAAAA9CAYAAAAH4BojAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAPJJREFUeNrs3TEKhTAQRVGjibr/9QoxhY2N3Ywo50A28IrLwP9g6b1PAMSYTQAgsgAiC4DIAogsgMgCILIAIgsgsgCILIDIAogsACILILIAIguAyAKILIDIAiCyACILgMgCZCnjLWYAiFGvB0BQZJsZAFyyAC5ZAO6RXc0AILIAIguAyAKkRXYzA4DIAogsACILkBbZ3QwALlkAlywAIgsgsgAiC4DIArwVWf8uAHDJAogsACILILIAv4isH74AXLIALlkARBZAZAFEFoDnyPokOIDIAogsACILkBfZZgaAuMhWMwC4ZAE+p4x3mAEgxinAAJ+XBbPWGkwAAAAAAElFTkSuQmCC);
- position: absolute;
- bottom: 0;
-}
-.fullreverse {
- background: #000 !important;
- color: #fff !important;
- margin-left: -20px;
- padding-left: 20px;
- margin-right: -20px;
- padding-right: 20px;
- padding: 20px;
- margin-bottom:0;
-}
-
-
-.sample_table td {
- padding-top: 3px;
- padding-bottom:5px;
- padding-left: 5px;
- vertical-align: middle;
- line-height: 1.2em;
-}
-
-.sample_table td:first-child {
- background-color: #eee;
- text-align: right;
- padding-right: 5px;
- padding-left: 0;
- padding: 5px;
- font: 11px/12px "Courier New", Courier, mono;
-}
-
-code {
- white-space: pre;
- background-color: #eee;
- display: block;
- padding: 10px;
- margin-bottom: 18px;
- overflow: auto;
-}
-
-
-.bottom,.last {margin-bottom:0 !important; padding-bottom:0 !important;}
-
-.box {
- padding: 18px;
- margin-bottom: 18px;
- background: #eee;
-}
-
-.reverse,.reversed { background: #000 !important;color: #fff !important; border: none !important;}
-
-#bodycomparison {
- position: relative;
- overflow: hidden;
- font-size: 72px;
- height: 90px;
- white-space: nowrap;
-}
-
-#bodycomparison div{
- font-size: 72px;
- line-height: 90px;
- display: inline;
- margin: 0 15px 0 0;
- padding: 0;
-}
-
-#bodycomparison div span{
- font: 10px Arial;
- position: absolute;
- left: 0;
-}
-#xheight {
- float: none;
- position: absolute;
- color: #d9f3ff;
- font-size: 72px;
- line-height: 90px;
-}
-
-.fontbody {
- position: relative;
-}
-.arialbody{
- font-family: Arial;
- position: relative;
-}
-.verdanabody{
- font-family: Verdana;
- position: relative;
-}
-.georgiabody{
- font-family: Georgia;
- position: relative;
-}
-
-/* @group Layout page
- */
-
-#layout h1 {
- font-size: 36px;
- line-height: 42px;
- font-weight: normal;
- font-style: normal;
-}
-
-#layout h2 {
- font-size: 24px;
- line-height: 23px;
- font-weight: normal;
- font-style: normal;
-}
-
-#layout h3 {
- font-size: 22px;
- line-height: 1.4em;
- margin-top: 1em;
- font-weight: normal;
- font-style: normal;
-}
-
-
-#layout p.byline {
- font-size: 12px;
- margin-top: 18px;
- line-height: 12px;
- margin-bottom: 0;
-}
-#layout p {
- font-size: 14px;
- line-height: 21px;
- margin-bottom: .5em;
-}
-
-#layout p.large{
- font-size: 18px;
- line-height: 26px;
-}
-
-#layout .sidebar p{
- font-size: 12px;
- line-height: 1.4em;
-}
-
-#layout p.caption {
- font-size: 10px;
- margin-top: -16px;
- margin-bottom: 18px;
-}
-
-/* @end */
-
-/* @group Glyphs */
-
-#glyph_chart div{
- background-color: #d9f3ff;
- color: black;
- float: left;
- font-size: 36px;
- height: 1.2em;
- line-height: 1.2em;
- margin-bottom: 1px;
- margin-right: 1px;
- text-align: center;
- width: 1.2em;
- position: relative;
- padding: .6em .2em .2em;
-}
-
-#glyph_chart div p {
- position: absolute;
- left: 0;
- top: 0;
- display: block;
- text-align: center;
- font: bold 9px Arial, sans-serif;
- background-color: #3a768f;
- width: 100%;
- color: #fff;
- padding: 2px 0;
-}
-
-
-#glyphs h1 {
- font-family: Arial, sans-serif;
-}
-/* @end */
-
-/* @group Installing */
-
-#installing {
- font: 13px Arial, sans-serif;
-}
-
-#installing p,
-#glyphs p{
- line-height: 1.2em;
- margin-bottom: 18px;
- font: 13px Arial, sans-serif;
-}
-
-
-
-#installing h3{
- font-size: 15px;
- margin-top: 18px;
-}
-
-/* @end */
-
-#rendering h1 {
- font-family: Arial, sans-serif;
-}
-.render_table td {
- font: 11px "Courier New", Courier, mono;
- vertical-align: middle;
-}
-
-
diff --git a/assets/fonts/squareserif_lightitalic_macroman/stylesheet.css b/assets/fonts/squareserif_lightitalic_macroman/stylesheet.css
deleted file mode 100755
index 4b613915f..000000000
--- a/assets/fonts/squareserif_lightitalic_macroman/stylesheet.css
+++ /dev/null
@@ -1,37 +0,0 @@
-/*
- * Web Fonts from fontspring.com
- *
- * All OpenType features and all extended glyphs have been removed.
- * Fully installable fonts can be purchased at http://www.fontspring.com
- *
- * The fonts included in this stylesheet are subject to the End User License you purchased
- * from Fontspring. The fonts are protected under domestic and international trademark and
- * copyright law. You are prohibited from modifying, reverse engineering, duplicating, or
- * distributing this font software.
- *
- * (c) 2010-2017 Fontspring
- *
- *
- *
- *
- * The fonts included are copyrighted by the vendor listed below.
- *
- * Vendor: FontSite Inc.
- * License URL: https://www.fontspring.com/licenses/fontsite/webfont
- *
- *
- */
-
-@font-face {
- font-family: 'square_seriflight_italic';
- src: url('SquareSerif-LightItalic-webfont.eot');
- src: url('SquareSerif-LightItalic-webfont.eot?#iefix') format('embedded-opentype'),
- url('SquareSerif-LightItalic-webfont.woff2') format('woff2'),
- url('SquareSerif-LightItalic-webfont.woff') format('woff'),
- url('SquareSerif-LightItalic-webfont.ttf') format('truetype'),
- url('SquareSerif-LightItalic-webfont.svg#square_seriflight_italic') format('svg');
- font-weight: normal;
- font-style: normal;
-
-}
-
diff --git a/assets/fonts/squareserif_medium_macroman/SquareSerif-Medium-demo.html b/assets/fonts/squareserif_medium_macroman/SquareSerif-Medium-demo.html
deleted file mode 100755
index c32af10f2..000000000
--- a/assets/fonts/squareserif_medium_macroman/SquareSerif-Medium-demo.html
+++ /dev/null
@@ -1,382 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-Square Serif Medium Specimen
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890&.,?!@()#$%*+-=:;
-
-
-
-
- 10 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
- 11 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
- 12 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
- 13 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
- 14 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
- 16 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
- 18 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
- 20 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
- 24 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
- 30 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
- 36 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
- 48 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
- 60 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
- 72 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
- 90 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
-
-
-
-
-
-
-
-
-
-
-
-
-
body
body
body
body
-
- bodySquare Serif Medium
-
-
- bodyArial
-
-
- bodyVerdana
-
-
- bodyGeorgia
-
-
-
-
-
-
-
-
-
-
-
10. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
11. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
12. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
13. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
-
-
-
-
14. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
16. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
18. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
-
-
-
-
-
-
20. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
24. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
-
-
-
-
-
30. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
-
-
-
-
-
-
10. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
11. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
12. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
13. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
-
-
-
-
-
14. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
16. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
18. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
-
-
-
-
-
20. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
24. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
-
-
-
-
-
30. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Lorem Ipsum Dolor
-
Etiam porta sem malesuada magna mollis euismod
-
-
By Aenean Lacinia
-
-
-
-
-
Donec sed odio dui. Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.
-
-
-
Pellentesque ornare sem
-
-
Maecenas sed diam eget risus varius blandit sit amet non magna. Maecenas faucibus mollis interdum. Donec ullamcorper nulla non metus auctor fringilla. Nullam id dolor id nibh ultricies vehicula ut id elit. Nullam id dolor id nibh ultricies vehicula ut id elit.
-
-
Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.
-
-
Nulla vitae elit libero, a pharetra augue. Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Aenean lacinia bibendum nulla sed consectetur.
-
-
Nullam quis risus eget urna mollis ornare vel eu leo. Nullam quis risus eget urna mollis ornare vel eu leo. Maecenas sed diam eget risus varius blandit sit amet non magna. Donec ullamcorper nulla non metus auctor fringilla.
-
-
Cras mattis consectetur
-
-
Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Aenean lacinia bibendum nulla sed consectetur. Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Cras mattis consectetur purus sit amet fermentum.
-
-
Nullam id dolor id nibh ultricies vehicula ut id elit. Nullam quis risus eget urna mollis ornare vel eu leo. Cras mattis consectetur purus sit amet fermentum.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Language Support
-
The subset of Square Serif Medium in this kit supports the following languages:
-
- Albanian, Alsatian, Aragonese, Arapaho, Aromanian, Arrernte, Asturian, Aymara, Basque, Bislama, Bosnian, Breton, Cebuano, Chamorro, Cheyenne, Cimbrian, Corsican, Croatian, Czech, Danish, Demo, Dutch, English, Estonian, Faroese, Fijian, Finnish, French, French Creole (Saint Lucia), Frisian, Friulian, Galician, Genoese, German, Gilbertese (Kiribati), Greenlandic, Haitian Creole, Hawaiian, Hiligaynon, Hmong, Hopi, Hungarian, Ibanag, Icelandic, Iloko (Ilokano), Indonesian, Interglossa (Glosa), Interlingua, Irish (Gaelic), Istro-Romanian, Italian, Jèrriais, Kashubian, Kurdish (Kurmanji), Ladin, Latin Basic, Latvian, Lithuanian, Lojban, Lombard, Low Saxon, Luxembourgian, Malagasy, Manx, Maori, Megleno-Romanian, Mohawk, Nahuatl, Norfolk/Pitcairnese, Northern Sotho (Pedi), Norwegian, Occitan, Oromo, Pangasinan, Papiamento, Piedmontese, Polish, Portuguese, Potawatomi, Rhaeto-Romance, Romanian, Romansh (Rumantsch), Rotokas, Sami (Lule), Samoan, Sardinian (Sardu), Scots (Gaelic), Seychellois Creole (Seselwa), Shona, Sicilian, Slovak, Slovenian (Slovene), Somali, Southern Ndebele, Southern Sotho (Sesotho), Spanish, Swahili, Swati/Swazi, Swedish, Tagalog (Filipino/Pilipino), Tahitian, Tausug, Tetum (Tetun), Tok Pisin, Tongan (Faka-Tonga), Tswana, Turkish, Turkmen, Turkmen (Latinized), Tuvaluan, ubasic, Uyghur (Latinized), Veps, Volapük, Votic (Latinized), Walloon, Warlpiri, Xhosa, Yapese, Zulu
-
Glyph Chart
-
The subset of Square Serif Medium in this kit includes all the glyphs listed below. Unicode entities are included above each glyph to help you insert individual characters into your layout.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Installing Webfonts
-
-
Webfonts are supported by all major browser platforms but not all in the same way. There are currently four different font formats that must be included in order to target all browsers. This includes TTF, WOFF, EOT and SVG.
-
-
1. Upload your webfonts
-
You must upload your webfont kit to your website. They should be in or near the same directory as your CSS files.
-
-
2. Include the webfont stylesheet
-
A special CSS @font-face declaration helps the various browsers select the appropriate font it needs without causing you a bunch of headaches. Learn more about this syntax by reading the Fontspring blog post about it. The code for it is as follows:
-
-
-
-@font-face{
- font-family: 'MyWebFont';
- src: url('WebFont.eot');
- src: url('WebFont.eot?#iefix') format('embedded-opentype'),
- url('WebFont.woff') format('woff'),
- url('WebFont.ttf') format('truetype'),
- url('WebFont.svg#webfont') format('svg');
-}
-
-
-
We've already gone ahead and generated the code for you. All you have to do is link to the stylesheet in your HTML, like this:
-
<link rel="stylesheet" href="stylesheet.css" type="text/css" charset="utf-8" />
-
-
3. Modify your own stylesheet
-
To take advantage of your new fonts, you must tell your stylesheet to use them. Look at the original @font-face declaration above and find the property called "font-family." The name linked there will be what you use to reference the font. Prepend that webfont name to the font stack in the "font-family" property, inside the selector you want to change. For example:
-
p { font-family: 'MyWebFont', Arial, sans-serif; }
-
-
4. Test
-
Getting webfonts to work cross-browser can be tricky. Use the information in the sidebar to help you if you find that fonts aren't loading in a particular browser.
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/assets/fonts/squareserif_medium_macroman/SquareSerif-Medium-webfont.eot b/assets/fonts/squareserif_medium_macroman/SquareSerif-Medium-webfont.eot
deleted file mode 100755
index c3edd015c..000000000
Binary files a/assets/fonts/squareserif_medium_macroman/SquareSerif-Medium-webfont.eot and /dev/null differ
diff --git a/assets/fonts/squareserif_medium_macroman/SquareSerif-Medium-webfont.svg b/assets/fonts/squareserif_medium_macroman/SquareSerif-Medium-webfont.svg
deleted file mode 100755
index 62ea53a16..000000000
--- a/assets/fonts/squareserif_medium_macroman/SquareSerif-Medium-webfont.svg
+++ /dev/null
@@ -1,1998 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/assets/fonts/squareserif_medium_macroman/SquareSerif-Medium-webfont.ttf b/assets/fonts/squareserif_medium_macroman/SquareSerif-Medium-webfont.ttf
deleted file mode 100755
index 37265aaf8..000000000
Binary files a/assets/fonts/squareserif_medium_macroman/SquareSerif-Medium-webfont.ttf and /dev/null differ
diff --git a/assets/fonts/squareserif_medium_macroman/SquareSerif-Medium-webfont.woff b/assets/fonts/squareserif_medium_macroman/SquareSerif-Medium-webfont.woff
deleted file mode 100755
index 334bd0a01..000000000
Binary files a/assets/fonts/squareserif_medium_macroman/SquareSerif-Medium-webfont.woff and /dev/null differ
diff --git a/assets/fonts/squareserif_medium_macroman/SquareSerif-Medium-webfont.woff2 b/assets/fonts/squareserif_medium_macroman/SquareSerif-Medium-webfont.woff2
deleted file mode 100755
index 01f5b2b48..000000000
Binary files a/assets/fonts/squareserif_medium_macroman/SquareSerif-Medium-webfont.woff2 and /dev/null differ
diff --git a/assets/fonts/squareserif_medium_macroman/specimen_files/easytabs.js b/assets/fonts/squareserif_medium_macroman/specimen_files/easytabs.js
deleted file mode 100755
index 167f53b72..000000000
--- a/assets/fonts/squareserif_medium_macroman/specimen_files/easytabs.js
+++ /dev/null
@@ -1,7 +0,0 @@
-(function($){$.fn.easyTabs=function(option){var param=jQuery.extend({fadeSpeed:"fast",defaultContent:1,activeClass:'active'},option);$(this).each(function(){var thisId="#"+this.id;if(param.defaultContent==''){param.defaultContent=1;}
-if(typeof param.defaultContent=="number")
-{var defaultTab=$(thisId+" .tabs li:eq("+(param.defaultContent-1)+") a").attr('href').substr(1);}else{var defaultTab=param.defaultContent;}
-$(thisId+" .tabs li a").each(function(){var tabToHide=$(this).attr('href').substr(1);$("#"+tabToHide).addClass('easytabs-tab-content');});hideAll();changeContent(defaultTab);function hideAll(){$(thisId+" .easytabs-tab-content").hide();}
-function changeContent(tabId){hideAll();$(thisId+" .tabs li").removeClass(param.activeClass);$(thisId+" .tabs li a[href=#"+tabId+"]").closest('li').addClass(param.activeClass);if(param.fadeSpeed!="none")
-{$(thisId+" #"+tabId).fadeIn(param.fadeSpeed);}else{$(thisId+" #"+tabId).show();}}
-$(thisId+" .tabs li").click(function(){var tabId=$(this).find('a').attr('href').substr(1);changeContent(tabId);return false;});});}})(jQuery);
\ No newline at end of file
diff --git a/assets/fonts/squareserif_medium_macroman/specimen_files/grid_12-825-55-15.css b/assets/fonts/squareserif_medium_macroman/specimen_files/grid_12-825-55-15.css
deleted file mode 100755
index 3d6aef783..000000000
--- a/assets/fonts/squareserif_medium_macroman/specimen_files/grid_12-825-55-15.css
+++ /dev/null
@@ -1,129 +0,0 @@
-/*Notes about grid:
-Columns: 12
-Grid Width: 825px
-Column Width: 55px
-Gutter Width: 15px
--------------------------------*/
-
-
-
-.section {margin-bottom: 18px;
-}
-.section:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
-.section {*zoom: 1;}
-
-.section .firstcolumn,
-.section .firstcol {margin-left: 0;}
-
-
-/* Border on left hand side of a column. */
-.border {
- padding-left: 7px;
- margin-left: 7px;
- border-left: 1px solid #eee;
-}
-
-/* Border with more whitespace, spans one column. */
-.colborder {
- padding-left: 42px;
- margin-left: 42px;
- border-left: 1px solid #eee;
-}
-
-
-
-/* The Grid Classes */
-.grid1, .grid1_2cols, .grid1_3cols, .grid1_4cols, .grid2, .grid2_3cols, .grid2_4cols, .grid3, .grid3_2cols, .grid3_4cols, .grid4, .grid4_3cols, .grid5, .grid5_2cols, .grid5_3cols, .grid5_4cols, .grid6, .grid6_4cols, .grid7, .grid7_2cols, .grid7_3cols, .grid7_4cols, .grid8, .grid8_3cols, .grid9, .grid9_2cols, .grid9_4cols, .grid10, .grid10_3cols, .grid10_4cols, .grid11, .grid11_2cols, .grid11_3cols, .grid11_4cols, .grid12
-{margin-left: 15px;float: left;display: inline; overflow: hidden;}
-
-
-.width1, .grid1, .span-1 {width: 55px;}
-.width1_2cols,.grid1_2cols {width: 20px;}
-.width1_3cols,.grid1_3cols {width: 8px;}
-.width1_4cols,.grid1_4cols {width: 2px;}
-.input_width1 {width: 49px;}
-
-.width2, .grid2, .span-2 {width: 125px;}
-.width2_3cols,.grid2_3cols {width: 31px;}
-.width2_4cols,.grid2_4cols {width: 20px;}
-.input_width2 {width: 119px;}
-
-.width3, .grid3, .span-3 {width: 195px;}
-.width3_2cols,.grid3_2cols {width: 90px;}
-.width3_4cols,.grid3_4cols {width: 37px;}
-.input_width3 {width: 189px;}
-
-.width4, .grid4, .span-4 {width: 265px;}
-.width4_3cols,.grid4_3cols {width: 78px;}
-.input_width4 {width: 259px;}
-
-.width5, .grid5, .span-5 {width: 335px;}
-.width5_2cols,.grid5_2cols {width: 160px;}
-.width5_3cols,.grid5_3cols {width: 101px;}
-.width5_4cols,.grid5_4cols {width: 72px;}
-.input_width5 {width: 329px;}
-
-.width6, .grid6, .span-6 {width: 405px;}
-.width6_4cols,.grid6_4cols {width: 90px;}
-.input_width6 {width: 399px;}
-
-.width7, .grid7, .span-7 {width: 475px;}
-.width7_2cols,.grid7_2cols {width: 230px;}
-.width7_3cols,.grid7_3cols {width: 148px;}
-.width7_4cols,.grid7_4cols {width: 107px;}
-.input_width7 {width: 469px;}
-
-.width8, .grid8, .span-8 {width: 545px;}
-.width8_3cols,.grid8_3cols {width: 171px;}
-.input_width8 {width: 539px;}
-
-.width9, .grid9, .span-9 {width: 615px;}
-.width9_2cols,.grid9_2cols {width: 300px;}
-.width9_4cols,.grid9_4cols {width: 142px;}
-.input_width9 {width: 609px;}
-
-.width10, .grid10, .span-10 {width: 685px;}
-.width10_3cols,.grid10_3cols {width: 218px;}
-.width10_4cols,.grid10_4cols {width: 160px;}
-.input_width10 {width: 679px;}
-
-.width11, .grid11, .span-11 {width: 755px;}
-.width11_2cols,.grid11_2cols {width: 370px;}
-.width11_3cols,.grid11_3cols {width: 241px;}
-.width11_4cols,.grid11_4cols {width: 177px;}
-.input_width11 {width: 749px;}
-
-.width12, .grid12, .span-12 {width: 825px;}
-.input_width12 {width: 819px;}
-
-/* Subdivided grid spaces */
-.emptycols_left1, .prepend-1 {padding-left: 70px;}
-.emptycols_right1, .append-1 {padding-right: 70px;}
-.emptycols_left2, .prepend-2 {padding-left: 140px;}
-.emptycols_right2, .append-2 {padding-right: 140px;}
-.emptycols_left3, .prepend-3 {padding-left: 210px;}
-.emptycols_right3, .append-3 {padding-right: 210px;}
-.emptycols_left4, .prepend-4 {padding-left: 280px;}
-.emptycols_right4, .append-4 {padding-right: 280px;}
-.emptycols_left5, .prepend-5 {padding-left: 350px;}
-.emptycols_right5, .append-5 {padding-right: 350px;}
-.emptycols_left6, .prepend-6 {padding-left: 420px;}
-.emptycols_right6, .append-6 {padding-right: 420px;}
-.emptycols_left7, .prepend-7 {padding-left: 490px;}
-.emptycols_right7, .append-7 {padding-right: 490px;}
-.emptycols_left8, .prepend-8 {padding-left: 560px;}
-.emptycols_right8, .append-8 {padding-right: 560px;}
-.emptycols_left9, .prepend-9 {padding-left: 630px;}
-.emptycols_right9, .append-9 {padding-right: 630px;}
-.emptycols_left10, .prepend-10 {padding-left: 700px;}
-.emptycols_right10, .append-10 {padding-right: 700px;}
-.emptycols_left11, .prepend-11 {padding-left: 770px;}
-.emptycols_right11, .append-11 {padding-right: 770px;}
-.pull-1 {margin-left: -70px;}
-.push-1 {margin-right: -70px;margin-left: 18px;float: right;}
-.pull-2 {margin-left: -140px;}
-.push-2 {margin-right: -140px;margin-left: 18px;float: right;}
-.pull-3 {margin-left: -210px;}
-.push-3 {margin-right: -210px;margin-left: 18px;float: right;}
-.pull-4 {margin-left: -280px;}
-.push-4 {margin-right: -280px;margin-left: 18px;float: right;}
\ No newline at end of file
diff --git a/assets/fonts/squareserif_medium_macroman/specimen_files/specimen_stylesheet.css b/assets/fonts/squareserif_medium_macroman/specimen_files/specimen_stylesheet.css
deleted file mode 100755
index aecc43c32..000000000
--- a/assets/fonts/squareserif_medium_macroman/specimen_files/specimen_stylesheet.css
+++ /dev/null
@@ -1,396 +0,0 @@
-@import url('grid_12-825-55-15.css');
-
-/*
- CSS Reset by Eric Meyer - Released under Public Domain
- http://meyerweb.com/eric/tools/css/reset/
-*/
-html, body, div, span, applet, object, iframe,
-h1, h2, h3, h4, h5, h6, p, blockquote, pre,
-a, abbr, acronym, address, big, cite, code,
-del, dfn, em, font, img, ins, kbd, q, s, samp,
-small, strike, strong, sub, sup, tt, var,
-b, u, i, center, dl, dt, dd, ol, ul, li,
-fieldset, form, label, legend, table,
-caption, tbody, tfoot, thead, tr, th, td
- {margin: 0;padding: 0;border: 0;outline: 0;
- font-size: 100%;vertical-align: baseline;
- background: transparent;}
-body {line-height: 1;}
-ol, ul {list-style: none;}
-blockquote, q {quotes: none;}
-blockquote:before, blockquote:after,
-q:before, q:after {content: ''; content: none;}
-:focus {outline: 0;}
-ins {text-decoration: none;}
-del {text-decoration: line-through;}
-table {border-collapse: collapse;border-spacing: 0;}
-
-
-
-
-body {
- color: #000;
- background-color: #dcdcdc;
-}
-
-a {
- text-decoration: none;
- color: #1883ba;
-}
-
-h1{
- font-size: 32px;
- font-weight: normal;
- font-style: normal;
- margin-bottom: 18px;
-}
-
-h2{
- font-size: 18px;
-}
-
-#container {
- width: 865px;
- margin: 0px auto;
-}
-
-
-#header {
- padding: 20px;
- font-size: 36px;
- background-color: #000;
- color: #fff;
-}
-
-#header span {
- color: #666;
-}
-#main_content {
- background-color: #fff;
- padding: 60px 20px 20px;
-}
-
-
-#footer p {
- margin: 0;
- padding-top: 10px;
- padding-bottom: 50px;
- color: #333;
- font: 10px Arial, sans-serif;
-}
-
-.tabs {
- width: 100%;
- height: 31px;
- background-color: #444;
-}
-.tabs li {
- float: left;
- margin: 0;
- overflow: hidden;
- background-color: #444;
-}
-.tabs li a {
- display: block;
- color: #fff;
- text-decoration: none;
- font: bold 11px/11px 'Arial';
- text-transform: uppercase;
- padding: 10px 15px;
- border-right: 1px solid #fff;
-}
-
-.tabs li a:hover {
- background-color: #00b3ff;
-
-}
-
-.tabs li.active a {
- color: #000;
- background-color: #fff;
-}
-
-
-
-div.huge {
-
- font-size: 300px;
- line-height: 1em;
- padding: 0;
- letter-spacing: -.02em;
- overflow: hidden;
-}
-div.glyph_range {
- font-size: 72px;
- line-height: 1.1em;
-}
-
-.size10{ font-size: 10px; }
-.size11{ font-size: 11px; }
-.size12{ font-size: 12px; }
-.size13{ font-size: 13px; }
-.size14{ font-size: 14px; }
-.size16{ font-size: 16px; }
-.size18{ font-size: 18px; }
-.size20{ font-size: 20px; }
-.size24{ font-size: 24px; }
-.size30{ font-size: 30px; }
-.size36{ font-size: 36px; }
-.size48{ font-size: 48px; }
-.size60{ font-size: 60px; }
-.size72{ font-size: 72px; }
-.size90{ font-size: 90px; }
-
-
-.psample_row1 { height: 120px;}
-.psample_row1 { height: 120px;}
-.psample_row2 { height: 160px;}
-.psample_row3 { height: 160px;}
-.psample_row4 { height: 160px;}
-
-.psample {
- overflow: hidden;
- position: relative;
-}
-.psample p {
- line-height: 1.3em;
- display: block;
- overflow: hidden;
- margin: 0;
-}
-
-.psample span {
- margin-right: .5em;
-}
-
-.white_blend {
- width: 100%;
- height: 61px;
- background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAVkAAAA9CAYAAAAH4BojAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNrs3TsKgFAMRUE/eer+NxztxMYuEWQG3ECKwwUF58ycAKixOAGAyAKILAAiCyCyACILgMgCiCyAyAIgsgAiCyCyAIgsgMgCiCwAIgsgsgAiC4DIAogsACIL0CWuZ3UGgLrIhjMA1EV2OAOAJQtgyQLwjOzmDAAiCyCyAIgsQFtkd2cAEFkAkQVAZAHaIns4A4AlC2DJAiCyACILILIAiCzAV5H1dQGAJQsgsgCILIDIAvwisl58AViyAJYsACILILIAIgvAe2T9EhxAZAFEFgCRBeiL7HAGgLrIhjMAWLIAliwAt1OAAQDwygTBulLIlQAAAABJRU5ErkJggg==);
- position: absolute;
- bottom: 0;
-}
-.black_blend {
- width: 100%;
- height: 61px;
- background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAVkAAAA9CAYAAAAH4BojAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAPJJREFUeNrs3TEKhTAQRVGjibr/9QoxhY2N3Ywo50A28IrLwP9g6b1PAMSYTQAgsgAiC4DIAogsgMgCILIAIgsgsgCILIDIAogsACILILIAIguAyAKILIDIAiCyACILgMgCZCnjLWYAiFGvB0BQZJsZAFyyAC5ZAO6RXc0AILIAIguAyAKkRXYzA4DIAogsACILkBbZ3QwALlkAlywAIgsgsgAiC4DIArwVWf8uAHDJAogsACILILIAv4isH74AXLIALlkARBZAZAFEFoDnyPokOIDIAogsACILkBfZZgaAuMhWMwC4ZAE+p4x3mAEgxinAAJ+XBbPWGkwAAAAAAElFTkSuQmCC);
- position: absolute;
- bottom: 0;
-}
-.fullreverse {
- background: #000 !important;
- color: #fff !important;
- margin-left: -20px;
- padding-left: 20px;
- margin-right: -20px;
- padding-right: 20px;
- padding: 20px;
- margin-bottom:0;
-}
-
-
-.sample_table td {
- padding-top: 3px;
- padding-bottom:5px;
- padding-left: 5px;
- vertical-align: middle;
- line-height: 1.2em;
-}
-
-.sample_table td:first-child {
- background-color: #eee;
- text-align: right;
- padding-right: 5px;
- padding-left: 0;
- padding: 5px;
- font: 11px/12px "Courier New", Courier, mono;
-}
-
-code {
- white-space: pre;
- background-color: #eee;
- display: block;
- padding: 10px;
- margin-bottom: 18px;
- overflow: auto;
-}
-
-
-.bottom,.last {margin-bottom:0 !important; padding-bottom:0 !important;}
-
-.box {
- padding: 18px;
- margin-bottom: 18px;
- background: #eee;
-}
-
-.reverse,.reversed { background: #000 !important;color: #fff !important; border: none !important;}
-
-#bodycomparison {
- position: relative;
- overflow: hidden;
- font-size: 72px;
- height: 90px;
- white-space: nowrap;
-}
-
-#bodycomparison div{
- font-size: 72px;
- line-height: 90px;
- display: inline;
- margin: 0 15px 0 0;
- padding: 0;
-}
-
-#bodycomparison div span{
- font: 10px Arial;
- position: absolute;
- left: 0;
-}
-#xheight {
- float: none;
- position: absolute;
- color: #d9f3ff;
- font-size: 72px;
- line-height: 90px;
-}
-
-.fontbody {
- position: relative;
-}
-.arialbody{
- font-family: Arial;
- position: relative;
-}
-.verdanabody{
- font-family: Verdana;
- position: relative;
-}
-.georgiabody{
- font-family: Georgia;
- position: relative;
-}
-
-/* @group Layout page
- */
-
-#layout h1 {
- font-size: 36px;
- line-height: 42px;
- font-weight: normal;
- font-style: normal;
-}
-
-#layout h2 {
- font-size: 24px;
- line-height: 23px;
- font-weight: normal;
- font-style: normal;
-}
-
-#layout h3 {
- font-size: 22px;
- line-height: 1.4em;
- margin-top: 1em;
- font-weight: normal;
- font-style: normal;
-}
-
-
-#layout p.byline {
- font-size: 12px;
- margin-top: 18px;
- line-height: 12px;
- margin-bottom: 0;
-}
-#layout p {
- font-size: 14px;
- line-height: 21px;
- margin-bottom: .5em;
-}
-
-#layout p.large{
- font-size: 18px;
- line-height: 26px;
-}
-
-#layout .sidebar p{
- font-size: 12px;
- line-height: 1.4em;
-}
-
-#layout p.caption {
- font-size: 10px;
- margin-top: -16px;
- margin-bottom: 18px;
-}
-
-/* @end */
-
-/* @group Glyphs */
-
-#glyph_chart div{
- background-color: #d9f3ff;
- color: black;
- float: left;
- font-size: 36px;
- height: 1.2em;
- line-height: 1.2em;
- margin-bottom: 1px;
- margin-right: 1px;
- text-align: center;
- width: 1.2em;
- position: relative;
- padding: .6em .2em .2em;
-}
-
-#glyph_chart div p {
- position: absolute;
- left: 0;
- top: 0;
- display: block;
- text-align: center;
- font: bold 9px Arial, sans-serif;
- background-color: #3a768f;
- width: 100%;
- color: #fff;
- padding: 2px 0;
-}
-
-
-#glyphs h1 {
- font-family: Arial, sans-serif;
-}
-/* @end */
-
-/* @group Installing */
-
-#installing {
- font: 13px Arial, sans-serif;
-}
-
-#installing p,
-#glyphs p{
- line-height: 1.2em;
- margin-bottom: 18px;
- font: 13px Arial, sans-serif;
-}
-
-
-
-#installing h3{
- font-size: 15px;
- margin-top: 18px;
-}
-
-/* @end */
-
-#rendering h1 {
- font-family: Arial, sans-serif;
-}
-.render_table td {
- font: 11px "Courier New", Courier, mono;
- vertical-align: middle;
-}
-
-
diff --git a/assets/fonts/squareserif_medium_macroman/stylesheet.css b/assets/fonts/squareserif_medium_macroman/stylesheet.css
deleted file mode 100755
index fb46a0d63..000000000
--- a/assets/fonts/squareserif_medium_macroman/stylesheet.css
+++ /dev/null
@@ -1,37 +0,0 @@
-/*
- * Web Fonts from fontspring.com
- *
- * All OpenType features and all extended glyphs have been removed.
- * Fully installable fonts can be purchased at http://www.fontspring.com
- *
- * The fonts included in this stylesheet are subject to the End User License you purchased
- * from Fontspring. The fonts are protected under domestic and international trademark and
- * copyright law. You are prohibited from modifying, reverse engineering, duplicating, or
- * distributing this font software.
- *
- * (c) 2010-2017 Fontspring
- *
- *
- *
- *
- * The fonts included are copyrighted by the vendor listed below.
- *
- * Vendor: FontSite Inc.
- * License URL: https://www.fontspring.com/licenses/fontsite/webfont
- *
- *
- */
-
-@font-face {
- font-family: 'square_serifmedium';
- src: url('SquareSerif-Medium-webfont.eot');
- src: url('SquareSerif-Medium-webfont.eot?#iefix') format('embedded-opentype'),
- url('SquareSerif-Medium-webfont.woff2') format('woff2'),
- url('SquareSerif-Medium-webfont.woff') format('woff'),
- url('SquareSerif-Medium-webfont.ttf') format('truetype'),
- url('SquareSerif-Medium-webfont.svg#square_serifmedium') format('svg');
- font-weight: normal;
- font-style: normal;
-
-}
-
diff --git a/assets/fonts/squareserif_mediumitalic_macroman/SquareSerif-MediumItalic-demo.html b/assets/fonts/squareserif_mediumitalic_macroman/SquareSerif-MediumItalic-demo.html
deleted file mode 100755
index 63869c502..000000000
--- a/assets/fonts/squareserif_mediumitalic_macroman/SquareSerif-MediumItalic-demo.html
+++ /dev/null
@@ -1,382 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-Square Serif Medium Italic Specimen
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890&.,?!@()#$%*+-=:;
-
-
-
-
- 10 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
- 11 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
- 12 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
- 13 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
- 14 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
- 16 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
- 18 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
- 20 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
- 24 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
- 30 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
- 36 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
- 48 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
- 60 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
- 72 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
- 90 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
-
-
-
-
-
-
-
-
-
-
-
-
-
body
body
body
body
-
- bodySquare Serif Medium Italic
-
-
- bodyArial
-
-
- bodyVerdana
-
-
- bodyGeorgia
-
-
-
-
-
-
-
-
-
-
-
10. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
11. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
12. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
13. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
-
-
-
-
14. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
16. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
18. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
-
-
-
-
-
-
20. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
24. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
-
-
-
-
-
30. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
-
-
-
-
-
-
10. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
11. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
12. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
13. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
-
-
-
-
-
14. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
16. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
18. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
-
-
-
-
-
20. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
24. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
-
-
-
-
-
30. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Lorem Ipsum Dolor
-
Etiam porta sem malesuada magna mollis euismod
-
-
By Aenean Lacinia
-
-
-
-
-
Donec sed odio dui. Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.
-
-
-
Pellentesque ornare sem
-
-
Maecenas sed diam eget risus varius blandit sit amet non magna. Maecenas faucibus mollis interdum. Donec ullamcorper nulla non metus auctor fringilla. Nullam id dolor id nibh ultricies vehicula ut id elit. Nullam id dolor id nibh ultricies vehicula ut id elit.
-
-
Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.
-
-
Nulla vitae elit libero, a pharetra augue. Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Aenean lacinia bibendum nulla sed consectetur.
-
-
Nullam quis risus eget urna mollis ornare vel eu leo. Nullam quis risus eget urna mollis ornare vel eu leo. Maecenas sed diam eget risus varius blandit sit amet non magna. Donec ullamcorper nulla non metus auctor fringilla.
-
-
Cras mattis consectetur
-
-
Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Aenean lacinia bibendum nulla sed consectetur. Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Cras mattis consectetur purus sit amet fermentum.
-
-
Nullam id dolor id nibh ultricies vehicula ut id elit. Nullam quis risus eget urna mollis ornare vel eu leo. Cras mattis consectetur purus sit amet fermentum.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Language Support
-
The subset of Square Serif Medium Italic in this kit supports the following languages:
-
- Albanian, Alsatian, Aragonese, Arapaho, Aromanian, Arrernte, Asturian, Aymara, Basque, Bislama, Bosnian, Breton, Cebuano, Chamorro, Cheyenne, Cimbrian, Corsican, Croatian, Czech, Danish, Demo, Dutch, English, Estonian, Faroese, Fijian, Finnish, French, French Creole (Saint Lucia), Frisian, Friulian, Galician, Genoese, German, Gilbertese (Kiribati), Greenlandic, Haitian Creole, Hawaiian, Hiligaynon, Hmong, Hopi, Hungarian, Ibanag, Icelandic, Iloko (Ilokano), Indonesian, Interglossa (Glosa), Interlingua, Irish (Gaelic), Istro-Romanian, Italian, Jèrriais, Kashubian, Kurdish (Kurmanji), Ladin, Latin Basic, Latvian, Lithuanian, Lojban, Lombard, Low Saxon, Luxembourgian, Malagasy, Manx, Maori, Megleno-Romanian, Mohawk, Nahuatl, Norfolk/Pitcairnese, Northern Sotho (Pedi), Norwegian, Occitan, Oromo, Pangasinan, Papiamento, Piedmontese, Polish, Portuguese, Potawatomi, Rhaeto-Romance, Romanian, Romansh (Rumantsch), Rotokas, Sami (Lule), Samoan, Sardinian (Sardu), Scots (Gaelic), Seychellois Creole (Seselwa), Shona, Sicilian, Slovak, Slovenian (Slovene), Somali, Southern Ndebele, Southern Sotho (Sesotho), Spanish, Swahili, Swati/Swazi, Swedish, Tagalog (Filipino/Pilipino), Tahitian, Tausug, Tetum (Tetun), Tok Pisin, Tongan (Faka-Tonga), Tswana, Turkish, Turkmen, Turkmen (Latinized), Tuvaluan, ubasic, Uyghur (Latinized), Veps, Volapük, Votic (Latinized), Walloon, Warlpiri, Xhosa, Yapese, Zulu
-
Glyph Chart
-
The subset of Square Serif Medium Italic in this kit includes all the glyphs listed below. Unicode entities are included above each glyph to help you insert individual characters into your layout.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Installing Webfonts
-
-
Webfonts are supported by all major browser platforms but not all in the same way. There are currently four different font formats that must be included in order to target all browsers. This includes TTF, WOFF, EOT and SVG.
-
-
1. Upload your webfonts
-
You must upload your webfont kit to your website. They should be in or near the same directory as your CSS files.
-
-
2. Include the webfont stylesheet
-
A special CSS @font-face declaration helps the various browsers select the appropriate font it needs without causing you a bunch of headaches. Learn more about this syntax by reading the Fontspring blog post about it. The code for it is as follows:
-
-
-
-@font-face{
- font-family: 'MyWebFont';
- src: url('WebFont.eot');
- src: url('WebFont.eot?#iefix') format('embedded-opentype'),
- url('WebFont.woff') format('woff'),
- url('WebFont.ttf') format('truetype'),
- url('WebFont.svg#webfont') format('svg');
-}
-
-
-
We've already gone ahead and generated the code for you. All you have to do is link to the stylesheet in your HTML, like this:
-
<link rel="stylesheet" href="stylesheet.css" type="text/css" charset="utf-8" />
-
-
3. Modify your own stylesheet
-
To take advantage of your new fonts, you must tell your stylesheet to use them. Look at the original @font-face declaration above and find the property called "font-family." The name linked there will be what you use to reference the font. Prepend that webfont name to the font stack in the "font-family" property, inside the selector you want to change. For example:
-
p { font-family: 'MyWebFont', Arial, sans-serif; }
-
-
4. Test
-
Getting webfonts to work cross-browser can be tricky. Use the information in the sidebar to help you if you find that fonts aren't loading in a particular browser.
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/assets/fonts/squareserif_mediumitalic_macroman/SquareSerif-MediumItalic-webfont.eot b/assets/fonts/squareserif_mediumitalic_macroman/SquareSerif-MediumItalic-webfont.eot
deleted file mode 100755
index bce72752a..000000000
Binary files a/assets/fonts/squareserif_mediumitalic_macroman/SquareSerif-MediumItalic-webfont.eot and /dev/null differ
diff --git a/assets/fonts/squareserif_mediumitalic_macroman/SquareSerif-MediumItalic-webfont.svg b/assets/fonts/squareserif_mediumitalic_macroman/SquareSerif-MediumItalic-webfont.svg
deleted file mode 100755
index 44f5745f9..000000000
--- a/assets/fonts/squareserif_mediumitalic_macroman/SquareSerif-MediumItalic-webfont.svg
+++ /dev/null
@@ -1,1790 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/assets/fonts/squareserif_mediumitalic_macroman/SquareSerif-MediumItalic-webfont.ttf b/assets/fonts/squareserif_mediumitalic_macroman/SquareSerif-MediumItalic-webfont.ttf
deleted file mode 100755
index 3b2cb744d..000000000
Binary files a/assets/fonts/squareserif_mediumitalic_macroman/SquareSerif-MediumItalic-webfont.ttf and /dev/null differ
diff --git a/assets/fonts/squareserif_mediumitalic_macroman/SquareSerif-MediumItalic-webfont.woff b/assets/fonts/squareserif_mediumitalic_macroman/SquareSerif-MediumItalic-webfont.woff
deleted file mode 100755
index 58150c852..000000000
Binary files a/assets/fonts/squareserif_mediumitalic_macroman/SquareSerif-MediumItalic-webfont.woff and /dev/null differ
diff --git a/assets/fonts/squareserif_mediumitalic_macroman/SquareSerif-MediumItalic-webfont.woff2 b/assets/fonts/squareserif_mediumitalic_macroman/SquareSerif-MediumItalic-webfont.woff2
deleted file mode 100755
index 3a77e2e4f..000000000
Binary files a/assets/fonts/squareserif_mediumitalic_macroman/SquareSerif-MediumItalic-webfont.woff2 and /dev/null differ
diff --git a/assets/fonts/squareserif_mediumitalic_macroman/specimen_files/easytabs.js b/assets/fonts/squareserif_mediumitalic_macroman/specimen_files/easytabs.js
deleted file mode 100755
index 167f53b72..000000000
--- a/assets/fonts/squareserif_mediumitalic_macroman/specimen_files/easytabs.js
+++ /dev/null
@@ -1,7 +0,0 @@
-(function($){$.fn.easyTabs=function(option){var param=jQuery.extend({fadeSpeed:"fast",defaultContent:1,activeClass:'active'},option);$(this).each(function(){var thisId="#"+this.id;if(param.defaultContent==''){param.defaultContent=1;}
-if(typeof param.defaultContent=="number")
-{var defaultTab=$(thisId+" .tabs li:eq("+(param.defaultContent-1)+") a").attr('href').substr(1);}else{var defaultTab=param.defaultContent;}
-$(thisId+" .tabs li a").each(function(){var tabToHide=$(this).attr('href').substr(1);$("#"+tabToHide).addClass('easytabs-tab-content');});hideAll();changeContent(defaultTab);function hideAll(){$(thisId+" .easytabs-tab-content").hide();}
-function changeContent(tabId){hideAll();$(thisId+" .tabs li").removeClass(param.activeClass);$(thisId+" .tabs li a[href=#"+tabId+"]").closest('li').addClass(param.activeClass);if(param.fadeSpeed!="none")
-{$(thisId+" #"+tabId).fadeIn(param.fadeSpeed);}else{$(thisId+" #"+tabId).show();}}
-$(thisId+" .tabs li").click(function(){var tabId=$(this).find('a').attr('href').substr(1);changeContent(tabId);return false;});});}})(jQuery);
\ No newline at end of file
diff --git a/assets/fonts/squareserif_mediumitalic_macroman/specimen_files/grid_12-825-55-15.css b/assets/fonts/squareserif_mediumitalic_macroman/specimen_files/grid_12-825-55-15.css
deleted file mode 100755
index 3d6aef783..000000000
--- a/assets/fonts/squareserif_mediumitalic_macroman/specimen_files/grid_12-825-55-15.css
+++ /dev/null
@@ -1,129 +0,0 @@
-/*Notes about grid:
-Columns: 12
-Grid Width: 825px
-Column Width: 55px
-Gutter Width: 15px
--------------------------------*/
-
-
-
-.section {margin-bottom: 18px;
-}
-.section:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
-.section {*zoom: 1;}
-
-.section .firstcolumn,
-.section .firstcol {margin-left: 0;}
-
-
-/* Border on left hand side of a column. */
-.border {
- padding-left: 7px;
- margin-left: 7px;
- border-left: 1px solid #eee;
-}
-
-/* Border with more whitespace, spans one column. */
-.colborder {
- padding-left: 42px;
- margin-left: 42px;
- border-left: 1px solid #eee;
-}
-
-
-
-/* The Grid Classes */
-.grid1, .grid1_2cols, .grid1_3cols, .grid1_4cols, .grid2, .grid2_3cols, .grid2_4cols, .grid3, .grid3_2cols, .grid3_4cols, .grid4, .grid4_3cols, .grid5, .grid5_2cols, .grid5_3cols, .grid5_4cols, .grid6, .grid6_4cols, .grid7, .grid7_2cols, .grid7_3cols, .grid7_4cols, .grid8, .grid8_3cols, .grid9, .grid9_2cols, .grid9_4cols, .grid10, .grid10_3cols, .grid10_4cols, .grid11, .grid11_2cols, .grid11_3cols, .grid11_4cols, .grid12
-{margin-left: 15px;float: left;display: inline; overflow: hidden;}
-
-
-.width1, .grid1, .span-1 {width: 55px;}
-.width1_2cols,.grid1_2cols {width: 20px;}
-.width1_3cols,.grid1_3cols {width: 8px;}
-.width1_4cols,.grid1_4cols {width: 2px;}
-.input_width1 {width: 49px;}
-
-.width2, .grid2, .span-2 {width: 125px;}
-.width2_3cols,.grid2_3cols {width: 31px;}
-.width2_4cols,.grid2_4cols {width: 20px;}
-.input_width2 {width: 119px;}
-
-.width3, .grid3, .span-3 {width: 195px;}
-.width3_2cols,.grid3_2cols {width: 90px;}
-.width3_4cols,.grid3_4cols {width: 37px;}
-.input_width3 {width: 189px;}
-
-.width4, .grid4, .span-4 {width: 265px;}
-.width4_3cols,.grid4_3cols {width: 78px;}
-.input_width4 {width: 259px;}
-
-.width5, .grid5, .span-5 {width: 335px;}
-.width5_2cols,.grid5_2cols {width: 160px;}
-.width5_3cols,.grid5_3cols {width: 101px;}
-.width5_4cols,.grid5_4cols {width: 72px;}
-.input_width5 {width: 329px;}
-
-.width6, .grid6, .span-6 {width: 405px;}
-.width6_4cols,.grid6_4cols {width: 90px;}
-.input_width6 {width: 399px;}
-
-.width7, .grid7, .span-7 {width: 475px;}
-.width7_2cols,.grid7_2cols {width: 230px;}
-.width7_3cols,.grid7_3cols {width: 148px;}
-.width7_4cols,.grid7_4cols {width: 107px;}
-.input_width7 {width: 469px;}
-
-.width8, .grid8, .span-8 {width: 545px;}
-.width8_3cols,.grid8_3cols {width: 171px;}
-.input_width8 {width: 539px;}
-
-.width9, .grid9, .span-9 {width: 615px;}
-.width9_2cols,.grid9_2cols {width: 300px;}
-.width9_4cols,.grid9_4cols {width: 142px;}
-.input_width9 {width: 609px;}
-
-.width10, .grid10, .span-10 {width: 685px;}
-.width10_3cols,.grid10_3cols {width: 218px;}
-.width10_4cols,.grid10_4cols {width: 160px;}
-.input_width10 {width: 679px;}
-
-.width11, .grid11, .span-11 {width: 755px;}
-.width11_2cols,.grid11_2cols {width: 370px;}
-.width11_3cols,.grid11_3cols {width: 241px;}
-.width11_4cols,.grid11_4cols {width: 177px;}
-.input_width11 {width: 749px;}
-
-.width12, .grid12, .span-12 {width: 825px;}
-.input_width12 {width: 819px;}
-
-/* Subdivided grid spaces */
-.emptycols_left1, .prepend-1 {padding-left: 70px;}
-.emptycols_right1, .append-1 {padding-right: 70px;}
-.emptycols_left2, .prepend-2 {padding-left: 140px;}
-.emptycols_right2, .append-2 {padding-right: 140px;}
-.emptycols_left3, .prepend-3 {padding-left: 210px;}
-.emptycols_right3, .append-3 {padding-right: 210px;}
-.emptycols_left4, .prepend-4 {padding-left: 280px;}
-.emptycols_right4, .append-4 {padding-right: 280px;}
-.emptycols_left5, .prepend-5 {padding-left: 350px;}
-.emptycols_right5, .append-5 {padding-right: 350px;}
-.emptycols_left6, .prepend-6 {padding-left: 420px;}
-.emptycols_right6, .append-6 {padding-right: 420px;}
-.emptycols_left7, .prepend-7 {padding-left: 490px;}
-.emptycols_right7, .append-7 {padding-right: 490px;}
-.emptycols_left8, .prepend-8 {padding-left: 560px;}
-.emptycols_right8, .append-8 {padding-right: 560px;}
-.emptycols_left9, .prepend-9 {padding-left: 630px;}
-.emptycols_right9, .append-9 {padding-right: 630px;}
-.emptycols_left10, .prepend-10 {padding-left: 700px;}
-.emptycols_right10, .append-10 {padding-right: 700px;}
-.emptycols_left11, .prepend-11 {padding-left: 770px;}
-.emptycols_right11, .append-11 {padding-right: 770px;}
-.pull-1 {margin-left: -70px;}
-.push-1 {margin-right: -70px;margin-left: 18px;float: right;}
-.pull-2 {margin-left: -140px;}
-.push-2 {margin-right: -140px;margin-left: 18px;float: right;}
-.pull-3 {margin-left: -210px;}
-.push-3 {margin-right: -210px;margin-left: 18px;float: right;}
-.pull-4 {margin-left: -280px;}
-.push-4 {margin-right: -280px;margin-left: 18px;float: right;}
\ No newline at end of file
diff --git a/assets/fonts/squareserif_mediumitalic_macroman/specimen_files/specimen_stylesheet.css b/assets/fonts/squareserif_mediumitalic_macroman/specimen_files/specimen_stylesheet.css
deleted file mode 100755
index aecc43c32..000000000
--- a/assets/fonts/squareserif_mediumitalic_macroman/specimen_files/specimen_stylesheet.css
+++ /dev/null
@@ -1,396 +0,0 @@
-@import url('grid_12-825-55-15.css');
-
-/*
- CSS Reset by Eric Meyer - Released under Public Domain
- http://meyerweb.com/eric/tools/css/reset/
-*/
-html, body, div, span, applet, object, iframe,
-h1, h2, h3, h4, h5, h6, p, blockquote, pre,
-a, abbr, acronym, address, big, cite, code,
-del, dfn, em, font, img, ins, kbd, q, s, samp,
-small, strike, strong, sub, sup, tt, var,
-b, u, i, center, dl, dt, dd, ol, ul, li,
-fieldset, form, label, legend, table,
-caption, tbody, tfoot, thead, tr, th, td
- {margin: 0;padding: 0;border: 0;outline: 0;
- font-size: 100%;vertical-align: baseline;
- background: transparent;}
-body {line-height: 1;}
-ol, ul {list-style: none;}
-blockquote, q {quotes: none;}
-blockquote:before, blockquote:after,
-q:before, q:after {content: ''; content: none;}
-:focus {outline: 0;}
-ins {text-decoration: none;}
-del {text-decoration: line-through;}
-table {border-collapse: collapse;border-spacing: 0;}
-
-
-
-
-body {
- color: #000;
- background-color: #dcdcdc;
-}
-
-a {
- text-decoration: none;
- color: #1883ba;
-}
-
-h1{
- font-size: 32px;
- font-weight: normal;
- font-style: normal;
- margin-bottom: 18px;
-}
-
-h2{
- font-size: 18px;
-}
-
-#container {
- width: 865px;
- margin: 0px auto;
-}
-
-
-#header {
- padding: 20px;
- font-size: 36px;
- background-color: #000;
- color: #fff;
-}
-
-#header span {
- color: #666;
-}
-#main_content {
- background-color: #fff;
- padding: 60px 20px 20px;
-}
-
-
-#footer p {
- margin: 0;
- padding-top: 10px;
- padding-bottom: 50px;
- color: #333;
- font: 10px Arial, sans-serif;
-}
-
-.tabs {
- width: 100%;
- height: 31px;
- background-color: #444;
-}
-.tabs li {
- float: left;
- margin: 0;
- overflow: hidden;
- background-color: #444;
-}
-.tabs li a {
- display: block;
- color: #fff;
- text-decoration: none;
- font: bold 11px/11px 'Arial';
- text-transform: uppercase;
- padding: 10px 15px;
- border-right: 1px solid #fff;
-}
-
-.tabs li a:hover {
- background-color: #00b3ff;
-
-}
-
-.tabs li.active a {
- color: #000;
- background-color: #fff;
-}
-
-
-
-div.huge {
-
- font-size: 300px;
- line-height: 1em;
- padding: 0;
- letter-spacing: -.02em;
- overflow: hidden;
-}
-div.glyph_range {
- font-size: 72px;
- line-height: 1.1em;
-}
-
-.size10{ font-size: 10px; }
-.size11{ font-size: 11px; }
-.size12{ font-size: 12px; }
-.size13{ font-size: 13px; }
-.size14{ font-size: 14px; }
-.size16{ font-size: 16px; }
-.size18{ font-size: 18px; }
-.size20{ font-size: 20px; }
-.size24{ font-size: 24px; }
-.size30{ font-size: 30px; }
-.size36{ font-size: 36px; }
-.size48{ font-size: 48px; }
-.size60{ font-size: 60px; }
-.size72{ font-size: 72px; }
-.size90{ font-size: 90px; }
-
-
-.psample_row1 { height: 120px;}
-.psample_row1 { height: 120px;}
-.psample_row2 { height: 160px;}
-.psample_row3 { height: 160px;}
-.psample_row4 { height: 160px;}
-
-.psample {
- overflow: hidden;
- position: relative;
-}
-.psample p {
- line-height: 1.3em;
- display: block;
- overflow: hidden;
- margin: 0;
-}
-
-.psample span {
- margin-right: .5em;
-}
-
-.white_blend {
- width: 100%;
- height: 61px;
- background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAVkAAAA9CAYAAAAH4BojAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNrs3TsKgFAMRUE/eer+NxztxMYuEWQG3ECKwwUF58ycAKixOAGAyAKILAAiCyCyACILgMgCiCyAyAIgsgAiCyCyAIgsgMgCiCwAIgsgsgAiC4DIAogsACIL0CWuZ3UGgLrIhjMA1EV2OAOAJQtgyQLwjOzmDAAiCyCyAIgsQFtkd2cAEFkAkQVAZAHaIns4A4AlC2DJAiCyACILILIAiCzAV5H1dQGAJQsgsgCILIDIAvwisl58AViyAJYsACILILIAIgvAe2T9EhxAZAFEFgCRBeiL7HAGgLrIhjMAWLIAliwAt1OAAQDwygTBulLIlQAAAABJRU5ErkJggg==);
- position: absolute;
- bottom: 0;
-}
-.black_blend {
- width: 100%;
- height: 61px;
- background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAVkAAAA9CAYAAAAH4BojAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAPJJREFUeNrs3TEKhTAQRVGjibr/9QoxhY2N3Ywo50A28IrLwP9g6b1PAMSYTQAgsgAiC4DIAogsgMgCILIAIgsgsgCILIDIAogsACILILIAIguAyAKILIDIAiCyACILgMgCZCnjLWYAiFGvB0BQZJsZAFyyAC5ZAO6RXc0AILIAIguAyAKkRXYzA4DIAogsACILkBbZ3QwALlkAlywAIgsgsgAiC4DIArwVWf8uAHDJAogsACILILIAv4isH74AXLIALlkARBZAZAFEFoDnyPokOIDIAogsACILkBfZZgaAuMhWMwC4ZAE+p4x3mAEgxinAAJ+XBbPWGkwAAAAAAElFTkSuQmCC);
- position: absolute;
- bottom: 0;
-}
-.fullreverse {
- background: #000 !important;
- color: #fff !important;
- margin-left: -20px;
- padding-left: 20px;
- margin-right: -20px;
- padding-right: 20px;
- padding: 20px;
- margin-bottom:0;
-}
-
-
-.sample_table td {
- padding-top: 3px;
- padding-bottom:5px;
- padding-left: 5px;
- vertical-align: middle;
- line-height: 1.2em;
-}
-
-.sample_table td:first-child {
- background-color: #eee;
- text-align: right;
- padding-right: 5px;
- padding-left: 0;
- padding: 5px;
- font: 11px/12px "Courier New", Courier, mono;
-}
-
-code {
- white-space: pre;
- background-color: #eee;
- display: block;
- padding: 10px;
- margin-bottom: 18px;
- overflow: auto;
-}
-
-
-.bottom,.last {margin-bottom:0 !important; padding-bottom:0 !important;}
-
-.box {
- padding: 18px;
- margin-bottom: 18px;
- background: #eee;
-}
-
-.reverse,.reversed { background: #000 !important;color: #fff !important; border: none !important;}
-
-#bodycomparison {
- position: relative;
- overflow: hidden;
- font-size: 72px;
- height: 90px;
- white-space: nowrap;
-}
-
-#bodycomparison div{
- font-size: 72px;
- line-height: 90px;
- display: inline;
- margin: 0 15px 0 0;
- padding: 0;
-}
-
-#bodycomparison div span{
- font: 10px Arial;
- position: absolute;
- left: 0;
-}
-#xheight {
- float: none;
- position: absolute;
- color: #d9f3ff;
- font-size: 72px;
- line-height: 90px;
-}
-
-.fontbody {
- position: relative;
-}
-.arialbody{
- font-family: Arial;
- position: relative;
-}
-.verdanabody{
- font-family: Verdana;
- position: relative;
-}
-.georgiabody{
- font-family: Georgia;
- position: relative;
-}
-
-/* @group Layout page
- */
-
-#layout h1 {
- font-size: 36px;
- line-height: 42px;
- font-weight: normal;
- font-style: normal;
-}
-
-#layout h2 {
- font-size: 24px;
- line-height: 23px;
- font-weight: normal;
- font-style: normal;
-}
-
-#layout h3 {
- font-size: 22px;
- line-height: 1.4em;
- margin-top: 1em;
- font-weight: normal;
- font-style: normal;
-}
-
-
-#layout p.byline {
- font-size: 12px;
- margin-top: 18px;
- line-height: 12px;
- margin-bottom: 0;
-}
-#layout p {
- font-size: 14px;
- line-height: 21px;
- margin-bottom: .5em;
-}
-
-#layout p.large{
- font-size: 18px;
- line-height: 26px;
-}
-
-#layout .sidebar p{
- font-size: 12px;
- line-height: 1.4em;
-}
-
-#layout p.caption {
- font-size: 10px;
- margin-top: -16px;
- margin-bottom: 18px;
-}
-
-/* @end */
-
-/* @group Glyphs */
-
-#glyph_chart div{
- background-color: #d9f3ff;
- color: black;
- float: left;
- font-size: 36px;
- height: 1.2em;
- line-height: 1.2em;
- margin-bottom: 1px;
- margin-right: 1px;
- text-align: center;
- width: 1.2em;
- position: relative;
- padding: .6em .2em .2em;
-}
-
-#glyph_chart div p {
- position: absolute;
- left: 0;
- top: 0;
- display: block;
- text-align: center;
- font: bold 9px Arial, sans-serif;
- background-color: #3a768f;
- width: 100%;
- color: #fff;
- padding: 2px 0;
-}
-
-
-#glyphs h1 {
- font-family: Arial, sans-serif;
-}
-/* @end */
-
-/* @group Installing */
-
-#installing {
- font: 13px Arial, sans-serif;
-}
-
-#installing p,
-#glyphs p{
- line-height: 1.2em;
- margin-bottom: 18px;
- font: 13px Arial, sans-serif;
-}
-
-
-
-#installing h3{
- font-size: 15px;
- margin-top: 18px;
-}
-
-/* @end */
-
-#rendering h1 {
- font-family: Arial, sans-serif;
-}
-.render_table td {
- font: 11px "Courier New", Courier, mono;
- vertical-align: middle;
-}
-
-
diff --git a/assets/fonts/squareserif_mediumitalic_macroman/stylesheet.css b/assets/fonts/squareserif_mediumitalic_macroman/stylesheet.css
deleted file mode 100755
index 64ece2a8b..000000000
--- a/assets/fonts/squareserif_mediumitalic_macroman/stylesheet.css
+++ /dev/null
@@ -1,37 +0,0 @@
-/*
- * Web Fonts from fontspring.com
- *
- * All OpenType features and all extended glyphs have been removed.
- * Fully installable fonts can be purchased at http://www.fontspring.com
- *
- * The fonts included in this stylesheet are subject to the End User License you purchased
- * from Fontspring. The fonts are protected under domestic and international trademark and
- * copyright law. You are prohibited from modifying, reverse engineering, duplicating, or
- * distributing this font software.
- *
- * (c) 2010-2017 Fontspring
- *
- *
- *
- *
- * The fonts included are copyrighted by the vendor listed below.
- *
- * Vendor: FontSite Inc.
- * License URL: https://www.fontspring.com/licenses/fontsite/webfont
- *
- *
- */
-
-@font-face {
- font-family: 'square_serifmedium_italic';
- src: url('SquareSerif-MediumItalic-webfont.eot');
- src: url('SquareSerif-MediumItalic-webfont.eot?#iefix') format('embedded-opentype'),
- url('SquareSerif-MediumItalic-webfont.woff2') format('woff2'),
- url('SquareSerif-MediumItalic-webfont.woff') format('woff'),
- url('SquareSerif-MediumItalic-webfont.ttf') format('truetype'),
- url('SquareSerif-MediumItalic-webfont.svg#square_serifmedium_italic') format('svg');
- font-weight: normal;
- font-style: normal;
-
-}
-
diff --git a/assets/js/ie/html5shiv.js b/assets/js/ie/html5shiv.js
deleted file mode 100644
index dcf351c86..000000000
--- a/assets/js/ie/html5shiv.js
+++ /dev/null
@@ -1,8 +0,0 @@
-/*
- HTML5 Shiv v3.6.2 | @afarkas @jdalton @jon_neal @rem | MIT/GPL2 Licensed
-*/
-(function(l,f){function m(){var a=e.elements;return"string"==typeof a?a.split(" "):a}function i(a){var b=n[a[o]];b||(b={},h++,a[o]=h,n[h]=b);return b}function p(a,b,c){b||(b=f);if(g)return b.createElement(a);c||(c=i(b));b=c.cache[a]?c.cache[a].cloneNode():r.test(a)?(c.cache[a]=c.createElem(a)).cloneNode():c.createElem(a);return b.canHaveChildren&&!s.test(a)?c.frag.appendChild(b):b}function t(a,b){if(!b.cache)b.cache={},b.createElem=a.createElement,b.createFrag=a.createDocumentFragment,b.frag=b.createFrag();
-a.createElement=function(c){return!e.shivMethods?b.createElem(c):p(c,a,b)};a.createDocumentFragment=Function("h,f","return function(){var n=f.cloneNode(),c=n.createElement;h.shivMethods&&("+m().join().replace(/\w+/g,function(a){b.createElem(a);b.frag.createElement(a);return'c("'+a+'")'})+");return n}")(e,b.frag)}function q(a){a||(a=f);var b=i(a);if(e.shivCSS&&!j&&!b.hasCSS){var c,d=a;c=d.createElement("p");d=d.getElementsByTagName("head")[0]||d.documentElement;c.innerHTML="x";
-c=d.insertBefore(c.lastChild,d.firstChild);b.hasCSS=!!c}g||t(a,b);return a}var k=l.html5||{},s=/^<|^(?:button|map|select|textarea|object|iframe|option|optgroup)$/i,r=/^(?:a|b|code|div|fieldset|h1|h2|h3|h4|h5|h6|i|label|li|ol|p|q|span|strong|style|table|tbody|td|th|tr|ul)$/i,j,o="_html5shiv",h=0,n={},g;(function(){try{var a=f.createElement("a");a.innerHTML=" ";j="hidden"in a;var b;if(!(b=1==a.childNodes.length)){f.createElement("a");var c=f.createDocumentFragment();b="undefined"==typeof c.cloneNode||
-"undefined"==typeof c.createDocumentFragment||"undefined"==typeof c.createElement}g=b}catch(d){g=j=!0}})();var e={elements:k.elements||"abbr article aside audio bdi canvas data datalist details figcaption figure footer header hgroup main mark meter nav output progress section summary time video",version:"3.6.2",shivCSS:!1!==k.shivCSS,supportsUnknownElements:g,shivMethods:!1!==k.shivMethods,type:"default",shivDocument:q,createElement:p,createDocumentFragment:function(a,b){a||(a=f);if(g)return a.createDocumentFragment();
-for(var b=b||i(a),c=b.frag.cloneNode(),d=0,e=m(),h=e.length;d #mq-test-1 { width: 42px; }',c.insertBefore(e,d),b=42===f.offsetWidth,c.removeChild(e),{matches:b,media:a}}}(a.document)}(this),function(a){"use strict";function b(){v(!0)}var c={};a.respond=c,c.update=function(){};var d=[],e=function(){var b=!1;try{b=new a.XMLHttpRequest}catch(c){b=new a.ActiveXObject("Microsoft.XMLHTTP")}return function(){return b}}(),f=function(a,b){var c=e();c&&(c.open("GET",a,!0),c.onreadystatechange=function(){4!==c.readyState||200!==c.status&&304!==c.status||b(c.responseText)},4!==c.readyState&&c.send(null))},g=function(a){return a.replace(c.regex.minmaxwh,"").match(c.regex.other)};if(c.ajax=f,c.queue=d,c.unsupportedmq=g,c.regex={media:/@media[^\{]+\{([^\{\}]*\{[^\}\{]*\})+/gi,keyframes:/@(?:\-(?:o|moz|webkit)\-)?keyframes[^\{]+\{(?:[^\{\}]*\{[^\}\{]*\})+[^\}]*\}/gi,comments:/\/\*[^*]*\*+([^/][^*]*\*+)*\//gi,urls:/(url\()['"]?([^\/\)'"][^:\)'"]+)['"]?(\))/g,findStyles:/@media *([^\{]+)\{([\S\s]+?)$/,only:/(only\s+)?([a-zA-Z]+)\s?/,minw:/\(\s*min\-width\s*:\s*(\s*[0-9\.]+)(px|em)\s*\)/,maxw:/\(\s*max\-width\s*:\s*(\s*[0-9\.]+)(px|em)\s*\)/,minmaxwh:/\(\s*m(in|ax)\-(height|width)\s*:\s*(\s*[0-9\.]+)(px|em)\s*\)/gi,other:/\([^\)]*\)/g},c.mediaQueriesSupported=a.matchMedia&&null!==a.matchMedia("only all")&&a.matchMedia("only all").matches,!c.mediaQueriesSupported){var h,i,j,k=a.document,l=k.documentElement,m=[],n=[],o=[],p={},q=30,r=k.getElementsByTagName("head")[0]||l,s=k.getElementsByTagName("base")[0],t=r.getElementsByTagName("link"),u=function(){var a,b=k.createElement("div"),c=k.body,d=l.style.fontSize,e=c&&c.style.fontSize,f=!1;return b.style.cssText="position:absolute;font-size:1em;width:1em",c||(c=f=k.createElement("body"),c.style.background="none"),l.style.fontSize="100%",c.style.fontSize="100%",c.appendChild(b),f&&l.insertBefore(c,l.firstChild),a=b.offsetWidth,f?l.removeChild(c):c.removeChild(b),l.style.fontSize=d,e&&(c.style.fontSize=e),a=j=parseFloat(a)},v=function(b){var c="clientWidth",d=l[c],e="CSS1Compat"===k.compatMode&&d||k.body[c]||d,f={},g=t[t.length-1],p=(new Date).getTime();if(b&&h&&q>p-h)return a.clearTimeout(i),i=a.setTimeout(v,q),void 0;h=p;for(var s in m)if(m.hasOwnProperty(s)){var w=m[s],x=w.minw,y=w.maxw,z=null===x,A=null===y,B="em";x&&(x=parseFloat(x)*(x.indexOf(B)>-1?j||u():1)),y&&(y=parseFloat(y)*(y.indexOf(B)>-1?j||u():1)),w.hasquery&&(z&&A||!(z||e>=x)||!(A||y>=e))||(f[w.media]||(f[w.media]=[]),f[w.media].push(n[w.rules]))}for(var C in o)o.hasOwnProperty(C)&&o[C]&&o[C].parentNode===r&&r.removeChild(o[C]);o.length=0;for(var D in f)if(f.hasOwnProperty(D)){var E=k.createElement("style"),F=f[D].join("\n");E.type="text/css",E.media=D,r.insertBefore(E,g.nextSibling),E.styleSheet?E.styleSheet.cssText=F:E.appendChild(k.createTextNode(F)),o.push(E)}},w=function(a,b,d){var e=a.replace(c.regex.comments,"").replace(c.regex.keyframes,"").match(c.regex.media),f=e&&e.length||0;b=b.substring(0,b.lastIndexOf("/"));var h=function(a){return a.replace(c.regex.urls,"$1"+b+"$2$3")},i=!f&&d;b.length&&(b+="/"),i&&(f=1);for(var j=0;f>j;j++){var k,l,o,p;i?(k=d,n.push(h(a))):(k=e[j].match(c.regex.findStyles)&&RegExp.$1,n.push(RegExp.$2&&h(RegExp.$2))),o=k.split(","),p=o.length;for(var q=0;p>q;q++)l=o[q],g(l)||m.push({media:l.split("(")[0].match(c.regex.only)&&RegExp.$2||"all",rules:n.length-1,hasquery:l.indexOf("(")>-1,minw:l.match(c.regex.minw)&&parseFloat(RegExp.$1)+(RegExp.$2||""),maxw:l.match(c.regex.maxw)&&parseFloat(RegExp.$1)+(RegExp.$2||"")})}v()},x=function(){if(d.length){var b=d.shift();f(b.href,function(c){w(c,b.href,b.media),p[b.href]=!0,a.setTimeout(function(){x()},0)})}},y=function(){for(var b=0;ba?this[a+this.length]:this[a]:e.call(this)},pushStack:function(a){var b=n.merge(this.constructor(),a);return b.prevObject=this,b.context=this.context,b},each:function(a){return n.each(this,a)},map:function(a){return this.pushStack(n.map(this,function(b,c){return a.call(b,c,b)}))},slice:function(){return this.pushStack(e.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},eq:function(a){var b=this.length,c=+a+(0>a?b:0);return this.pushStack(c>=0&&b>c?[this[c]]:[])},end:function(){return this.prevObject||this.constructor()},push:g,sort:c.sort,splice:c.splice},n.extend=n.fn.extend=function(){var a,b,c,d,e,f,g=arguments[0]||{},h=1,i=arguments.length,j=!1;for("boolean"==typeof g&&(j=g,g=arguments[h]||{},h++),"object"==typeof g||n.isFunction(g)||(g={}),h===i&&(g=this,h--);i>h;h++)if(null!=(e=arguments[h]))for(d in e)a=g[d],c=e[d],g!==c&&(j&&c&&(n.isPlainObject(c)||(b=n.isArray(c)))?(b?(b=!1,f=a&&n.isArray(a)?a:[]):f=a&&n.isPlainObject(a)?a:{},g[d]=n.extend(j,f,c)):void 0!==c&&(g[d]=c));return g},n.extend({expando:"jQuery"+(m+Math.random()).replace(/\D/g,""),isReady:!0,error:function(a){throw new Error(a)},noop:function(){},isFunction:function(a){return"function"===n.type(a)},isArray:Array.isArray||function(a){return"array"===n.type(a)},isWindow:function(a){return null!=a&&a==a.window},isNumeric:function(a){var b=a&&a.toString();return!n.isArray(a)&&b-parseFloat(b)+1>=0},isEmptyObject:function(a){var b;for(b in a)return!1;return!0},isPlainObject:function(a){var b;if(!a||"object"!==n.type(a)||a.nodeType||n.isWindow(a))return!1;try{if(a.constructor&&!k.call(a,"constructor")&&!k.call(a.constructor.prototype,"isPrototypeOf"))return!1}catch(c){return!1}if(!l.ownFirst)for(b in a)return k.call(a,b);for(b in a);return void 0===b||k.call(a,b)},type:function(a){return null==a?a+"":"object"==typeof a||"function"==typeof a?i[j.call(a)]||"object":typeof a},globalEval:function(b){b&&n.trim(b)&&(a.execScript||function(b){a.eval.call(a,b)})(b)},camelCase:function(a){return a.replace(p,"ms-").replace(q,r)},nodeName:function(a,b){return a.nodeName&&a.nodeName.toLowerCase()===b.toLowerCase()},each:function(a,b){var c,d=0;if(s(a)){for(c=a.length;c>d;d++)if(b.call(a[d],d,a[d])===!1)break}else for(d in a)if(b.call(a[d],d,a[d])===!1)break;return a},trim:function(a){return null==a?"":(a+"").replace(o,"")},makeArray:function(a,b){var c=b||[];return null!=a&&(s(Object(a))?n.merge(c,"string"==typeof a?[a]:a):g.call(c,a)),c},inArray:function(a,b,c){var d;if(b){if(h)return h.call(b,a,c);for(d=b.length,c=c?0>c?Math.max(0,d+c):c:0;d>c;c++)if(c in b&&b[c]===a)return c}return-1},merge:function(a,b){var c=+b.length,d=0,e=a.length;while(c>d)a[e++]=b[d++];if(c!==c)while(void 0!==b[d])a[e++]=b[d++];return a.length=e,a},grep:function(a,b,c){for(var d,e=[],f=0,g=a.length,h=!c;g>f;f++)d=!b(a[f],f),d!==h&&e.push(a[f]);return e},map:function(a,b,c){var d,e,g=0,h=[];if(s(a))for(d=a.length;d>g;g++)e=b(a[g],g,c),null!=e&&h.push(e);else for(g in a)e=b(a[g],g,c),null!=e&&h.push(e);return f.apply([],h)},guid:1,proxy:function(a,b){var c,d,f;return"string"==typeof b&&(f=a[b],b=a,a=f),n.isFunction(a)?(c=e.call(arguments,2),d=function(){return a.apply(b||this,c.concat(e.call(arguments)))},d.guid=a.guid=a.guid||n.guid++,d):void 0},now:function(){return+new Date},support:l}),"function"==typeof Symbol&&(n.fn[Symbol.iterator]=c[Symbol.iterator]),n.each("Boolean Number String Function Array Date RegExp Object Error Symbol".split(" "),function(a,b){i["[object "+b+"]"]=b.toLowerCase()});function s(a){var b=!!a&&"length"in a&&a.length,c=n.type(a);return"function"===c||n.isWindow(a)?!1:"array"===c||0===b||"number"==typeof b&&b>0&&b-1 in a}var t=function(a){var b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u="sizzle"+1*new Date,v=a.document,w=0,x=0,y=ga(),z=ga(),A=ga(),B=function(a,b){return a===b&&(l=!0),0},C=1<<31,D={}.hasOwnProperty,E=[],F=E.pop,G=E.push,H=E.push,I=E.slice,J=function(a,b){for(var c=0,d=a.length;d>c;c++)if(a[c]===b)return c;return-1},K="checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",L="[\\x20\\t\\r\\n\\f]",M="(?:\\\\.|[\\w-]|[^\\x00-\\xa0])+",N="\\["+L+"*("+M+")(?:"+L+"*([*^$|!~]?=)"+L+"*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|("+M+"))|)"+L+"*\\]",O=":("+M+")(?:\\((('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|((?:\\\\.|[^\\\\()[\\]]|"+N+")*)|.*)\\)|)",P=new RegExp(L+"+","g"),Q=new RegExp("^"+L+"+|((?:^|[^\\\\])(?:\\\\.)*)"+L+"+$","g"),R=new RegExp("^"+L+"*,"+L+"*"),S=new RegExp("^"+L+"*([>+~]|"+L+")"+L+"*"),T=new RegExp("="+L+"*([^\\]'\"]*?)"+L+"*\\]","g"),U=new RegExp(O),V=new RegExp("^"+M+"$"),W={ID:new RegExp("^#("+M+")"),CLASS:new RegExp("^\\.("+M+")"),TAG:new RegExp("^("+M+"|[*])"),ATTR:new RegExp("^"+N),PSEUDO:new RegExp("^"+O),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+L+"*(even|odd|(([+-]|)(\\d*)n|)"+L+"*(?:([+-]|)"+L+"*(\\d+)|))"+L+"*\\)|)","i"),bool:new RegExp("^(?:"+K+")$","i"),needsContext:new RegExp("^"+L+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+L+"*((?:-\\d)?\\d*)"+L+"*\\)|)(?=[^-]|$)","i")},X=/^(?:input|select|textarea|button)$/i,Y=/^h\d$/i,Z=/^[^{]+\{\s*\[native \w/,$=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,_=/[+~]/,aa=/'|\\/g,ba=new RegExp("\\\\([\\da-f]{1,6}"+L+"?|("+L+")|.)","ig"),ca=function(a,b,c){var d="0x"+b-65536;return d!==d||c?b:0>d?String.fromCharCode(d+65536):String.fromCharCode(d>>10|55296,1023&d|56320)},da=function(){m()};try{H.apply(E=I.call(v.childNodes),v.childNodes),E[v.childNodes.length].nodeType}catch(ea){H={apply:E.length?function(a,b){G.apply(a,I.call(b))}:function(a,b){var c=a.length,d=0;while(a[c++]=b[d++]);a.length=c-1}}}function fa(a,b,d,e){var f,h,j,k,l,o,r,s,w=b&&b.ownerDocument,x=b?b.nodeType:9;if(d=d||[],"string"!=typeof a||!a||1!==x&&9!==x&&11!==x)return d;if(!e&&((b?b.ownerDocument||b:v)!==n&&m(b),b=b||n,p)){if(11!==x&&(o=$.exec(a)))if(f=o[1]){if(9===x){if(!(j=b.getElementById(f)))return d;if(j.id===f)return d.push(j),d}else if(w&&(j=w.getElementById(f))&&t(b,j)&&j.id===f)return d.push(j),d}else{if(o[2])return H.apply(d,b.getElementsByTagName(a)),d;if((f=o[3])&&c.getElementsByClassName&&b.getElementsByClassName)return H.apply(d,b.getElementsByClassName(f)),d}if(c.qsa&&!A[a+" "]&&(!q||!q.test(a))){if(1!==x)w=b,s=a;else if("object"!==b.nodeName.toLowerCase()){(k=b.getAttribute("id"))?k=k.replace(aa,"\\$&"):b.setAttribute("id",k=u),r=g(a),h=r.length,l=V.test(k)?"#"+k:"[id='"+k+"']";while(h--)r[h]=l+" "+qa(r[h]);s=r.join(","),w=_.test(a)&&oa(b.parentNode)||b}if(s)try{return H.apply(d,w.querySelectorAll(s)),d}catch(y){}finally{k===u&&b.removeAttribute("id")}}}return i(a.replace(Q,"$1"),b,d,e)}function ga(){var a=[];function b(c,e){return a.push(c+" ")>d.cacheLength&&delete b[a.shift()],b[c+" "]=e}return b}function ha(a){return a[u]=!0,a}function ia(a){var b=n.createElement("div");try{return!!a(b)}catch(c){return!1}finally{b.parentNode&&b.parentNode.removeChild(b),b=null}}function ja(a,b){var c=a.split("|"),e=c.length;while(e--)d.attrHandle[c[e]]=b}function ka(a,b){var c=b&&a,d=c&&1===a.nodeType&&1===b.nodeType&&(~b.sourceIndex||C)-(~a.sourceIndex||C);if(d)return d;if(c)while(c=c.nextSibling)if(c===b)return-1;return a?1:-1}function la(a){return function(b){var c=b.nodeName.toLowerCase();return"input"===c&&b.type===a}}function ma(a){return function(b){var c=b.nodeName.toLowerCase();return("input"===c||"button"===c)&&b.type===a}}function na(a){return ha(function(b){return b=+b,ha(function(c,d){var e,f=a([],c.length,b),g=f.length;while(g--)c[e=f[g]]&&(c[e]=!(d[e]=c[e]))})})}function oa(a){return a&&"undefined"!=typeof a.getElementsByTagName&&a}c=fa.support={},f=fa.isXML=function(a){var b=a&&(a.ownerDocument||a).documentElement;return b?"HTML"!==b.nodeName:!1},m=fa.setDocument=function(a){var b,e,g=a?a.ownerDocument||a:v;return g!==n&&9===g.nodeType&&g.documentElement?(n=g,o=n.documentElement,p=!f(n),(e=n.defaultView)&&e.top!==e&&(e.addEventListener?e.addEventListener("unload",da,!1):e.attachEvent&&e.attachEvent("onunload",da)),c.attributes=ia(function(a){return a.className="i",!a.getAttribute("className")}),c.getElementsByTagName=ia(function(a){return a.appendChild(n.createComment("")),!a.getElementsByTagName("*").length}),c.getElementsByClassName=Z.test(n.getElementsByClassName),c.getById=ia(function(a){return o.appendChild(a).id=u,!n.getElementsByName||!n.getElementsByName(u).length}),c.getById?(d.find.ID=function(a,b){if("undefined"!=typeof b.getElementById&&p){var c=b.getElementById(a);return c?[c]:[]}},d.filter.ID=function(a){var b=a.replace(ba,ca);return function(a){return a.getAttribute("id")===b}}):(delete d.find.ID,d.filter.ID=function(a){var b=a.replace(ba,ca);return function(a){var c="undefined"!=typeof a.getAttributeNode&&a.getAttributeNode("id");return c&&c.value===b}}),d.find.TAG=c.getElementsByTagName?function(a,b){return"undefined"!=typeof b.getElementsByTagName?b.getElementsByTagName(a):c.qsa?b.querySelectorAll(a):void 0}:function(a,b){var c,d=[],e=0,f=b.getElementsByTagName(a);if("*"===a){while(c=f[e++])1===c.nodeType&&d.push(c);return d}return f},d.find.CLASS=c.getElementsByClassName&&function(a,b){return"undefined"!=typeof b.getElementsByClassName&&p?b.getElementsByClassName(a):void 0},r=[],q=[],(c.qsa=Z.test(n.querySelectorAll))&&(ia(function(a){o.appendChild(a).innerHTML=" ",a.querySelectorAll("[msallowcapture^='']").length&&q.push("[*^$]="+L+"*(?:''|\"\")"),a.querySelectorAll("[selected]").length||q.push("\\["+L+"*(?:value|"+K+")"),a.querySelectorAll("[id~="+u+"-]").length||q.push("~="),a.querySelectorAll(":checked").length||q.push(":checked"),a.querySelectorAll("a#"+u+"+*").length||q.push(".#.+[+~]")}),ia(function(a){var b=n.createElement("input");b.setAttribute("type","hidden"),a.appendChild(b).setAttribute("name","D"),a.querySelectorAll("[name=d]").length&&q.push("name"+L+"*[*^$|!~]?="),a.querySelectorAll(":enabled").length||q.push(":enabled",":disabled"),a.querySelectorAll("*,:x"),q.push(",.*:")})),(c.matchesSelector=Z.test(s=o.matches||o.webkitMatchesSelector||o.mozMatchesSelector||o.oMatchesSelector||o.msMatchesSelector))&&ia(function(a){c.disconnectedMatch=s.call(a,"div"),s.call(a,"[s!='']:x"),r.push("!=",O)}),q=q.length&&new RegExp(q.join("|")),r=r.length&&new RegExp(r.join("|")),b=Z.test(o.compareDocumentPosition),t=b||Z.test(o.contains)?function(a,b){var c=9===a.nodeType?a.documentElement:a,d=b&&b.parentNode;return a===d||!(!d||1!==d.nodeType||!(c.contains?c.contains(d):a.compareDocumentPosition&&16&a.compareDocumentPosition(d)))}:function(a,b){if(b)while(b=b.parentNode)if(b===a)return!0;return!1},B=b?function(a,b){if(a===b)return l=!0,0;var d=!a.compareDocumentPosition-!b.compareDocumentPosition;return d?d:(d=(a.ownerDocument||a)===(b.ownerDocument||b)?a.compareDocumentPosition(b):1,1&d||!c.sortDetached&&b.compareDocumentPosition(a)===d?a===n||a.ownerDocument===v&&t(v,a)?-1:b===n||b.ownerDocument===v&&t(v,b)?1:k?J(k,a)-J(k,b):0:4&d?-1:1)}:function(a,b){if(a===b)return l=!0,0;var c,d=0,e=a.parentNode,f=b.parentNode,g=[a],h=[b];if(!e||!f)return a===n?-1:b===n?1:e?-1:f?1:k?J(k,a)-J(k,b):0;if(e===f)return ka(a,b);c=a;while(c=c.parentNode)g.unshift(c);c=b;while(c=c.parentNode)h.unshift(c);while(g[d]===h[d])d++;return d?ka(g[d],h[d]):g[d]===v?-1:h[d]===v?1:0},n):n},fa.matches=function(a,b){return fa(a,null,null,b)},fa.matchesSelector=function(a,b){if((a.ownerDocument||a)!==n&&m(a),b=b.replace(T,"='$1']"),c.matchesSelector&&p&&!A[b+" "]&&(!r||!r.test(b))&&(!q||!q.test(b)))try{var d=s.call(a,b);if(d||c.disconnectedMatch||a.document&&11!==a.document.nodeType)return d}catch(e){}return fa(b,n,null,[a]).length>0},fa.contains=function(a,b){return(a.ownerDocument||a)!==n&&m(a),t(a,b)},fa.attr=function(a,b){(a.ownerDocument||a)!==n&&m(a);var e=d.attrHandle[b.toLowerCase()],f=e&&D.call(d.attrHandle,b.toLowerCase())?e(a,b,!p):void 0;return void 0!==f?f:c.attributes||!p?a.getAttribute(b):(f=a.getAttributeNode(b))&&f.specified?f.value:null},fa.error=function(a){throw new Error("Syntax error, unrecognized expression: "+a)},fa.uniqueSort=function(a){var b,d=[],e=0,f=0;if(l=!c.detectDuplicates,k=!c.sortStable&&a.slice(0),a.sort(B),l){while(b=a[f++])b===a[f]&&(e=d.push(f));while(e--)a.splice(d[e],1)}return k=null,a},e=fa.getText=function(a){var b,c="",d=0,f=a.nodeType;if(f){if(1===f||9===f||11===f){if("string"==typeof a.textContent)return a.textContent;for(a=a.firstChild;a;a=a.nextSibling)c+=e(a)}else if(3===f||4===f)return a.nodeValue}else while(b=a[d++])c+=e(b);return c},d=fa.selectors={cacheLength:50,createPseudo:ha,match:W,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(a){return a[1]=a[1].replace(ba,ca),a[3]=(a[3]||a[4]||a[5]||"").replace(ba,ca),"~="===a[2]&&(a[3]=" "+a[3]+" "),a.slice(0,4)},CHILD:function(a){return a[1]=a[1].toLowerCase(),"nth"===a[1].slice(0,3)?(a[3]||fa.error(a[0]),a[4]=+(a[4]?a[5]+(a[6]||1):2*("even"===a[3]||"odd"===a[3])),a[5]=+(a[7]+a[8]||"odd"===a[3])):a[3]&&fa.error(a[0]),a},PSEUDO:function(a){var b,c=!a[6]&&a[2];return W.CHILD.test(a[0])?null:(a[3]?a[2]=a[4]||a[5]||"":c&&U.test(c)&&(b=g(c,!0))&&(b=c.indexOf(")",c.length-b)-c.length)&&(a[0]=a[0].slice(0,b),a[2]=c.slice(0,b)),a.slice(0,3))}},filter:{TAG:function(a){var b=a.replace(ba,ca).toLowerCase();return"*"===a?function(){return!0}:function(a){return a.nodeName&&a.nodeName.toLowerCase()===b}},CLASS:function(a){var b=y[a+" "];return b||(b=new RegExp("(^|"+L+")"+a+"("+L+"|$)"))&&y(a,function(a){return b.test("string"==typeof a.className&&a.className||"undefined"!=typeof a.getAttribute&&a.getAttribute("class")||"")})},ATTR:function(a,b,c){return function(d){var e=fa.attr(d,a);return null==e?"!="===b:b?(e+="","="===b?e===c:"!="===b?e!==c:"^="===b?c&&0===e.indexOf(c):"*="===b?c&&e.indexOf(c)>-1:"$="===b?c&&e.slice(-c.length)===c:"~="===b?(" "+e.replace(P," ")+" ").indexOf(c)>-1:"|="===b?e===c||e.slice(0,c.length+1)===c+"-":!1):!0}},CHILD:function(a,b,c,d,e){var f="nth"!==a.slice(0,3),g="last"!==a.slice(-4),h="of-type"===b;return 1===d&&0===e?function(a){return!!a.parentNode}:function(b,c,i){var j,k,l,m,n,o,p=f!==g?"nextSibling":"previousSibling",q=b.parentNode,r=h&&b.nodeName.toLowerCase(),s=!i&&!h,t=!1;if(q){if(f){while(p){m=b;while(m=m[p])if(h?m.nodeName.toLowerCase()===r:1===m.nodeType)return!1;o=p="only"===a&&!o&&"nextSibling"}return!0}if(o=[g?q.firstChild:q.lastChild],g&&s){m=q,l=m[u]||(m[u]={}),k=l[m.uniqueID]||(l[m.uniqueID]={}),j=k[a]||[],n=j[0]===w&&j[1],t=n&&j[2],m=n&&q.childNodes[n];while(m=++n&&m&&m[p]||(t=n=0)||o.pop())if(1===m.nodeType&&++t&&m===b){k[a]=[w,n,t];break}}else if(s&&(m=b,l=m[u]||(m[u]={}),k=l[m.uniqueID]||(l[m.uniqueID]={}),j=k[a]||[],n=j[0]===w&&j[1],t=n),t===!1)while(m=++n&&m&&m[p]||(t=n=0)||o.pop())if((h?m.nodeName.toLowerCase()===r:1===m.nodeType)&&++t&&(s&&(l=m[u]||(m[u]={}),k=l[m.uniqueID]||(l[m.uniqueID]={}),k[a]=[w,t]),m===b))break;return t-=e,t===d||t%d===0&&t/d>=0}}},PSEUDO:function(a,b){var c,e=d.pseudos[a]||d.setFilters[a.toLowerCase()]||fa.error("unsupported pseudo: "+a);return e[u]?e(b):e.length>1?(c=[a,a,"",b],d.setFilters.hasOwnProperty(a.toLowerCase())?ha(function(a,c){var d,f=e(a,b),g=f.length;while(g--)d=J(a,f[g]),a[d]=!(c[d]=f[g])}):function(a){return e(a,0,c)}):e}},pseudos:{not:ha(function(a){var b=[],c=[],d=h(a.replace(Q,"$1"));return d[u]?ha(function(a,b,c,e){var f,g=d(a,null,e,[]),h=a.length;while(h--)(f=g[h])&&(a[h]=!(b[h]=f))}):function(a,e,f){return b[0]=a,d(b,null,f,c),b[0]=null,!c.pop()}}),has:ha(function(a){return function(b){return fa(a,b).length>0}}),contains:ha(function(a){return a=a.replace(ba,ca),function(b){return(b.textContent||b.innerText||e(b)).indexOf(a)>-1}}),lang:ha(function(a){return V.test(a||"")||fa.error("unsupported lang: "+a),a=a.replace(ba,ca).toLowerCase(),function(b){var c;do if(c=p?b.lang:b.getAttribute("xml:lang")||b.getAttribute("lang"))return c=c.toLowerCase(),c===a||0===c.indexOf(a+"-");while((b=b.parentNode)&&1===b.nodeType);return!1}}),target:function(b){var c=a.location&&a.location.hash;return c&&c.slice(1)===b.id},root:function(a){return a===o},focus:function(a){return a===n.activeElement&&(!n.hasFocus||n.hasFocus())&&!!(a.type||a.href||~a.tabIndex)},enabled:function(a){return a.disabled===!1},disabled:function(a){return a.disabled===!0},checked:function(a){var b=a.nodeName.toLowerCase();return"input"===b&&!!a.checked||"option"===b&&!!a.selected},selected:function(a){return a.parentNode&&a.parentNode.selectedIndex,a.selected===!0},empty:function(a){for(a=a.firstChild;a;a=a.nextSibling)if(a.nodeType<6)return!1;return!0},parent:function(a){return!d.pseudos.empty(a)},header:function(a){return Y.test(a.nodeName)},input:function(a){return X.test(a.nodeName)},button:function(a){var b=a.nodeName.toLowerCase();return"input"===b&&"button"===a.type||"button"===b},text:function(a){var b;return"input"===a.nodeName.toLowerCase()&&"text"===a.type&&(null==(b=a.getAttribute("type"))||"text"===b.toLowerCase())},first:na(function(){return[0]}),last:na(function(a,b){return[b-1]}),eq:na(function(a,b,c){return[0>c?c+b:c]}),even:na(function(a,b){for(var c=0;b>c;c+=2)a.push(c);return a}),odd:na(function(a,b){for(var c=1;b>c;c+=2)a.push(c);return a}),lt:na(function(a,b,c){for(var d=0>c?c+b:c;--d>=0;)a.push(d);return a}),gt:na(function(a,b,c){for(var d=0>c?c+b:c;++db;b++)d+=a[b].value;return d}function ra(a,b,c){var d=b.dir,e=c&&"parentNode"===d,f=x++;return b.first?function(b,c,f){while(b=b[d])if(1===b.nodeType||e)return a(b,c,f)}:function(b,c,g){var h,i,j,k=[w,f];if(g){while(b=b[d])if((1===b.nodeType||e)&&a(b,c,g))return!0}else while(b=b[d])if(1===b.nodeType||e){if(j=b[u]||(b[u]={}),i=j[b.uniqueID]||(j[b.uniqueID]={}),(h=i[d])&&h[0]===w&&h[1]===f)return k[2]=h[2];if(i[d]=k,k[2]=a(b,c,g))return!0}}}function sa(a){return a.length>1?function(b,c,d){var e=a.length;while(e--)if(!a[e](b,c,d))return!1;return!0}:a[0]}function ta(a,b,c){for(var d=0,e=b.length;e>d;d++)fa(a,b[d],c);return c}function ua(a,b,c,d,e){for(var f,g=[],h=0,i=a.length,j=null!=b;i>h;h++)(f=a[h])&&(c&&!c(f,d,e)||(g.push(f),j&&b.push(h)));return g}function va(a,b,c,d,e,f){return d&&!d[u]&&(d=va(d)),e&&!e[u]&&(e=va(e,f)),ha(function(f,g,h,i){var j,k,l,m=[],n=[],o=g.length,p=f||ta(b||"*",h.nodeType?[h]:h,[]),q=!a||!f&&b?p:ua(p,m,a,h,i),r=c?e||(f?a:o||d)?[]:g:q;if(c&&c(q,r,h,i),d){j=ua(r,n),d(j,[],h,i),k=j.length;while(k--)(l=j[k])&&(r[n[k]]=!(q[n[k]]=l))}if(f){if(e||a){if(e){j=[],k=r.length;while(k--)(l=r[k])&&j.push(q[k]=l);e(null,r=[],j,i)}k=r.length;while(k--)(l=r[k])&&(j=e?J(f,l):m[k])>-1&&(f[j]=!(g[j]=l))}}else r=ua(r===g?r.splice(o,r.length):r),e?e(null,g,r,i):H.apply(g,r)})}function wa(a){for(var b,c,e,f=a.length,g=d.relative[a[0].type],h=g||d.relative[" "],i=g?1:0,k=ra(function(a){return a===b},h,!0),l=ra(function(a){return J(b,a)>-1},h,!0),m=[function(a,c,d){var e=!g&&(d||c!==j)||((b=c).nodeType?k(a,c,d):l(a,c,d));return b=null,e}];f>i;i++)if(c=d.relative[a[i].type])m=[ra(sa(m),c)];else{if(c=d.filter[a[i].type].apply(null,a[i].matches),c[u]){for(e=++i;f>e;e++)if(d.relative[a[e].type])break;return va(i>1&&sa(m),i>1&&qa(a.slice(0,i-1).concat({value:" "===a[i-2].type?"*":""})).replace(Q,"$1"),c,e>i&&wa(a.slice(i,e)),f>e&&wa(a=a.slice(e)),f>e&&qa(a))}m.push(c)}return sa(m)}function xa(a,b){var c=b.length>0,e=a.length>0,f=function(f,g,h,i,k){var l,o,q,r=0,s="0",t=f&&[],u=[],v=j,x=f||e&&d.find.TAG("*",k),y=w+=null==v?1:Math.random()||.1,z=x.length;for(k&&(j=g===n||g||k);s!==z&&null!=(l=x[s]);s++){if(e&&l){o=0,g||l.ownerDocument===n||(m(l),h=!p);while(q=a[o++])if(q(l,g||n,h)){i.push(l);break}k&&(w=y)}c&&((l=!q&&l)&&r--,f&&t.push(l))}if(r+=s,c&&s!==r){o=0;while(q=b[o++])q(t,u,g,h);if(f){if(r>0)while(s--)t[s]||u[s]||(u[s]=F.call(i));u=ua(u)}H.apply(i,u),k&&!f&&u.length>0&&r+b.length>1&&fa.uniqueSort(i)}return k&&(w=y,j=v),t};return c?ha(f):f}return h=fa.compile=function(a,b){var c,d=[],e=[],f=A[a+" "];if(!f){b||(b=g(a)),c=b.length;while(c--)f=wa(b[c]),f[u]?d.push(f):e.push(f);f=A(a,xa(e,d)),f.selector=a}return f},i=fa.select=function(a,b,e,f){var i,j,k,l,m,n="function"==typeof a&&a,o=!f&&g(a=n.selector||a);if(e=e||[],1===o.length){if(j=o[0]=o[0].slice(0),j.length>2&&"ID"===(k=j[0]).type&&c.getById&&9===b.nodeType&&p&&d.relative[j[1].type]){if(b=(d.find.ID(k.matches[0].replace(ba,ca),b)||[])[0],!b)return e;n&&(b=b.parentNode),a=a.slice(j.shift().value.length)}i=W.needsContext.test(a)?0:j.length;while(i--){if(k=j[i],d.relative[l=k.type])break;if((m=d.find[l])&&(f=m(k.matches[0].replace(ba,ca),_.test(j[0].type)&&oa(b.parentNode)||b))){if(j.splice(i,1),a=f.length&&qa(j),!a)return H.apply(e,f),e;break}}}return(n||h(a,o))(f,b,!p,e,!b||_.test(a)&&oa(b.parentNode)||b),e},c.sortStable=u.split("").sort(B).join("")===u,c.detectDuplicates=!!l,m(),c.sortDetached=ia(function(a){return 1&a.compareDocumentPosition(n.createElement("div"))}),ia(function(a){return a.innerHTML=" ","#"===a.firstChild.getAttribute("href")})||ja("type|href|height|width",function(a,b,c){return c?void 0:a.getAttribute(b,"type"===b.toLowerCase()?1:2)}),c.attributes&&ia(function(a){return a.innerHTML=" ",a.firstChild.setAttribute("value",""),""===a.firstChild.getAttribute("value")})||ja("value",function(a,b,c){return c||"input"!==a.nodeName.toLowerCase()?void 0:a.defaultValue}),ia(function(a){return null==a.getAttribute("disabled")})||ja(K,function(a,b,c){var d;return c?void 0:a[b]===!0?b.toLowerCase():(d=a.getAttributeNode(b))&&d.specified?d.value:null}),fa}(a);n.find=t,n.expr=t.selectors,n.expr[":"]=n.expr.pseudos,n.uniqueSort=n.unique=t.uniqueSort,n.text=t.getText,n.isXMLDoc=t.isXML,n.contains=t.contains;var u=function(a,b,c){var d=[],e=void 0!==c;while((a=a[b])&&9!==a.nodeType)if(1===a.nodeType){if(e&&n(a).is(c))break;d.push(a)}return d},v=function(a,b){for(var c=[];a;a=a.nextSibling)1===a.nodeType&&a!==b&&c.push(a);return c},w=n.expr.match.needsContext,x=/^<([\w-]+)\s*\/?>(?:<\/\1>|)$/,y=/^.[^:#\[\.,]*$/;function z(a,b,c){if(n.isFunction(b))return n.grep(a,function(a,d){return!!b.call(a,d,a)!==c});if(b.nodeType)return n.grep(a,function(a){return a===b!==c});if("string"==typeof b){if(y.test(b))return n.filter(b,a,c);b=n.filter(b,a)}return n.grep(a,function(a){return n.inArray(a,b)>-1!==c})}n.filter=function(a,b,c){var d=b[0];return c&&(a=":not("+a+")"),1===b.length&&1===d.nodeType?n.find.matchesSelector(d,a)?[d]:[]:n.find.matches(a,n.grep(b,function(a){return 1===a.nodeType}))},n.fn.extend({find:function(a){var b,c=[],d=this,e=d.length;if("string"!=typeof a)return this.pushStack(n(a).filter(function(){for(b=0;e>b;b++)if(n.contains(d[b],this))return!0}));for(b=0;e>b;b++)n.find(a,d[b],c);return c=this.pushStack(e>1?n.unique(c):c),c.selector=this.selector?this.selector+" "+a:a,c},filter:function(a){return this.pushStack(z(this,a||[],!1))},not:function(a){return this.pushStack(z(this,a||[],!0))},is:function(a){return!!z(this,"string"==typeof a&&w.test(a)?n(a):a||[],!1).length}});var A,B=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]*))$/,C=n.fn.init=function(a,b,c){var e,f;if(!a)return this;if(c=c||A,"string"==typeof a){if(e="<"===a.charAt(0)&&">"===a.charAt(a.length-1)&&a.length>=3?[null,a,null]:B.exec(a),!e||!e[1]&&b)return!b||b.jquery?(b||c).find(a):this.constructor(b).find(a);if(e[1]){if(b=b instanceof n?b[0]:b,n.merge(this,n.parseHTML(e[1],b&&b.nodeType?b.ownerDocument||b:d,!0)),x.test(e[1])&&n.isPlainObject(b))for(e in b)n.isFunction(this[e])?this[e](b[e]):this.attr(e,b[e]);return this}if(f=d.getElementById(e[2]),f&&f.parentNode){if(f.id!==e[2])return A.find(a);this.length=1,this[0]=f}return this.context=d,this.selector=a,this}return a.nodeType?(this.context=this[0]=a,this.length=1,this):n.isFunction(a)?"undefined"!=typeof c.ready?c.ready(a):a(n):(void 0!==a.selector&&(this.selector=a.selector,this.context=a.context),n.makeArray(a,this))};C.prototype=n.fn,A=n(d);var D=/^(?:parents|prev(?:Until|All))/,E={children:!0,contents:!0,next:!0,prev:!0};n.fn.extend({has:function(a){var b,c=n(a,this),d=c.length;return this.filter(function(){for(b=0;d>b;b++)if(n.contains(this,c[b]))return!0})},closest:function(a,b){for(var c,d=0,e=this.length,f=[],g=w.test(a)||"string"!=typeof a?n(a,b||this.context):0;e>d;d++)for(c=this[d];c&&c!==b;c=c.parentNode)if(c.nodeType<11&&(g?g.index(c)>-1:1===c.nodeType&&n.find.matchesSelector(c,a))){f.push(c);break}return this.pushStack(f.length>1?n.uniqueSort(f):f)},index:function(a){return a?"string"==typeof a?n.inArray(this[0],n(a)):n.inArray(a.jquery?a[0]:a,this):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(a,b){return this.pushStack(n.uniqueSort(n.merge(this.get(),n(a,b))))},addBack:function(a){return this.add(null==a?this.prevObject:this.prevObject.filter(a))}});function F(a,b){do a=a[b];while(a&&1!==a.nodeType);return a}n.each({parent:function(a){var b=a.parentNode;return b&&11!==b.nodeType?b:null},parents:function(a){return u(a,"parentNode")},parentsUntil:function(a,b,c){return u(a,"parentNode",c)},next:function(a){return F(a,"nextSibling")},prev:function(a){return F(a,"previousSibling")},nextAll:function(a){return u(a,"nextSibling")},prevAll:function(a){return u(a,"previousSibling")},nextUntil:function(a,b,c){return u(a,"nextSibling",c)},prevUntil:function(a,b,c){return u(a,"previousSibling",c)},siblings:function(a){return v((a.parentNode||{}).firstChild,a)},children:function(a){return v(a.firstChild)},contents:function(a){return n.nodeName(a,"iframe")?a.contentDocument||a.contentWindow.document:n.merge([],a.childNodes)}},function(a,b){n.fn[a]=function(c,d){var e=n.map(this,b,c);return"Until"!==a.slice(-5)&&(d=c),d&&"string"==typeof d&&(e=n.filter(d,e)),this.length>1&&(E[a]||(e=n.uniqueSort(e)),D.test(a)&&(e=e.reverse())),this.pushStack(e)}});var G=/\S+/g;function H(a){var b={};return n.each(a.match(G)||[],function(a,c){b[c]=!0}),b}n.Callbacks=function(a){a="string"==typeof a?H(a):n.extend({},a);var b,c,d,e,f=[],g=[],h=-1,i=function(){for(e=a.once,d=b=!0;g.length;h=-1){c=g.shift();while(++h-1)f.splice(c,1),h>=c&&h--}),this},has:function(a){return a?n.inArray(a,f)>-1:f.length>0},empty:function(){return f&&(f=[]),this},disable:function(){return e=g=[],f=c="",this},disabled:function(){return!f},lock:function(){return e=!0,c||j.disable(),this},locked:function(){return!!e},fireWith:function(a,c){return e||(c=c||[],c=[a,c.slice?c.slice():c],g.push(c),b||i()),this},fire:function(){return j.fireWith(this,arguments),this},fired:function(){return!!d}};return j},n.extend({Deferred:function(a){var b=[["resolve","done",n.Callbacks("once memory"),"resolved"],["reject","fail",n.Callbacks("once memory"),"rejected"],["notify","progress",n.Callbacks("memory")]],c="pending",d={state:function(){return c},always:function(){return e.done(arguments).fail(arguments),this},then:function(){var a=arguments;return n.Deferred(function(c){n.each(b,function(b,f){var g=n.isFunction(a[b])&&a[b];e[f[1]](function(){var a=g&&g.apply(this,arguments);a&&n.isFunction(a.promise)?a.promise().progress(c.notify).done(c.resolve).fail(c.reject):c[f[0]+"With"](this===d?c.promise():this,g?[a]:arguments)})}),a=null}).promise()},promise:function(a){return null!=a?n.extend(a,d):d}},e={};return d.pipe=d.then,n.each(b,function(a,f){var g=f[2],h=f[3];d[f[1]]=g.add,h&&g.add(function(){c=h},b[1^a][2].disable,b[2][2].lock),e[f[0]]=function(){return e[f[0]+"With"](this===e?d:this,arguments),this},e[f[0]+"With"]=g.fireWith}),d.promise(e),a&&a.call(e,e),e},when:function(a){var b=0,c=e.call(arguments),d=c.length,f=1!==d||a&&n.isFunction(a.promise)?d:0,g=1===f?a:n.Deferred(),h=function(a,b,c){return function(d){b[a]=this,c[a]=arguments.length>1?e.call(arguments):d,c===i?g.notifyWith(b,c):--f||g.resolveWith(b,c)}},i,j,k;if(d>1)for(i=new Array(d),j=new Array(d),k=new Array(d);d>b;b++)c[b]&&n.isFunction(c[b].promise)?c[b].promise().progress(h(b,j,i)).done(h(b,k,c)).fail(g.reject):--f;return f||g.resolveWith(k,c),g.promise()}});var I;n.fn.ready=function(a){return n.ready.promise().done(a),this},n.extend({isReady:!1,readyWait:1,holdReady:function(a){a?n.readyWait++:n.ready(!0)},ready:function(a){(a===!0?--n.readyWait:n.isReady)||(n.isReady=!0,a!==!0&&--n.readyWait>0||(I.resolveWith(d,[n]),n.fn.triggerHandler&&(n(d).triggerHandler("ready"),n(d).off("ready"))))}});function J(){d.addEventListener?(d.removeEventListener("DOMContentLoaded",K),a.removeEventListener("load",K)):(d.detachEvent("onreadystatechange",K),a.detachEvent("onload",K))}function K(){(d.addEventListener||"load"===a.event.type||"complete"===d.readyState)&&(J(),n.ready())}n.ready.promise=function(b){if(!I)if(I=n.Deferred(),"complete"===d.readyState||"loading"!==d.readyState&&!d.documentElement.doScroll)a.setTimeout(n.ready);else if(d.addEventListener)d.addEventListener("DOMContentLoaded",K),a.addEventListener("load",K);else{d.attachEvent("onreadystatechange",K),a.attachEvent("onload",K);var c=!1;try{c=null==a.frameElement&&d.documentElement}catch(e){}c&&c.doScroll&&!function f(){if(!n.isReady){try{c.doScroll("left")}catch(b){return a.setTimeout(f,50)}J(),n.ready()}}()}return I.promise(b)},n.ready.promise();var L;for(L in n(l))break;l.ownFirst="0"===L,l.inlineBlockNeedsLayout=!1,n(function(){var a,b,c,e;c=d.getElementsByTagName("body")[0],c&&c.style&&(b=d.createElement("div"),e=d.createElement("div"),e.style.cssText="position:absolute;border:0;width:0;height:0;top:0;left:-9999px",c.appendChild(e).appendChild(b),"undefined"!=typeof b.style.zoom&&(b.style.cssText="display:inline;margin:0;border:0;padding:1px;width:1px;zoom:1",l.inlineBlockNeedsLayout=a=3===b.offsetWidth,a&&(c.style.zoom=1)),c.removeChild(e))}),function(){var a=d.createElement("div");l.deleteExpando=!0;try{delete a.test}catch(b){l.deleteExpando=!1}a=null}();var M=function(a){var b=n.noData[(a.nodeName+" ").toLowerCase()],c=+a.nodeType||1;return 1!==c&&9!==c?!1:!b||b!==!0&&a.getAttribute("classid")===b},N=/^(?:\{[\w\W]*\}|\[[\w\W]*\])$/,O=/([A-Z])/g;function P(a,b,c){if(void 0===c&&1===a.nodeType){var d="data-"+b.replace(O,"-$1").toLowerCase();if(c=a.getAttribute(d),"string"==typeof c){try{c="true"===c?!0:"false"===c?!1:"null"===c?null:+c+""===c?+c:N.test(c)?n.parseJSON(c):c}catch(e){}n.data(a,b,c)}else c=void 0;
-}return c}function Q(a){var b;for(b in a)if(("data"!==b||!n.isEmptyObject(a[b]))&&"toJSON"!==b)return!1;return!0}function R(a,b,d,e){if(M(a)){var f,g,h=n.expando,i=a.nodeType,j=i?n.cache:a,k=i?a[h]:a[h]&&h;if(k&&j[k]&&(e||j[k].data)||void 0!==d||"string"!=typeof b)return k||(k=i?a[h]=c.pop()||n.guid++:h),j[k]||(j[k]=i?{}:{toJSON:n.noop}),"object"!=typeof b&&"function"!=typeof b||(e?j[k]=n.extend(j[k],b):j[k].data=n.extend(j[k].data,b)),g=j[k],e||(g.data||(g.data={}),g=g.data),void 0!==d&&(g[n.camelCase(b)]=d),"string"==typeof b?(f=g[b],null==f&&(f=g[n.camelCase(b)])):f=g,f}}function S(a,b,c){if(M(a)){var d,e,f=a.nodeType,g=f?n.cache:a,h=f?a[n.expando]:n.expando;if(g[h]){if(b&&(d=c?g[h]:g[h].data)){n.isArray(b)?b=b.concat(n.map(b,n.camelCase)):b in d?b=[b]:(b=n.camelCase(b),b=b in d?[b]:b.split(" ")),e=b.length;while(e--)delete d[b[e]];if(c?!Q(d):!n.isEmptyObject(d))return}(c||(delete g[h].data,Q(g[h])))&&(f?n.cleanData([a],!0):l.deleteExpando||g!=g.window?delete g[h]:g[h]=void 0)}}}n.extend({cache:{},noData:{"applet ":!0,"embed ":!0,"object ":"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"},hasData:function(a){return a=a.nodeType?n.cache[a[n.expando]]:a[n.expando],!!a&&!Q(a)},data:function(a,b,c){return R(a,b,c)},removeData:function(a,b){return S(a,b)},_data:function(a,b,c){return R(a,b,c,!0)},_removeData:function(a,b){return S(a,b,!0)}}),n.fn.extend({data:function(a,b){var c,d,e,f=this[0],g=f&&f.attributes;if(void 0===a){if(this.length&&(e=n.data(f),1===f.nodeType&&!n._data(f,"parsedAttrs"))){c=g.length;while(c--)g[c]&&(d=g[c].name,0===d.indexOf("data-")&&(d=n.camelCase(d.slice(5)),P(f,d,e[d])));n._data(f,"parsedAttrs",!0)}return e}return"object"==typeof a?this.each(function(){n.data(this,a)}):arguments.length>1?this.each(function(){n.data(this,a,b)}):f?P(f,a,n.data(f,a)):void 0},removeData:function(a){return this.each(function(){n.removeData(this,a)})}}),n.extend({queue:function(a,b,c){var d;return a?(b=(b||"fx")+"queue",d=n._data(a,b),c&&(!d||n.isArray(c)?d=n._data(a,b,n.makeArray(c)):d.push(c)),d||[]):void 0},dequeue:function(a,b){b=b||"fx";var c=n.queue(a,b),d=c.length,e=c.shift(),f=n._queueHooks(a,b),g=function(){n.dequeue(a,b)};"inprogress"===e&&(e=c.shift(),d--),e&&("fx"===b&&c.unshift("inprogress"),delete f.stop,e.call(a,g,f)),!d&&f&&f.empty.fire()},_queueHooks:function(a,b){var c=b+"queueHooks";return n._data(a,c)||n._data(a,c,{empty:n.Callbacks("once memory").add(function(){n._removeData(a,b+"queue"),n._removeData(a,c)})})}}),n.fn.extend({queue:function(a,b){var c=2;return"string"!=typeof a&&(b=a,a="fx",c--),arguments.lengthh;h++)b(a[h],c,g?d:d.call(a[h],h,b(a[h],c)));return e?a:j?b.call(a):i?b(a[0],c):f},Z=/^(?:checkbox|radio)$/i,$=/<([\w:-]+)/,_=/^$|\/(?:java|ecma)script/i,aa=/^\s+/,ba="abbr|article|aside|audio|bdi|canvas|data|datalist|details|dialog|figcaption|figure|footer|header|hgroup|main|mark|meter|nav|output|picture|progress|section|summary|template|time|video";function ca(a){var b=ba.split("|"),c=a.createDocumentFragment();if(c.createElement)while(b.length)c.createElement(b.pop());return c}!function(){var a=d.createElement("div"),b=d.createDocumentFragment(),c=d.createElement("input");a.innerHTML=" a ",l.leadingWhitespace=3===a.firstChild.nodeType,l.tbody=!a.getElementsByTagName("tbody").length,l.htmlSerialize=!!a.getElementsByTagName("link").length,l.html5Clone="<:nav>"!==d.createElement("nav").cloneNode(!0).outerHTML,c.type="checkbox",c.checked=!0,b.appendChild(c),l.appendChecked=c.checked,a.innerHTML="",l.noCloneChecked=!!a.cloneNode(!0).lastChild.defaultValue,b.appendChild(a),c=d.createElement("input"),c.setAttribute("type","radio"),c.setAttribute("checked","checked"),c.setAttribute("name","t"),a.appendChild(c),l.checkClone=a.cloneNode(!0).cloneNode(!0).lastChild.checked,l.noCloneEvent=!!a.addEventListener,a[n.expando]=1,l.attributes=!a.getAttribute(n.expando)}();var da={option:[1,""," "],legend:[1,""," "],area:[1,""," "],param:[1,""," "],thead:[1,""],tr:[2,""],col:[2,""],td:[3,""],_default:l.htmlSerialize?[0,"",""]:[1,"X","
"]};da.optgroup=da.option,da.tbody=da.tfoot=da.colgroup=da.caption=da.thead,da.th=da.td;function ea(a,b){var c,d,e=0,f="undefined"!=typeof a.getElementsByTagName?a.getElementsByTagName(b||"*"):"undefined"!=typeof a.querySelectorAll?a.querySelectorAll(b||"*"):void 0;if(!f)for(f=[],c=a.childNodes||a;null!=(d=c[e]);e++)!b||n.nodeName(d,b)?f.push(d):n.merge(f,ea(d,b));return void 0===b||b&&n.nodeName(a,b)?n.merge([a],f):f}function fa(a,b){for(var c,d=0;null!=(c=a[d]);d++)n._data(c,"globalEval",!b||n._data(b[d],"globalEval"))}var ga=/<|?\w+;/,ha=/r;r++)if(g=a[r],g||0===g)if("object"===n.type(g))n.merge(q,g.nodeType?[g]:g);else if(ga.test(g)){i=i||p.appendChild(b.createElement("div")),j=($.exec(g)||["",""])[1].toLowerCase(),m=da[j]||da._default,i.innerHTML=m[1]+n.htmlPrefilter(g)+m[2],f=m[0];while(f--)i=i.lastChild;if(!l.leadingWhitespace&&aa.test(g)&&q.push(b.createTextNode(aa.exec(g)[0])),!l.tbody){g="table"!==j||ha.test(g)?""!==m[1]||ha.test(g)?0:i:i.firstChild,f=g&&g.childNodes.length;while(f--)n.nodeName(k=g.childNodes[f],"tbody")&&!k.childNodes.length&&g.removeChild(k)}n.merge(q,i.childNodes),i.textContent="";while(i.firstChild)i.removeChild(i.firstChild);i=p.lastChild}else q.push(b.createTextNode(g));i&&p.removeChild(i),l.appendChecked||n.grep(ea(q,"input"),ia),r=0;while(g=q[r++])if(d&&n.inArray(g,d)>-1)e&&e.push(g);else if(h=n.contains(g.ownerDocument,g),i=ea(p.appendChild(g),"script"),h&&fa(i),c){f=0;while(g=i[f++])_.test(g.type||"")&&c.push(g)}return i=null,p}!function(){var b,c,e=d.createElement("div");for(b in{submit:!0,change:!0,focusin:!0})c="on"+b,(l[b]=c in a)||(e.setAttribute(c,"t"),l[b]=e.attributes[c].expando===!1);e=null}();var ka=/^(?:input|select|textarea)$/i,la=/^key/,ma=/^(?:mouse|pointer|contextmenu|drag|drop)|click/,na=/^(?:focusinfocus|focusoutblur)$/,oa=/^([^.]*)(?:\.(.+)|)/;function pa(){return!0}function qa(){return!1}function ra(){try{return d.activeElement}catch(a){}}function sa(a,b,c,d,e,f){var g,h;if("object"==typeof b){"string"!=typeof c&&(d=d||c,c=void 0);for(h in b)sa(a,h,c,d,b[h],f);return a}if(null==d&&null==e?(e=c,d=c=void 0):null==e&&("string"==typeof c?(e=d,d=void 0):(e=d,d=c,c=void 0)),e===!1)e=qa;else if(!e)return a;return 1===f&&(g=e,e=function(a){return n().off(a),g.apply(this,arguments)},e.guid=g.guid||(g.guid=n.guid++)),a.each(function(){n.event.add(this,b,e,d,c)})}n.event={global:{},add:function(a,b,c,d,e){var f,g,h,i,j,k,l,m,o,p,q,r=n._data(a);if(r){c.handler&&(i=c,c=i.handler,e=i.selector),c.guid||(c.guid=n.guid++),(g=r.events)||(g=r.events={}),(k=r.handle)||(k=r.handle=function(a){return"undefined"==typeof n||a&&n.event.triggered===a.type?void 0:n.event.dispatch.apply(k.elem,arguments)},k.elem=a),b=(b||"").match(G)||[""],h=b.length;while(h--)f=oa.exec(b[h])||[],o=q=f[1],p=(f[2]||"").split(".").sort(),o&&(j=n.event.special[o]||{},o=(e?j.delegateType:j.bindType)||o,j=n.event.special[o]||{},l=n.extend({type:o,origType:q,data:d,handler:c,guid:c.guid,selector:e,needsContext:e&&n.expr.match.needsContext.test(e),namespace:p.join(".")},i),(m=g[o])||(m=g[o]=[],m.delegateCount=0,j.setup&&j.setup.call(a,d,p,k)!==!1||(a.addEventListener?a.addEventListener(o,k,!1):a.attachEvent&&a.attachEvent("on"+o,k))),j.add&&(j.add.call(a,l),l.handler.guid||(l.handler.guid=c.guid)),e?m.splice(m.delegateCount++,0,l):m.push(l),n.event.global[o]=!0);a=null}},remove:function(a,b,c,d,e){var f,g,h,i,j,k,l,m,o,p,q,r=n.hasData(a)&&n._data(a);if(r&&(k=r.events)){b=(b||"").match(G)||[""],j=b.length;while(j--)if(h=oa.exec(b[j])||[],o=q=h[1],p=(h[2]||"").split(".").sort(),o){l=n.event.special[o]||{},o=(d?l.delegateType:l.bindType)||o,m=k[o]||[],h=h[2]&&new RegExp("(^|\\.)"+p.join("\\.(?:.*\\.|)")+"(\\.|$)"),i=f=m.length;while(f--)g=m[f],!e&&q!==g.origType||c&&c.guid!==g.guid||h&&!h.test(g.namespace)||d&&d!==g.selector&&("**"!==d||!g.selector)||(m.splice(f,1),g.selector&&m.delegateCount--,l.remove&&l.remove.call(a,g));i&&!m.length&&(l.teardown&&l.teardown.call(a,p,r.handle)!==!1||n.removeEvent(a,o,r.handle),delete k[o])}else for(o in k)n.event.remove(a,o+b[j],c,d,!0);n.isEmptyObject(k)&&(delete r.handle,n._removeData(a,"events"))}},trigger:function(b,c,e,f){var g,h,i,j,l,m,o,p=[e||d],q=k.call(b,"type")?b.type:b,r=k.call(b,"namespace")?b.namespace.split("."):[];if(i=m=e=e||d,3!==e.nodeType&&8!==e.nodeType&&!na.test(q+n.event.triggered)&&(q.indexOf(".")>-1&&(r=q.split("."),q=r.shift(),r.sort()),h=q.indexOf(":")<0&&"on"+q,b=b[n.expando]?b:new n.Event(q,"object"==typeof b&&b),b.isTrigger=f?2:3,b.namespace=r.join("."),b.rnamespace=b.namespace?new RegExp("(^|\\.)"+r.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,b.result=void 0,b.target||(b.target=e),c=null==c?[b]:n.makeArray(c,[b]),l=n.event.special[q]||{},f||!l.trigger||l.trigger.apply(e,c)!==!1)){if(!f&&!l.noBubble&&!n.isWindow(e)){for(j=l.delegateType||q,na.test(j+q)||(i=i.parentNode);i;i=i.parentNode)p.push(i),m=i;m===(e.ownerDocument||d)&&p.push(m.defaultView||m.parentWindow||a)}o=0;while((i=p[o++])&&!b.isPropagationStopped())b.type=o>1?j:l.bindType||q,g=(n._data(i,"events")||{})[b.type]&&n._data(i,"handle"),g&&g.apply(i,c),g=h&&i[h],g&&g.apply&&M(i)&&(b.result=g.apply(i,c),b.result===!1&&b.preventDefault());if(b.type=q,!f&&!b.isDefaultPrevented()&&(!l._default||l._default.apply(p.pop(),c)===!1)&&M(e)&&h&&e[q]&&!n.isWindow(e)){m=e[h],m&&(e[h]=null),n.event.triggered=q;try{e[q]()}catch(s){}n.event.triggered=void 0,m&&(e[h]=m)}return b.result}},dispatch:function(a){a=n.event.fix(a);var b,c,d,f,g,h=[],i=e.call(arguments),j=(n._data(this,"events")||{})[a.type]||[],k=n.event.special[a.type]||{};if(i[0]=a,a.delegateTarget=this,!k.preDispatch||k.preDispatch.call(this,a)!==!1){h=n.event.handlers.call(this,a,j),b=0;while((f=h[b++])&&!a.isPropagationStopped()){a.currentTarget=f.elem,c=0;while((g=f.handlers[c++])&&!a.isImmediatePropagationStopped())a.rnamespace&&!a.rnamespace.test(g.namespace)||(a.handleObj=g,a.data=g.data,d=((n.event.special[g.origType]||{}).handle||g.handler).apply(f.elem,i),void 0!==d&&(a.result=d)===!1&&(a.preventDefault(),a.stopPropagation()))}return k.postDispatch&&k.postDispatch.call(this,a),a.result}},handlers:function(a,b){var c,d,e,f,g=[],h=b.delegateCount,i=a.target;if(h&&i.nodeType&&("click"!==a.type||isNaN(a.button)||a.button<1))for(;i!=this;i=i.parentNode||this)if(1===i.nodeType&&(i.disabled!==!0||"click"!==a.type)){for(d=[],c=0;h>c;c++)f=b[c],e=f.selector+" ",void 0===d[e]&&(d[e]=f.needsContext?n(e,this).index(i)>-1:n.find(e,this,null,[i]).length),d[e]&&d.push(f);d.length&&g.push({elem:i,handlers:d})}return h ]","i"),va=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:-]+)[^>]*)\/>/gi,wa=/