Skip to content

Commit

Permalink
Merge pull request #49 from fontfamous/jd-relative-path
Browse files Browse the repository at this point in the history
Replaced maxcdn urls with relative paths
  • Loading branch information
jdorfman authored May 14, 2018
2 parents ac1d908 + c511f56 commit 7668f6b
Show file tree
Hide file tree
Showing 6 changed files with 173 additions and 0 deletions.
130 changes: 130 additions & 0 deletions public/1.1.0/css/font-famous.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,130 @@
/*!
* Font Famous v1.1.0 (http://fontfamous.com)
* Copyright 2016 Anthony David Adams
* Licensed under MIT
*/

@charset "UTF-8";

/* fontfamous */
@font-face {
font-family: "fontfamous";
src:url("../fonts/fontfamous.eot");
src:url("../fonts/fontfamous.eot?#iefix") format("embedded-opentype"),
url("../fonts/fontfamous.woff") format("woff"),
url("../fonts/fontfamous.ttf") format("truetype"),
url("../fonts/fontfamous.svg#1455575648") format("svg");
font-weight: normal;
font-style: normal;
}

[data-icon]:before {
font-family: "fontfamous" !important;
content: attr(data-icon);
font-style: normal !important;
font-weight: normal !important;
font-variant: normal !important;
text-transform: none !important;
speak: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

[class^="pr-"]:before,
[class*=" pr-"]:before {
font-family: "fontfamous" !important;
font-style: normal !important;
font-weight: normal !important;
font-variant: normal !important;
text-transform: none !important;
speak: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

.pr-newyorktimes:before {
content: "\e000";
}
.pr-mashable:before {
content: "\e001";
}
.pr-nyt-2:before {
content: "\e002";
}
.pr-producthunt:before {
content: "\e003";
}
.pr-techcrunch:before {
content: "\e004";
}
.pr-time:before {
content: "\e005";
}
.pr-cnn:before {
content: "\e006";
}
.pr-forbes:before {
content: "\e007";
}
.pr-huffpost:before {
content: "\e008";
}
.pr-fox:before {
content: "\e009";
}
.pr-abc:before {
content: "\e00a";
}
.pr-cosmopolitan:before {
content: "\e00c";
}
.pr-entrepreneur:before {
content: "\e00d";
}
.pr-fortune:before {
content: "\e00e";
}
.pr-glamour:before {
content: "\e00f";
}
.pr-gq:before {
content: "\e010";
}
.pr-inc:before {
content: "\e011";
}
.pr-lifehacker:before {
content: "\e012";
}
.pr-venturebeat:before {
content: "\e013";
}
.pr-siriusxm:before {
content: "\e014";
}
.pr-readers-digest-2:before {
content: "\e015";
}
.pr-readers-digest:before {
content: "\e016";
}
.pr-nbc-2:before {
content: "\e017";
}
.pr-vice:before {
content: "\e019";
}
.pr-wsj:before {
content: "\e01a";
}
.pr-washington-post:before {
content: "\e01b";
}
.pr-nbc:before {
content: "\e00b";
}
.pr-cbs:before {
content: "\e018";
}
5 changes: 5 additions & 0 deletions public/1.1.0/css/font-famous.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added public/1.1.0/fonts/fontfamous.eot
Binary file not shown.
Loading

0 comments on commit 7668f6b

Please sign in to comment.