Commit b39f49ae authored by Sven Franck's avatar Sven Franck Committed by Tristan Cavelier

erp5_font: use pdf css file to remove unneeded font formats in wkhtmltopdf conversion

Separate css files for embedding during wkhtmltopdf pdf-conversion. only use ttf format to reduce payload.

/reviewed-on nexedi/erp5!690
parent b2a2a413
/*
Generated by Font Squirrel (http://www.fontsquirrel.com) on February 25, 2016
==============================
SIL Open Font License v1.10
This license can also be found at this permalink: https://www.fontsquirrel.com/license/eb-garamond
Copyright (c) 2010, 2011 Georg Duffner (http://www.georgduffner.at)
==============================
*/
@font-face {
font-family: 'Garamond';
src: url('eb-garamond/eb-garamond-regular-12.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Garamond';
src: url('eb-garamond/eb-garamond-italic-12.ttf') format('truetype');
font-weight: normal;
font-style: italic;
}
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<global name="File" module="OFS.Image"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_Cacheable__manager_id</string> </key>
<value> <string>http_cache</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
<value> <string>eb-garamond.pdf.css</string> </value>
</item>
<item>
<key> <string>content_type</string> </key>
<value> <string>text/css</string> </value>
</item>
<item>
<key> <string>precondition</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>eb-garamond.pdf.css</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
/* imports separated from rest, so fonts can be fetched from CDN */
/* CUSTOMIZED:
* 1. update path @font-face
* 2. icons: change fa- to html ui-icon-
* 3. change :before to JQM :after
* 4. update first html .ui-icon (former .fa)
* 5. add checkbox-on/off, radio on/off icons to fontawesome icons
* 6. add JQM compat at end
* 7. replace all updated name in code???
* 8. JQM uses carat-t/b/l/r, add those to caret-left/right/top/bottom
* 9: add :after to spin/2x/3x...
*/
/*!
* 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 PATH
* -------------------------- */
@font-face {
font-family: 'FontAwesome';
src: url('font-awesome/font-awesome-webfont.ttf?v=4.6.3') format('truetype');
font-weight: normal;
font-style: normal;
}
html [class^="ui-icon-"]:after,
html [class*=" ui-icon-"]:after,
html .ui-checkbox-on:after,
html .ui-checkbox-off:after,
html .ui-radio-on:after,
html .ui-radio-off:after {
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;
}
/* makes the font 33% larger relative to the icon container */
html .ui-icon-lg {
font-size: 1.33333333em;
line-height: 0.75em;
vertical-align: -15%;
}
html .ui-icon-2x:after {
font-size: 2em;
}
html .ui-icon-3x:after {
font-size: 3em;
}
html .ui-icon-4x:after {
font-size: 4em;
}
html .ui-icon-5x:after {
font-size: 5em;
}
html .ui-icon-fw {
width: 1.28571429em;
text-align: center;
}
html .ui-icon-ul {
padding-left: 0;
margin-left: 2.14285714em;
list-style-type: none;
}
html .ui-icon-ul > li {
position: relative;
}
html .ui-icon-li {
position: absolute;
left: -2.14285714em;
width: 2.14285714em;
top: 0.14285714em;
text-align: center;
}
html .ui-icon-lihtml .ui-icon-lg {
left: -1.85714286em;
}
html .ui-icon-border {
padding: .2em .25em .15em;
border: solid 0.08em #eeeeee;
border-radius: .1em;
}
html .ui-icon.pull-left {
margin-right: .3em;
}
html .ui-icon.pull-right {
margin-left: .3em;
}
html .ui-icon-spin:after {
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
}
html .ui-icon-pulse:after {
-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);
}
}
html .ui-icon-rotate-90:after {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
html .ui-icon-rotate-180:after {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
html .ui-icon-rotate-270:after {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
-webkit-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(270deg);
}
html .ui-icon-flip-horizontal:after {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
-webkit-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
transform: scale(-1, 1);
}
html .ui-icon-flip-vertical:after {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
-webkit-transform: scale(1, -1);
-ms-transform: scale(1, -1);
transform: scale(1, -1);
}
html :root .ui-icon-rotate-90,
html :root .ui-icon-rotate-180,
html :root .ui-icon-rotate-270,
html :root .ui-icon-flip-horizontal,
html :root .ui-icon-flip-vertical {
filter: none;
}
html .ui-icon-stack {
position: relative;
display: inline-block;
width: 2em;
height: 2em;
line-height: 2em;
vertical-align: middle;
}
html .ui-icon-stack-1x,
html .ui-icon-stack-2x {
position: absolute;
left: 0;
width: 100%;
text-align: center;
}
html .ui-icon-stack-1x {
line-height: inherit;
}
html .ui-icon-stack-2x {
font-size: 2em;
}
html .ui-icon-inverse {
color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
html .ui-icon-glass:after {
content: "\f000";
}
html .ui-icon-music:after {
content: "\f001";
}
html .ui-icon-search:after {
content: "\f002";
}
html .ui-icon-envelope-o:after {
content: "\f003";
}
html .ui-icon-heart:after {
content: "\f004";
}
html .ui-icon-star:after {
content: "\f005";
}
html .ui-icon-star-o:after {
content: "\f006";
}
html .ui-icon-user:after {
content: "\f007";
}
html .ui-icon-film:after {
content: "\f008";
}
html .ui-icon-th-large:after {
content: "\f009";
}
html .ui-icon-th:after {
content: "\f00a";
}
html .ui-icon-th-list:after {
content: "\f00b";
}
html .ui-icon-check:after {
content: "\f00c";
}
html .ui-icon-remove:after,
html .ui-icon-close:after,
html .ui-icon-times:after {
content: "\f00d";
}
html .ui-icon-search-plus:after {
content: "\f00e";
}
html .ui-icon-search-minus:after {
content: "\f010";
}
html .ui-icon-power-off:after {
content: "\f011";
}
html .ui-icon-signal:after {
content: "\f012";
}
html .ui-icon-gear:after,
html .ui-icon-cog:after {
content: "\f013";
}
html .ui-icon-trash-o:after {
content: "\f014";
}
html .ui-icon-home:after {
content: "\f015";
}
html .ui-icon-file-o:after {
content: "\f016";
}
html .ui-icon-clock-o:after {
content: "\f017";
}
html .ui-icon-road:after {
content: "\f018";
}
html .ui-icon-download:after {
content: "\f019";
}
html .ui-icon-arrow-circle-o-down:after {
content: "\f01a";
}
html .ui-icon-arrow-circle-o-up:after {
content: "\f01b";
}
html .ui-icon-inbox:after {
content: "\f01c";
}
html .ui-icon-circle-o:after {
content: "\f01d";
}
html .ui-icon-rotate-right:after,
html .ui-icon-repeat:after {
content: "\f01e";
}
html .ui-icon-refresh:after {
content: "\f021";
}
html .ui-icon-list-alt:after {
content: "\f022";
}
html .ui-icon-lock:after {
content: "\f023";
}
html .ui-icon-flag:after {
content: "\f024";
}
html .ui-icon-headphones:after {
content: "\f025";
}
html .ui-icon-volume-off:after {
content: "\f026";
}
html .ui-icon-volume-down:after {
content: "\f027";
}
html .ui-icon-volume-up:after {
content: "\f028";
}
html .ui-icon-qrcode:after {
content: "\f029";
}
html .ui-icon-barcode:after {
content: "\f02a";
}
html .ui-icon-tag:after {
content: "\f02b";
}
html .ui-icon-tags:after {
content: "\f02c";
}
html .ui-icon-book:after {
content: "\f02d";
}
html .ui-icon-bookmark:after {
content: "\f02e";
}
html .ui-icon-print:after {
content: "\f02f";
}
html .ui-icon-camera:after {
content: "\f030";
}
html .ui-icon-font:after {
content: "\f031";
}
html .ui-icon-bold:after {
content: "\f032";
}
html .ui-icon-italic:after {
content: "\f033";
}
html .ui-icon-text-height:after {
content: "\f034";
}
html .ui-icon-text-width:after {
content: "\f035";
}
html .ui-icon-align-left:after {
content: "\f036";
}
html .ui-icon-align-center:after {
content: "\f037";
}
html .ui-icon-align-right:after {
content: "\f038";
}
html .ui-icon-align-justify:after {
content: "\f039";
}
html .ui-icon-list:after {
content: "\f03a";
}
html .ui-icon-dedent:after,
html .ui-icon-outdent:after {
content: "\f03b";
}
html .ui-icon-indent:after {
content: "\f03c";
}
html .ui-icon-video-camera:after {
content: "\f03d";
}
html .ui-icon-photo:after,
html .ui-icon-image:after,
html .ui-icon-picture-o:after {
content: "\f03e";
}
html .ui-icon-pencil:after {
content: "\f040";
}
html .ui-icon-map-marker:after {
content: "\f041";
}
html .ui-icon-adjust:after {
content: "\f042";
}
html .ui-icon-tint:after {
content: "\f043";
}
html .ui-icon-edit:after,
html .ui-icon-pencil-square-o:after {
content: "\f044";
}
html .ui-icon-share-square-o:after {
content: "\f045";
}
html .ui-icon-check-square-o:after,
html .ui-icon-checkbox-on:after,
html .ui-checkbox-on:after {
content: "\f046";
}
html .ui-icon-arrows:after {
content: "\f047";
}
html .ui-icon-step-backward:after {
content: "\f048";
}
html .ui-icon-fast-backward:after {
content: "\f049";
}
html .ui-icon-backward:after {
content: "\f04a";
}
html .ui-icon-play:after {
content: "\f04b";
}
html .ui-icon-pause:after {
content: "\f04c";
}
html .ui-icon-stop:after {
content: "\f04d";
}
html .ui-icon-forward:after {
content: "\f04e";
}
html .ui-icon-fast-forward:after {
content: "\f050";
}
html .ui-icon-step-forward:after {
content: "\f051";
}
html .ui-icon-eject:after {
content: "\f052";
}
html .ui-icon-chevron-left:after {
content: "\f053";
}
html .ui-icon-chevron-right:after {
content: "\f054";
}
html .ui-icon-plus-circle:after {
content: "\f055";
}
html .ui-icon-minus-circle:after {
content: "\f056";
}
html .ui-icon-times-circle:after {
content: "\f057";
}
html .ui-icon-check-circle:after,
html .ui-icon-radio-off:after,
html .ui-radio-on:after {
content: "\f058";
}
html .ui-icon-question-circle:after {
content: "\f059";
}
html .ui-icon-info-circle:after {
content: "\f05a";
}
html .ui-icon-crosshairs:after {
content: "\f05b";
}
html .ui-icon-times-circle-o:after {
content: "\f05c";
}
html .ui-icon-check-circle-o:after {
content: "\f05d";
}
html .ui-icon-ban:after {
content: "\f05e";
}
html .ui-icon-arrow-left:after {
content: "\f060";
}
html .ui-icon-arrow-right:after {
content: "\f061";
}
html .ui-icon-arrow-up:after {
content: "\f062";
}
html .ui-icon-arrow-down:after {
content: "\f063";
}
html .ui-icon-mail-forward:after,
html .ui-icon-share:after {
content: "\f064";
}
html .ui-icon-expand:after {
content: "\f065";
}
html .ui-icon-compress:after {
content: "\f066";
}
html .ui-icon-plus:after {
content: "\f067";
}
html .ui-icon-minus:after {
content: "\f068";
}
html .ui-icon-asterisk:after {
content: "\f069";
}
html .ui-icon-exclamation-circle:after {
content: "\f06a";
}
html .ui-icon-gift:after {
content: "\f06b";
}
html .ui-icon-leaf:after {
content: "\f06c";
}
html .ui-icon-fire:after {
content: "\f06d";
}
html .ui-icon-eye:after {
content: "\f06e";
}
html .ui-icon-eye-slash:after {
content: "\f070";
}
html .ui-icon-warning:after,
html .ui-icon-exclamation-triangle:after {
content: "\f071";
}
html .ui-icon-plane:after {
content: "\f072";
}
html .ui-icon-calendar:after {
content: "\f073";
}
html .ui-icon-random:after {
content: "\f074";
}
html .ui-icon-comment:after {
content: "\f075";
}
html .ui-icon-magnet:after {
content: "\f076";
}
html .ui-icon-chevron-up:after {
content: "\f077";
}
html .ui-icon-chevron-down:after {
content: "\f078";
}
html .ui-icon-retweet:after {
content: "\f079";
}
html .ui-icon-shopping-cart:after {
content: "\f07a";
}
html .ui-icon-folder:after {
content: "\f07b";
}
html .ui-icon-folder-open:after {
content: "\f07c";
}
html .ui-icon-arrows-v:after {
content: "\f07d";
}
html .ui-icon-arrows-h:after {
content: "\f07e";
}
html .ui-icon-bar-chart-o:after,
html .ui-icon-bar-chart:after {
content: "\f080";
}
html .ui-icon-twitter-square:after {
content: "\f081";
}
html .ui-icon-facebook-square:after {
content: "\f082";
}
html .ui-icon-camera-retro:after {
content: "\f083";
}
html .ui-icon-key:after {
content: "\f084";
}
html .ui-icon-gears:after,
html .ui-icon-cogs:after {
content: "\f085";
}
html .ui-icon-comments:after {
content: "\f086";
}
html .ui-icon-thumbs-o-up:after {
content: "\f087";
}
html .ui-icon-thumbs-o-down:after {
content: "\f088";
}
html .ui-icon-star-half:after {
content: "\f089";
}
html .ui-icon-heart-o:after {
content: "\f08a";
}
html .ui-icon-sign-out:after {
content: "\f08b";
}
html .ui-icon-linkedin-square:after {
content: "\f08c";
}
html .ui-icon-thumb-tack:after {
content: "\f08d";
}
html .ui-icon-external-link:after {
content: "\f08e";
}
html .ui-icon-sign-in:after {
content: "\f090";
}
html .ui-icon-trophy:after {
content: "\f091";
}
html .ui-icon-github-square:after {
content: "\f092";
}
html .ui-icon-upload:after {
content: "\f093";
}
html .ui-icon-lemon-o:after {
content: "\f094";
}
html .ui-icon-phone:after {
content: "\f095";
}
html .ui-icon-square-o:after,
html .ui-icon-checkbox-off:after,
html .ui-checkbox-off:after {
content: "\f096";
}
html .ui-icon-bookmark-o:after {
content: "\f097";
}
html .ui-icon-phone-square:after {
content: "\f098";
}
html .ui-icon-twitter:after {
content: "\f099";
}
html .ui-icon-facebook-f:after,
html .ui-icon-facebook:after {
content: "\f09a";
}
html .ui-icon-github:after {
content: "\f09b";
}
html .ui-icon-unlock:after {
content: "\f09c";
}
html .ui-icon-credit-card:after {
content: "\f09d";
}
html .ui-icon-feed:after,
html .ui-icon-rss:after {
content: "\f09e";
}
html .ui-icon-hdd-o:after {
content: "\f0a0";
}
html .ui-icon-bullhorn:after {
content: "\f0a1";
}
html .ui-icon-bell:after {
content: "\f0f3";
}
html .ui-icon-certificate:after {
content: "\f0a3";
}
html .ui-icon-hand-o-right:after {
content: "\f0a4";
}
html .ui-icon-hand-o-left:after {
content: "\f0a5";
}
html .ui-icon-hand-o-up:after {
content: "\f0a6";
}
html .ui-icon-hand-o-down:after {
content: "\f0a7";
}
html .ui-icon-arrow-circle-left:after {
content: "\f0a8";
}
html .ui-icon-arrow-circle-right:after {
content: "\f0a9";
}
html .ui-icon-arrow-circle-up:after {
content: "\f0aa";
}
html .ui-icon-arrow-circle-down:after {
content: "\f0ab";
}
html .ui-icon-globe:after {
content: "\f0ac";
}
html .ui-icon-wrench:after {
content: "\f0ad";
}
html .ui-icon-tasks:after {
content: "\f0ae";
}
html .ui-icon-filter:after {
content: "\f0b0";
}
html .ui-icon-briefcase:after {
content: "\f0b1";
}
html .ui-icon-arrows-alt:after {
content: "\f0b2";
}
html .ui-icon-group:after,
html .ui-icon-users:after {
content: "\f0c0";
}
html .ui-icon-chain:after,
html .ui-icon-link:after {
content: "\f0c1";
}
html .ui-icon-cloud:after {
content: "\f0c2";
}
html .ui-icon-flask:after {
content: "\f0c3";
}
html .ui-icon-cut:after,
html .ui-icon-scissors:after {
content: "\f0c4";
}
html .ui-icon-copy:after,
html .ui-icon-files-o:after {
content: "\f0c5";
}
html .ui-icon-paperclip:after {
content: "\f0c6";
}
html .ui-icon-save:after,
html .ui-icon-floppy-o:after {
content: "\f0c7";
}
html .ui-icon-square:after {
content: "\f0c8";
}
html .ui-icon-navicon:after,
html .ui-icon-reorder:after,
html .ui-icon-bars:after {
content: "\f0c9";
}
html .ui-icon-list-ul:after {
content: "\f0ca";
}
html .ui-icon-list-ol:after {
content: "\f0cb";
}
html .ui-icon-strikethrough:after {
content: "\f0cc";
}
html .ui-icon-underline:after {
content: "\f0cd";
}
html .ui-icon-table:after {
content: "\f0ce";
}
html .ui-icon-magic:after {
content: "\f0d0";
}
html .ui-icon-truck:after {
content: "\f0d1";
}
html .ui-icon-pinterest:after {
content: "\f0d2";
}
html .ui-icon-pinterest-square:after {
content: "\f0d3";
}
html .ui-icon-google-plus-square:after {
content: "\f0d4";
}
html .ui-icon-google-plus:after {
content: "\f0d5";
}
html .ui-icon-money:after {
content: "\f0d6";
}
html .ui-icon-caret-down:after,
html .ui-icon-carat-b:after {
content: "\f0d7";
}
html .ui-icon-caret-up:after,
html .ui-icon-carat-t:after {
content: "\f0d8";
}
html .ui-icon-caret-left:after,
html .ui-icon-carat-l:after {
content: "\f0d9";
}
html .ui-icon-caret-right:after,
html .ui-icon-carat-r:after {
content: "\f0da";
}
html .ui-icon-columns:after {
content: "\f0db";
}
html .ui-icon-unsorted:after,
html .ui-icon-sort:after {
content: "\f0dc";
}
html .ui-icon-sort-down:after,
html .ui-icon-sort-desc:after {
content: "\f0dd";
}
html .ui-icon-sort-up:after,
html .ui-icon-sort-asc:after {
content: "\f0de";
}
html .ui-icon-envelope:after {
content: "\f0e0";
}
html .ui-icon-linkedin:after {
content: "\f0e1";
}
html .ui-icon-rotate-left:after,
html .ui-icon-undo:after {
content: "\f0e2";
}
html .ui-icon-legal:after,
html .ui-icon-gavel:after {
content: "\f0e3";
}
html .ui-icon-dashboard:after,
html .ui-icon-tachometer:after {
content: "\f0e4";
}
html .ui-icon-comment-o:after {
content: "\f0e5";
}
html .ui-icon-comments-o:after {
content: "\f0e6";
}
html .ui-icon-flash:after,
html .ui-icon-bolt:after {
content: "\f0e7";
}
html .ui-icon-sitemap:after {
content: "\f0e8";
}
html .ui-icon-umbrella:after {
content: "\f0e9";
}
html .ui-icon-paste:after,
html .ui-icon-clipboard:after {
content: "\f0ea";
}
html .ui-icon-lightbulb-o:after {
content: "\f0eb";
}
html .ui-icon-exchange:after {
content: "\f0ec";
}
html .ui-icon-cloud-download:after {
content: "\f0ed";
}
html .ui-icon-cloud-upload:after {
content: "\f0ee";
}
html .ui-icon-user-md:after {
content: "\f0f0";
}
html .ui-icon-stethoscope:after {
content: "\f0f1";
}
html .ui-icon-suitcase:after {
content: "\f0f2";
}
html .ui-icon-bell-o:after {
content: "\f0a2";
}
html .ui-icon-coffee:after {
content: "\f0f4";
}
html .ui-icon-cutlery:after {
content: "\f0f5";
}
html .ui-icon-file-text-o:after {
content: "\f0f6";
}
html .ui-icon-building-o:after {
content: "\f0f7";
}
html .ui-icon-hospital-o:after {
content: "\f0f8";
}
html .ui-icon-ambulance:after {
content: "\f0f9";
}
html .ui-icon-medkit:after {
content: "\f0fa";
}
html .ui-icon-fighter-jet:after {
content: "\f0fb";
}
html .ui-icon-beer:after {
content: "\f0fc";
}
html .ui-icon-h-square:after {
content: "\f0fd";
}
html .ui-icon-plus-square:after {
content: "\f0fe";
}
html .ui-icon-angle-double-left:after {
content: "\f100";
}
html .ui-icon-angle-double-right:after {
content: "\f101";
}
html .ui-icon-angle-double-up:after {
content: "\f102";
}
html .ui-icon-angle-double-down:after {
content: "\f103";
}
html .ui-icon-angle-left:after {
content: "\f104";
}
html .ui-icon-angle-right:after {
content: "\f105";
}
html .ui-icon-angle-up:after {
content: "\f106";
}
html .ui-icon-angle-down:after {
content: "\f107";
}
html .ui-icon-desktop:after {
content: "\f108";
}
html .ui-icon-laptop:after {
content: "\f109";
}
html .ui-icon-tablet:after {
content: "\f10a";
}
html .ui-icon-mobile-phone:after,
html .ui-icon-mobile:after {
content: "\f10b";
}
html .ui-icon-circle-o:after {
content: "\f10c";
}
html .ui-icon-quote-left:after {
content: "\f10d";
}
html .ui-icon-quote-right:after {
content: "\f10e";
}
html .ui-icon-spinner:after {
content: "\f110";
}
html .ui-icon-circle:after {
content: "\f111";
}
html .ui-icon-mail-reply:after,
html .ui-icon-reply:after {
content: "\f112";
}
html .ui-icon-github-alt:after {
content: "\f113";
}
html .ui-icon-folder-o:after {
content: "\f114";
}
html .ui-icon-folder-open-o:after {
content: "\f115";
}
html .ui-icon-smile-o:after {
content: "\f118";
}
html .ui-icon-frown-o:after {
content: "\f119";
}
html .ui-icon-meh-o:after {
content: "\f11a";
}
html .ui-icon-gamepad:after {
content: "\f11b";
}
html .ui-icon-keyboard-o:after {
content: "\f11c";
}
html .ui-icon-flag-o:after {
content: "\f11d";
}
html .ui-icon-flag-checkered:after {
content: "\f11e";
}
html .ui-icon-terminal:after {
content: "\f120";
}
html .ui-icon-code:after {
content: "\f121";
}
html .ui-icon-mail-reply-all:after,
html .ui-icon-reply-all:after {
content: "\f122";
}
html .ui-icon-star-half-empty:after,
html .ui-icon-star-half-full:after,
html .ui-icon-star-half-o:after {
content: "\f123";
}
html .ui-icon-location-arrow:after {
content: "\f124";
}
html .ui-icon-crop:after {
content: "\f125";
}
html .ui-icon-code-fork:after {
content: "\f126";
}
html .ui-icon-unlink:after,
html .ui-icon-chain-broken:after {
content: "\f127";
}
html .ui-icon-question:after {
content: "\f128";
}
html .ui-icon-info:after {
content: "\f129";
}
html .ui-icon-exclamation:after {
content: "\f12a";
}
html .ui-icon-superscript:after {
content: "\f12b";
}
html .ui-icon-subscript:after {
content: "\f12c";
}
html .ui-icon-eraser:after {
content: "\f12d";
}
html .ui-icon-puzzle-piece:after {
content: "\f12e";
}
html .ui-icon-microphone:after {
content: "\f130";
}
html .ui-icon-microphone-slash:after {
content: "\f131";
}
html .ui-icon-shield:after {
content: "\f132";
}
html .ui-icon-calendar-o:after {
content: "\f133";
}
html .ui-icon-fire-extinguisher:after {
content: "\f134";
}
html .ui-icon-rocket:after {
content: "\f135";
}
html .ui-icon-maxcdn:after {
content: "\f136";
}
html .ui-icon-chevron-circle-left:after {
content: "\f137";
}
html .ui-icon-chevron-circle-right:after {
content: "\f138";
}
html .ui-icon-chevron-circle-up:after {
content: "\f139";
}
html .ui-icon-chevron-circle-down:after {
content: "\f13a";
}
html .ui-icon-html5:after {
content: "\f13b";
}
html .ui-icon-css3:after {
content: "\f13c";
}
html .ui-icon-anchor:after {
content: "\f13d";
}
html .ui-icon-unlock-alt:after {
content: "\f13e";
}
html .ui-icon-bullseye:after {
content: "\f140";
}
html .ui-icon-ellipsis-h:after {
content: "\f141";
}
html .ui-icon-ellipsis-v:after {
content: "\f142";
}
html .ui-icon-rss-square:after {
content: "\f143";
}
html .ui-icon-play-circle:after {
content: "\f144";
}
html .ui-icon-ticket:after {
content: "\f145";
}
html .ui-icon-minus-square:after {
content: "\f146";
}
html .ui-icon-minus-square-o:after {
content: "\f147";
}
html .ui-icon-level-up:after {
content: "\f148";
}
html .ui-icon-level-down:after {
content: "\f149";
}
html .ui-icon-check-square:after {
content: "\f14a";
}
html .ui-icon-pencil-square:after {
content: "\f14b";
}
html .ui-icon-external-link-square:after {
content: "\f14c";
}
html .ui-icon-share-square:after {
content: "\f14d";
}
html .ui-icon-compass:after {
content: "\f14e";
}
html .ui-icon-toggle-down:after,
html .ui-icon-caret-square-o-down:after {
content: "\f150";
}
html .ui-icon-toggle-up:after,
html .ui-icon-caret-square-o-up:after {
content: "\f151";
}
html .ui-icon-toggle-right:after,
html .ui-icon-caret-square-o-right:after {
content: "\f152";
}
html .ui-icon-euro:after,
html .ui-icon-eur:after {
content: "\f153";
}
html .ui-icon-gbp:after {
content: "\f154";
}
html .ui-icon-dollar:after,
html .ui-icon-usd:after {
content: "\f155";
}
html .ui-icon-rupee:after,
html .ui-icon-inr:after {
content: "\f156";
}
html .ui-icon-cny:after,
html .ui-icon-rmb:after,
html .ui-icon-yen:after,
html .ui-icon-jpy:after {
content: "\f157";
}
html .ui-icon-ruble:after,
html .ui-icon-rouble:after,
html .ui-icon-rub:after {
content: "\f158";
}
html .ui-icon-won:after,
html .ui-icon-krw:after {
content: "\f159";
}
html .ui-icon-bitcoin:after,
html .ui-icon-btc:after {
content: "\f15a";
}
html .ui-icon-file:after {
content: "\f15b";
}
html .ui-icon-file-text:after {
content: "\f15c";
}
html .ui-icon-sort-alpha-asc:after {
content: "\f15d";
}
html .ui-icon-sort-alpha-desc:after {
content: "\f15e";
}
html .ui-icon-sort-amount-asc:after {
content: "\f160";
}
html .ui-icon-sort-amount-desc:after {
content: "\f161";
}
html .ui-icon-sort-numeric-asc:after {
content: "\f162";
}
html .ui-icon-sort-numeric-desc:after {
content: "\f163";
}
html .ui-icon-thumbs-up:after {
content: "\f164";
}
html .ui-icon-thumbs-down:after {
content: "\f165";
}
html .ui-icon-youtube-square:after {
content: "\f166";
}
html .ui-icon-youtube:after {
content: "\f167";
}
html .ui-icon-xing:after {
content: "\f168";
}
html .ui-icon-xing-square:after {
content: "\f169";
}
html .ui-icon-youtube-play:after {
content: "\f16a";
}
html .ui-icon-dropbox:after {
content: "\f16b";
}
html .ui-icon-stack-overflow:after {
content: "\f16c";
}
html .ui-icon-instagram:after {
content: "\f16d";
}
html .ui-icon-flickr:after {
content: "\f16e";
}
html .ui-icon-adn:after {
content: "\f170";
}
html .ui-icon-bitbucket:after {
content: "\f171";
}
html .ui-icon-bitbucket-square:after {
content: "\f172";
}
html .ui-icon-tumblr:after {
content: "\f173";
}
html .ui-icon-tumblr-square:after {
content: "\f174";
}
html .ui-icon-long-arrow-down:after {
content: "\f175";
}
html .ui-icon-long-arrow-up:after {
content: "\f176";
}
html .ui-icon-long-arrow-left:after {
content: "\f177";
}
html .ui-icon-long-arrow-right:after {
content: "\f178";
}
html .ui-icon-apple:after {
content: "\f179";
}
html .ui-icon-windows:after {
content: "\f17a";
}
html .ui-icon-android:after {
content: "\f17b";
}
html .ui-icon-linux:after {
content: "\f17c";
}
html .ui-icon-dribbble:after {
content: "\f17d";
}
html .ui-icon-skype:after {
content: "\f17e";
}
html .ui-icon-foursquare:after {
content: "\f180";
}
html .ui-icon-trello:after {
content: "\f181";
}
html .ui-icon-female:after {
content: "\f182";
}
html .ui-icon-male:after {
content: "\f183";
}
html .ui-icon-gittip:after,
html .ui-icon-gratipay:after {
content: "\f184";
}
html .ui-icon-sun-o:after {
content: "\f185";
}
html .ui-icon-moon-o:after {
content: "\f186";
}
html .ui-icon-archive:after {
content: "\f187";
}
html .ui-icon-bug:after {
content: "\f188";
}
html .ui-icon-vk:after {
content: "\f189";
}
html .ui-icon-weibo:after {
content: "\f18a";
}
html .ui-icon-renren:after {
content: "\f18b";
}
html .ui-icon-pagelines:after {
content: "\f18c";
}
html .ui-icon-stack-exchange:after {
content: "\f18d";
}
html .ui-icon-arrow-circle-o-right:after {
content: "\f18e";
}
html .ui-icon-arrow-circle-o-left:after {
content: "\f190";
}
html .ui-icon-toggle-left:after,
html .ui-icon-caret-square-o-left:after {
content: "\f191";
}
html .ui-icon-dot-circle-o:after {
content: "\f192";
}
html .ui-icon-wheelchair:after {
content: "\f193";
}
html .ui-icon-vimeo-square:after {
content: "\f194";
}
html .ui-icon-turkish-lira:after,
html .ui-icon-try:after {
content: "\f195";
}
html .ui-icon-plus-square-o:after {
content: "\f196";
}
html .ui-icon-space-shuttle:after {
content: "\f197";
}
html .ui-icon-slack:after {
content: "\f198";
}
html .ui-icon-envelope-square:after {
content: "\f199";
}
html .ui-icon-wordpress:after {
content: "\f19a";
}
html .ui-icon-openid:after {
content: "\f19b";
}
html .ui-icon-institution:after,
html .ui-icon-bank:after,
html .ui-icon-university:after {
content: "\f19c";
}
html .ui-icon-mortar-board:after,
html .ui-icon-graduation-cap:after {
content: "\f19d";
}
html .ui-icon-yahoo:after {
content: "\f19e";
}
html .ui-icon-google:after {
content: "\f1a0";
}
html .ui-icon-reddit:after {
content: "\f1a1";
}
html .ui-icon-reddit-square:after {
content: "\f1a2";
}
html .ui-icon-stumbleupon-circle:after {
content: "\f1a3";
}
html .ui-icon-stumbleupon:after {
content: "\f1a4";
}
html .ui-icon-delicious:after {
content: "\f1a5";
}
html .ui-icon-digg:after {
content: "\f1a6";
}
html .ui-icon-pied-piper-pp:after {
content: "\f1a7";
}
html .ui-icon-pied-piper-alt:after {
content: "\f1a8";
}
html .ui-icon-drupal:after {
content: "\f1a9";
}
html .ui-icon-joomla:after {
content: "\f1aa";
}
html .ui-icon-language:after {
content: "\f1ab";
}
html .ui-icon-fax:after {
content: "\f1ac";
}
html .ui-icon-building:after {
content: "\f1ad";
}
html .ui-icon-child:after {
content: "\f1ae";
}
html .ui-icon-paw:after {
content: "\f1b0";
}
html .ui-icon-spoon:after {
content: "\f1b1";
}
html .ui-icon-cube:after {
content: "\f1b2";
}
html .ui-icon-cubes:after {
content: "\f1b3";
}
html .ui-icon-behance:after {
content: "\f1b4";
}
html .ui-icon-behance-square:after {
content: "\f1b5";
}
html .ui-icon-steam:after {
content: "\f1b6";
}
html .ui-icon-steam-square:after {
content: "\f1b7";
}
html .ui-icon-recycle:after {
content: "\f1b8";
}
html .ui-icon-automobile:after,
html .ui-icon-car:after {
content: "\f1b9";
}
html .ui-icon-cab:after,
html .ui-icon-taxi:after {
content: "\f1ba";
}
html .ui-icon-tree:after {
content: "\f1bb";
}
html .ui-icon-spotify:after {
content: "\f1bc";
}
html .ui-icon-deviantart:after {
content: "\f1bd";
}
html .ui-icon-soundcloud:after {
content: "\f1be";
}
html .ui-icon-database:after {
content: "\f1c0";
}
html .ui-icon-file-pdf-o:after {
content: "\f1c1";
}
html .ui-icon-file-word-o:after {
content: "\f1c2";
}
html .ui-icon-file-excel-o:after {
content: "\f1c3";
}
html .ui-icon-file-powerpoint-o:after {
content: "\f1c4";
}
html .ui-icon-file-photo-o:after,
html .ui-icon-file-picture-o:after,
html .ui-icon-file-image-o:after {
content: "\f1c5";
}
html .ui-icon-file-zip-o:after,
html .ui-icon-file-archive-o:after {
content: "\f1c6";
}
html .ui-icon-file-sound-o:after,
html .ui-icon-file-audio-o:after {
content: "\f1c7";
}
html .ui-icon-file-movie-o:after,
html .ui-icon-file-video-o:after {
content: "\f1c8";
}
html .ui-icon-file-code-o:after {
content: "\f1c9";
}
html .ui-icon-vine:after {
content: "\f1ca";
}
html .ui-icon-codepen:after {
content: "\f1cb";
}
html .ui-icon-jsfiddle:after {
content: "\f1cc";
}
html .ui-icon-life-bouy:after,
html .ui-icon-life-buoy:after,
html .ui-icon-life-saver:after,
html .ui-icon-support:after,
html .ui-icon-life-ring:after {
content: "\f1cd";
}
html .ui-icon-circle-o-notch:after {
content: "\f1ce";
}
html .ui-icon-ra:after,
html .ui-icon-resistance:after,
html .ui-icon-rebel:after {
content: "\f1d0";
}
html .ui-icon-ge:after,
html .ui-icon-empire:after {
content: "\f1d1";
}
html .ui-icon-git-square:after {
content: "\f1d2";
}
html .ui-icon-git:after {
content: "\f1d3";
}
html .ui-icon-y-combinator-square:after,
html .ui-icon-yc-square:after,
html .ui-icon-hacker-news:after {
content: "\f1d4";
}
html .ui-icon-tencent-weibo:after {
content: "\f1d5";
}
html .ui-icon-qq:after {
content: "\f1d6";
}
html .ui-icon-wechat:after,
html .ui-icon-weixin:after {
content: "\f1d7";
}
html .ui-icon-send:after,
html .ui-icon-paper-plane:after {
content: "\f1d8";
}
html .ui-icon-send-o:after,
html .ui-icon-paper-plane-o:after {
content: "\f1d9";
}
html .ui-icon-history:after {
content: "\f1da";
}
html .ui-icon-circle-thin:after {
content: "\f1db";
}
html .ui-icon-header:after {
content: "\f1dc";
}
html .ui-icon-paragraph:after {
content: "\f1dd";
}
html .ui-icon-sliders:after {
content: "\f1de";
}
html .ui-icon-share-alt:after {
content: "\f1e0";
}
html .ui-icon-share-alt-square:after {
content: "\f1e1";
}
html .ui-icon-bomb:after {
content: "\f1e2";
}
html .ui-icon-soccer-ball-o:after,
html .ui-icon-futbol-o:after {
content: "\f1e3";
}
html .ui-icon-tty:after {
content: "\f1e4";
}
html .ui-icon-binoculars:after {
content: "\f1e5";
}
html .ui-icon-plug:after {
content: "\f1e6";
}
html .ui-icon-slideshare:after {
content: "\f1e7";
}
html .ui-icon-twitch:after {
content: "\f1e8";
}
html .ui-icon-yelp:after {
content: "\f1e9";
}
html .ui-icon-newspaper-o:after {
content: "\f1ea";
}
html .ui-icon-wifi:after {
content: "\f1eb";
}
html .ui-icon-calculator:after {
content: "\f1ec";
}
html .ui-icon-paypal:after {
content: "\f1ed";
}
html .ui-icon-google-wallet:after {
content: "\f1ee";
}
html .ui-icon-cc-visa:after {
content: "\f1f0";
}
html .ui-icon-cc-mastercard:after {
content: "\f1f1";
}
html .ui-icon-cc-discover:after {
content: "\f1f2";
}
html .ui-icon-cc-amex:after {
content: "\f1f3";
}
html .ui-icon-cc-paypal:after {
content: "\f1f4";
}
html .ui-icon-cc-stripe:after {
content: "\f1f5";
}
html .ui-icon-bell-slash:after {
content: "\f1f6";
}
html .ui-icon-bell-slash-o:after {
content: "\f1f7";
}
html .ui-icon-trash:after {
content: "\f1f8";
}
html .ui-icon-copyright:after {
content: "\f1f9";
}
html .ui-icon-at:after {
content: "\f1fa";
}
html .ui-icon-eyedropper:after {
content: "\f1fb";
}
html .ui-icon-paint-brush:after {
content: "\f1fc";
}
html .ui-icon-birthday-cake:after {
content: "\f1fd";
}
html .ui-icon-area-chart:after {
content: "\f1fe";
}
html .ui-icon-pie-chart:after {
content: "\f200";
}
html .ui-icon-line-chart:after {
content: "\f201";
}
html .ui-icon-lastfm:after {
content: "\f202";
}
html .ui-icon-lastfm-square:after {
content: "\f203";
}
html .ui-icon-toggle-off:after {
content: "\f204";
}
html .ui-icon-toggle-on:after {
content: "\f205";
}
html .ui-icon-bicycle:after {
content: "\f206";
}
html .ui-icon-bus:after {
content: "\f207";
}
html .ui-icon-ioxhost:after {
content: "\f208";
}
html .ui-icon-angellist:after {
content: "\f209";
}
html .ui-icon-cc:after {
content: "\f20a";
}
html .ui-icon-shekel:after,
html .ui-icon-sheqel:after,
html .ui-icon-ils:after {
content: "\f20b";
}
html .ui-icon-meanpath:after {
content: "\f20c";
}
html .ui-icon-buysellads:after {
content: "\f20d";
}
html .ui-icon-connectdevelop:after {
content: "\f20e";
}
html .ui-icon-dashcube:after {
content: "\f210";
}
html .ui-icon-forumbee:after {
content: "\f211";
}
html .ui-icon-leanpub:after {
content: "\f212";
}
html .ui-icon-sellsy:after {
content: "\f213";
}
html .ui-icon-shirtsinbulk:after {
content: "\f214";
}
html .ui-icon-simplybuilt:after {
content: "\f215";
}
html .ui-icon-skyatlas:after {
content: "\f216";
}
html .ui-icon-cart-plus:after {
content: "\f217";
}
html .ui-icon-cart-arrow-down:after {
content: "\f218";
}
html .ui-icon-diamond:after {
content: "\f219";
}
html .ui-icon-ship:after {
content: "\f21a";
}
html .ui-icon-user-secret:after {
content: "\f21b";
}
html .ui-icon-motorcycle:after {
content: "\f21c";
}
html .ui-icon-street-view:after {
content: "\f21d";
}
html .ui-icon-heartbeat:after {
content: "\f21e";
}
html .ui-icon-venus:after {
content: "\f221";
}
html .ui-icon-mars:after {
content: "\f222";
}
html .ui-icon-mercury:after {
content: "\f223";
}
html .ui-icon-intersex:after,
html .ui-icon-transgender:after {
content: "\f224";
}
html .ui-icon-transgender-alt:after {
content: "\f225";
}
html .ui-icon-venus-double:after {
content: "\f226";
}
html .ui-icon-mars-double:after {
content: "\f227";
}
html .ui-icon-venus-mars:after {
content: "\f228";
}
html .ui-icon-mars-stroke:after {
content: "\f229";
}
html .ui-icon-mars-stroke-v:after {
content: "\f22a";
}
html .ui-icon-mars-stroke-h:after {
content: "\f22b";
}
html .ui-icon-neuter:after {
content: "\f22c";
}
html .ui-icon-genderless:after {
content: "\f22d";
}
html .ui-icon-facebook-official:after {
content: "\f230";
}
html .ui-icon-pinterest-p:after {
content: "\f231";
}
html .ui-icon-whatsapp:after {
content: "\f232";
}
html .ui-icon-server:after {
content: "\f233";
}
html .ui-icon-user-plus:after {
content: "\f234";
}
html .ui-icon-user-times:after {
content: "\f235";
}
html .ui-icon-hotel:after,
html .ui-icon-bed:after {
content: "\f236";
}
html .ui-icon-viacoin:after {
content: "\f237";
}
html .ui-icon-train:after {
content: "\f238";
}
html .ui-icon-subway:after {
content: "\f239";
}
html .ui-icon-medium:after {
content: "\f23a";
}
html .ui-icon-yc:after,
html .ui-icon-y-combinator:after {
content: "\f23b";
}
html .ui-icon-optin-monster:after {
content: "\f23c";
}
html .ui-icon-opencart:after {
content: "\f23d";
}
html .ui-icon-expeditedssl:after {
content: "\f23e";
}
html .ui-icon-battery-4:after,
html .ui-icon-battery-full:after {
content: "\f240";
}
html .ui-icon-battery-3:after,
html .ui-icon-battery-three-quarters:after {
content: "\f241";
}
html .ui-icon-battery-2:after,
html .ui-icon-battery-half:after {
content: "\f242";
}
html .ui-icon-battery-1:after,
html .ui-icon-battery-quarter:after {
content: "\f243";
}
html .ui-icon-battery-0:after,
html .ui-icon-battery-empty:after {
content: "\f244";
}
html .ui-icon-mouse-pointer:after {
content: "\f245";
}
html .ui-icon-i-cursor:after {
content: "\f246";
}
html .ui-icon-object-group:after {
content: "\f247";
}
html .ui-icon-object-ungroup:after {
content: "\f248";
}
html .ui-icon-sticky-note:after {
content: "\f249";
}
html .ui-icon-sticky-note-o:after {
content: "\f24a";
}
html .ui-icon-cc-jcb:after {
content: "\f24b";
}
html .ui-icon-cc-diners-club:after {
content: "\f24c";
}
html .ui-icon-clone:after {
content: "\f24d";
}
html .ui-icon-balance-scale:after {
content: "\f24e";
}
html .ui-icon-hourglass-o:after {
content: "\f250";
}
html .ui-icon-hourglass-1:after,
html .ui-icon-hourglass-start:after {
content: "\f251";
}
html .ui-icon-hourglass-2:after,
html .ui-icon-hourglass-half:after {
content: "\f252";
}
html .ui-icon-hourglass-3:after,
html .ui-icon-hourglass-end:after {
content: "\f253";
}
html .ui-icon-hourglass:after {
content: "\f254";
}
html .ui-icon-hand-grab-o:after,
html .ui-icon-hand-rock-o:after {
content: "\f255";
}
html .ui-icon-hand-stop-o:after,
html .ui-icon-hand-paper-o:after {
content: "\f256";
}
html .ui-icon-hand-scissors-o:after {
content: "\f257";
}
html .ui-icon-hand-lizard-o:after {
content: "\f258";
}
html .ui-icon-hand-spock-o:after {
content: "\f259";
}
html .ui-icon-hand-pointer-o:after {
content: "\f25a";
}
html .ui-icon-hand-peace-o:after {
content: "\f25b";
}
html .ui-icon-trademark:after {
content: "\f25c";
}
html .ui-icon-registered:after {
content: "\f25d";
}
html .ui-icon-creative-commons:after {
content: "\f25e";
}
html .ui-icon-gg:after {
content: "\f260";
}
html .ui-icon-gg-circle:after {
content: "\f261";
}
html .ui-icon-tripadvisor:after {
content: "\f262";
}
html .ui-icon-odnoklassniki:after {
content: "\f263";
}
html .ui-icon-odnoklassniki-square:after {
content: "\f264";
}
html .ui-icon-get-pocket:after {
content: "\f265";
}
html .ui-icon-wikipedia-w:after {
content: "\f266";
}
html .ui-icon-safari:after {
content: "\f267";
}
html .ui-icon-chrome:after {
content: "\f268";
}
html .ui-icon-firefox:after {
content: "\f269";
}
html .ui-icon-opera:after {
content: "\f26a";
}
html .ui-icon-internet-explorer:after {
content: "\f26b";
}
html .ui-icon-tv:after,
html .ui-icon-television:after {
content: "\f26c";
}
html .ui-icon-contao:after {
content: "\f26d";
}
html .ui-icon-500px:after {
content: "\f26e";
}
html .ui-icon-amazon:after {
content: "\f270";
}
html .ui-icon-calendar-plus-o:after {
content: "\f271";
}
html .ui-icon-calendar-minus-o:after {
content: "\f272";
}
html .ui-icon-calendar-times-o:after {
content: "\f273";
}
html .ui-icon-calendar-check-o:after {
content: "\f274";
}
html .ui-icon-industry:after {
content: "\f275";
}
html .ui-icon-map-pin:after {
content: "\f276";
}
html .ui-icon-map-signs:after {
content: "\f277";
}
html .ui-icon-map-o:after {
content: "\f278";
}
html .ui-icon-map:after {
content: "\f279";
}
html .ui-icon-commenting:after {
content: "\f27a";
}
html .ui-icon-commenting-o:after {
content: "\f27b";
}
html .ui-icon-houzz:after {
content: "\f27c";
}
html .ui-icon-vimeo:after {
content: "\f27d";
}
html .ui-icon-black-tie:after {
content: "\f27e";
}
html .ui-icon-fonticons:after {
content: "\f280";
}
html .ui-icon-reddit-alien:after {
content: "\f281";
}
html .ui-icon-edge:after {
content: "\f282";
}
html .ui-icon-credit-card-alt:after {
content: "\f283";
}
html .ui-icon-codiepie:after {
content: "\f284";
}
html .ui-icon-modx:after {
content: "\f285";
}
html .ui-icon-fort-awesome:after {
content: "\f286";
}
html .ui-icon-usb:after {
content: "\f287";
}
html .ui-icon-product-hunt:after {
content: "\f288";
}
html .ui-icon-mixcloud:after {
content: "\f289";
}
html .ui-icon-scribd:after {
content: "\f28a";
}
html .ui-icon-pause-circle:after {
content: "\f28b";
}
html .ui-icon-pause-circle-o:after {
content: "\f28c";
}
html .ui-icon-stop-circle:after {
content: "\f28d";
}
html .ui-icon-stop-circle-o:after {
content: "\f28e";
}
html .ui-icon-shopping-bag:after {
content: "\f290";
}
html .ui-icon-shopping-basket:after {
content: "\f291";
}
html .ui-icon-hashtag:after {
content: "\f292";
}
html .ui-icon-bluetooth:after {
content: "\f293";
}
html .ui-icon-bluetooth-b:after {
content: "\f294";
}
html .ui-icon-percent:after {
content: "\f295";
}
html .ui-icon-gitlab:after {
content: "\f296";
}
html .ui-icon-wpbeginner:after {
content: "\f297";
}
html .ui-icon-wpforms:after {
content: "\f298";
}
html .ui-icon-envira:after {
content: "\f299";
}
html .ui-icon-universal-access:after {
content: "\f29a";
}
html .ui-icon-wheelchair-alt:after {
content: "\f29b";
}
html .ui-icon-question-circle-o:after {
content: "\f29c";
}
html .ui-icon-blind:after {
content: "\f29d";
}
html .ui-icon-audio-description:after {
content: "\f29e";
}
html .ui-icon-volume-control-phone:after {
content: "\f2a0";
}
html .ui-icon-braille:after {
content: "\f2a1";
}
html .ui-icon-assistive-listening-systems:after {
content: "\f2a2";
}
html .ui-icon-asl-interpreting:after,
html .ui-icon-american-sign-language-interpreting:after {
content: "\f2a3";
}
html .ui-icon-deafness:after,
html .ui-icon-hard-of-hearing:after,
html .ui-icon-deaf:after {
content: "\f2a4";
}
html .ui-icon-glide:after {
content: "\f2a5";
}
html .ui-icon-glide-g:after {
content: "\f2a6";
}
html .ui-icon-signing:after,
html .ui-icon-sign-language:after {
content: "\f2a7";
}
html .ui-icon-low-vision:after {
content: "\f2a8";
}
html .ui-icon-viadeo:after {
content: "\f2a9";
}
html .ui-icon-viadeo-square:after {
content: "\f2aa";
}
html .ui-icon-snapchat:after {
content: "\f2ab";
}
html .ui-icon-snapchat-ghost:after {
content: "\f2ac";
}
html .ui-icon-snapchat-square:after {
content: "\f2ad";
}
html .ui-icon-pied-piper:after {
content: "\f2ae";
}
html .ui-icon-first-order:after {
content: "\f2b0";
}
html .ui-icon-yoast:after {
content: "\f2b1";
}
html .ui-icon-themeisle:after {
content: "\f2b2";
}
html .ui-icon-google-plus-circle:after,
html .ui-icon-google-plus-official:after {
content: "\f2b3";
}
html .ui-icon-fa:after,
html .ui-icon-font-awesome:after {
content: "\f2b4";
}
/* icon legend */
.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;
}
/* JQM compat */
/* clear background */
html .ui-btn:after {
background: 0 none;
border-radius: 0;
-webkit-border-radius: 0;
}
/* iconsize, positioning */
html .ui-btn[class*="ui-icon-"]:after,
html .ui-btn[class*="ui-icon-"]:after {
font-size: 1.25em;
}
/* panel get less XXX: keep? */
html .ui-panel .ui-content .ui-btn[class*="ui-icon-"]:after,
html .ui-panel .ui-content .ui-btn[class*="ui-icon-"]:after {
font-size: 1em;
}
@media (max-width: 32em) {
html .ui-btn[class*="ui-icon-"]:after,
html .ui-btn[class*="ui-icon-"]:after {
font-size: 1.5em;
}
html .ui-panel .ui-content .ui-btn[class*="ui-icon-"]:after,
html .ui-panel .ui-content .ui-btn[class*="ui-icon-"]:after {
font-size: 1.25em;
}
}
/* FALLBACK Icons - JQM compat: user, reorder, search, delete */
/* bars */
.ui-nosvg .ui-icon-reorder:after {
background-image: url(img/jquery-mobile/icons-png/bars-black.png);
}
/* delete */
.ui-nosvg .ui-icon-delete:after {
background-image: url(images/icons-png/delete-black.png);
}
/* search */
.ui-nosvg .ui-icon-search:after {
background-image: url(images/icons-png/search-black.png);
}
/* user */
.ui-nosvg .ui-icon-user:after {
background-image: url(images/icons-png/user-white.png);
}
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<global name="File" module="OFS.Image"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_Cacheable__manager_id</string> </key>
<value> <string>http_cache</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
<value> <string>font-awesome.custom.pdf.css</string> </value>
</item>
<item>
<key> <string>content_type</string> </key>
<value> <string>text/css</string> </value>
</item>
<item>
<key> <string>precondition</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>font-awesome.custom.css</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
/*!
* 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 PATH
* -------------------------- */
@font-face {
font-family: 'FontAwesome';
src: url('font-awesome/font-awesome-webfont.eot?v=4.6.3');
src: url('font-awesome/font-awesome-webfont.eot?v=4.6.3#iefix') format('embedded-opentype'),
url('font-awesome/font-awesome-webfont.woff2?v=4.6.3') format('woff2'),
url('font-awesome/font-awesome-webfont.woff?v=4.6.3') format('woff'),
url('font-awesome/font-awesome-webfont.ttf?v=4.6.3') format('truetype'),
url('font-awesome/font-awesome-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;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
font-size: 1.33333333em;
line-height: 0.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: 0.14285714em;
text-align: center;
}
.fa-li.fa-lg {
left: -1.85714286em;
}
.fa-border {
padding: .2em .25em .15em;
border: solid 0.08em #eeeeee;
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;
}
/* Deprecated as of 4.4.0 */
.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: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.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;
}
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<global name="File" module="OFS.Image"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_Cacheable__manager_id</string> </key>
<value> <string>http_cache</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
<value> <string>font-awesome.pdf.css</string> </value>
</item>
<item>
<key> <string>content_type</string> </key>
<value> <string>text/css</string> </value>
</item>
<item>
<key> <string>precondition</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>font-awesome.pdf.css</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
/*
Generated by Font Squirrel (http://www.fontsquirrel.com) on February 25, 2016
==============================
SIL Open Font License v1.10
Copyright 1989, 1991 Adobe Systems Incorporated. All rights reserved.
Utopia is either a registered trademark or trademark of Adobe Systems
Incorporated in the United States and/or other countries. Used under
license.
Copyright 2006 Han The Thanh, Vntopia font family, http://vntex.sf.net
Copyright (c) 2008-2012, Andrey V. Panov (panov@canopus.iacp.dvo.ru),
with Reserved Font Name Heuristica.
==============================
*/
@font-face {
font-family: 'Heuristica';
src: url('heuristica/heuristica-regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Heuristica';
src: url('heuristica/heuristica-italic.ttf') format('truetype');
font-weight: normal;
font-style: italic;
}
@font-face {
font-family: 'Heuristica';
src: url('heuristica/heuristica-bold.ttf') format('truetype');
font-weight: bold;
font-style: normal;
}
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<global name="File" module="OFS.Image"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_Cacheable__manager_id</string> </key>
<value> <string>http_cache</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
<value> <string>heuristica.pdf.css</string> </value>
</item>
<item>
<key> <string>content_type</string> </key>
<value> <string>text/css</string> </value>
</item>
<item>
<key> <string>precondition</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>heuristica.pdf.css</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
/*
Generated by Font Squirrel (http://www.fontsquirrel.com) on February 25, 2016
==============================
SIL Open Font License v1.10
Copyright (c) 2010-2014, Łukasz Dziedzic (dziedzic@typoland.com),
with Reserved Font Name Lato.
==============================
*/
@font-face {
font-family: 'Lato';
src: url('lato/lato-regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Lato';
src: url('lato/lato-light.ttf') format('truetype');
font-weight: 100;
font-style: normal;
}
@font-face {
font-family: 'Lato';
src: url('lato/lato-italic.ttf') format('truetype');
font-weight: normal;
font-style: italic;
}
@font-face {
font-family: 'Lato';
src: url('lato/lato-bold.ttf') format('truetype');
font-weight: bold;
font-style: normal;
}
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<global name="File" module="OFS.Image"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_Cacheable__manager_id</string> </key>
<value> <string>http_cache</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
<value> <string>lato.pdf.css</string> </value>
</item>
<item>
<key> <string>content_type</string> </key>
<value> <string>text/css</string> </value>
</item>
<item>
<key> <string>precondition</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>lato.pdf.css</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
/*
* Noto Sans SC (Chinese Simplified) http://www.google.com/fonts/earlyaccess
XXX missing .ttf required for wkhtmltopdf
*/
@font-face {
font-family: 'Noto Sans Sc';
src: url('noto-sans-cjk-sc/noto-sans-cjk-sc-regular.otf') format('otf');
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: 'Noto Sans Sc';
src: url('noto-sans-cjk-sc/noto-sans-cjk-sc-thin.otf') format('otf');
font-weight: 100;
font-style: normal;
}
@font-face {
font-family: 'Noto Sans Sc';
src: url('noto-sans-cjk-sc/noto-sans-cjk-sc-bold.otf') format('otf');
font-weight: 700;
font-style: normal;
}
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<global name="File" module="OFS.Image"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_Cacheable__manager_id</string> </key>
<value> <string>http_cache</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
<value> <string>noto-sans-cjk-sc.pdf.css</string> </value>
</item>
<item>
<key> <string>content_type</string> </key>
<value> <string>text/css</string> </value>
</item>
<item>
<key> <string>precondition</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>noto-san-cjk-sc.pdf.css</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
/*
Generated by Font Squirrel (http://www.fontsquirrel.com) on February 25, 2016
==============================
Apache License v2.00
Copyright 2012 Google Inc. All Rights Reserved.
==============================
*/
@font-face {
font-family: 'Noto Serif';
src: url('noto-serif/noto-serif-regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Noto Serif';
src: url('noto-serif/noto-serif-italic.ttf') format('truetype');
font-weight: normal;
font-style: italic;
}
@font-face {
font-family: 'Noto Serif';
src: url('noto-serif/noto-serif-bold.ttf') format('truetype');
font-weight: bold;
font-style: normal;
}
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<global name="File" module="OFS.Image"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_Cacheable__manager_id</string> </key>
<value> <string>http_cache</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
<value> <string>noto-serif.pdf.css</string> </value>
</item>
<item>
<key> <string>content_type</string> </key>
<value> <string>text/css</string> </value>
</item>
<item>
<key> <string>precondition</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>noto-serif.pdf.css</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
/*
taken from https://github.com/FontFaceKit/open-sans
==============================
Apache License v2.00
Copyright 2012 Google Inc. All Rights Reserved.
==============================
*/
@font-face {
font-family: 'Open Sans';
src: url('open-sans/open-sans-regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Open Sans';
src: url('open-sans/open-sans-light.ttf') format('truetype');
font-weight: 100;
font-style: normal;
}
@font-face {
font-family: 'Open Sans';
src: url('open-sans/open-sans-italic.ttf') format('truetype');
font-weight: normal;
font-style: italic;
}
@font-face {
font-family: 'Open Sans';
src: url('open-sans/open-sans-bold.ttf') format('truetype');
font-weight: bold;
font-style: normal;
}
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<global name="File" module="OFS.Image"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_Cacheable__manager_id</string> </key>
<value> <string>http_cache</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
<value> <string>open-sans.pdf.css</string> </value>
</item>
<item>
<key> <string>content_type</string> </key>
<value> <string>text/css</string> </value>
</item>
<item>
<key> <string>precondition</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>open-sans.pdf.css</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on February 25, 2016 */
@font-face {
font-family: 'Roboto Condensed';
src: url('roboto/roboto-condensed-regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Roboto Condensed';
src: url('roboto/roboto-condensed-light.ttf') format('truetype');
font-weight: 100;
font-style: normal;
}
@font-face {
font-family: 'Roboto Condensed';
src: url('roboto/roboto-condensed-italic.ttf') format('truetype');
font-weight: normal;
font-style: italic;
}
@font-face {
font-family: 'Roboto Condensed';
src: url('roboto/roboto-condensed-bold.ttf') format('truetype');
font-weight: bold;
font-style: normal;
}
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<global name="File" module="OFS.Image"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_Cacheable__manager_id</string> </key>
<value> <string>http_cache</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
<value> <string>roboto-condensed.pdf.css</string> </value>
</item>
<item>
<key> <string>content_type</string> </key>
<value> <string>text/css</string> </value>
</item>
<item>
<key> <string>precondition</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>roboto-condensed.pdf.css</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
/*
Generated by Font Squirrel (http://www.fontsquirrel.com) on February 25, 2016
==============================
Apache License v2.00
Copyright 2012 Google Inc. All Rights Reserved.
==============================
*/
@font-face {
font-family: 'Roboto';
src: url('roboto/roboto-regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Roboto';
src: url('roboto/roboto-light.ttf') format('truetype');
font-weight: 100;
font-style: normal;
}
@font-face {
font-family: 'Roboto';
src: url('roboto/roboto-italic.ttf') format('truetype');
font-weight: normal;
font-style: italic;
}
@font-face {
font-family: 'Roboto';
src: url('roboto/roboto-bold.ttf') format('truetype');
font-weight: bold;
font-style: normal;
}
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<global name="File" module="OFS.Image"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_Cacheable__manager_id</string> </key>
<value> <string>http_cache</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
<value> <string>roboto.pdf.css</string> </value>
</item>
<item>
<key> <string>content_type</string> </key>
<value> <string>text/css</string> </value>
</item>
<item>
<key> <string>precondition</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>roboto.pdf.css</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
/*
Generated by Font Squirrel (http://www.fontsquirrel.com) on February 25, 2016
==============================
SIL Open Font License v1.10
Copyright 2010, 2012 Adobe Systems Incorporated (http://www.adobe.com/),
with Reserved Font Name ‘Source’. All Rights Reserved. Source is a trademark of
Adobe Systems Incorporated in the United States and/or other countries.
==============================
*/
@font-face {
font-family: 'Source Sans Pro';
src: url('source-sans-pro/source-sans-pro-regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Source Sans Pro';
src: url('source-sans-pro/source-sans-pro-light.ttf') format('truetype');
font-weight: 100;
font-style: normal;
}
@font-face {
font-family: 'Source Sans Pro';
src: url('source-sans-pro/source-sans-pro-italic.ttf') format('truetype');
font-weight: normal;
font-style: italic;
}
@font-face {
font-family: 'Source Sans Pro';
src: url('source-sans-pro/source-sans-pro-bold.ttf') format('truetype');
font-weight: bold;
font-style: normal;
}
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<global name="File" module="OFS.Image"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_Cacheable__manager_id</string> </key>
<value> <string>http_cache</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
<value> <string>source-sans-pro.pdf.css</string> </value>
</item>
<item>
<key> <string>content_type</string> </key>
<value> <string>text/css</string> </value>
</item>
<item>
<key> <string>precondition</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>source-sans-pro.pdf.css</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
/*
Generated by Font Squirrel (http://www.fontsquirrel.com) on February 25, 2016
==============================
SIL Open Font License v1.10
Copyright 2014 Adobe Systems Incorporated (http://www.adobe.com/), with Reserved
Font Name ‘Source’. All Rights Reserved. Source is a trademark of Adobe Systems
Incorporated in the United States and/or other countries.
==============================
*/
@font-face {
font-family: 'Source Serif Pro';
src: url('source-serif-pro/source-serif-pro-regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Source Serif Pro';
src: url('source-serif-pro/source-serif-pro-bold.ttf') format('truetype');
font-weight: bold;
font-style: normal;
}
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<global name="File" module="OFS.Image"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_Cacheable__manager_id</string> </key>
<value> <string>http_cache</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
<value> <string>source-serif-pro.pdf.css</string> </value>
</item>
<item>
<key> <string>content_type</string> </key>
<value> <string>text/css</string> </value>
</item>
<item>
<key> <string>precondition</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>source-serif-pro.pdf.css</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
/*
Generated by Font Squirrel (https://www.fontsquirrel.com) on June 21, 2017
==============================
GUST e-foundry License v1.00
This license can also be found at this permalink:
https://www.fontsquirrel.com/license/TeX-Gyre-Cursor
==============================
*/
@font-face {
font-family: 'TexGyreCursor';
src: url('texgyrecursor/texgyrecursor-regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<global name="File" module="OFS.Image"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_Cacheable__manager_id</string> </key>
<value> <string>http_cache</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
<value> <string>texgyrecursor.pdf.css</string> </value>
</item>
<item>
<key> <string>content_type</string> </key>
<value> <string>text/css</string> </value>
</item>
<item>
<key> <string>precondition</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>texgyrecursor.pdf.css</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment