Skip to content

Commit

Permalink
Merge pull request #727 from ikedas/xavierba/trim_fonts by xavierba &…
Browse files Browse the repository at this point in the history
… ikedas

Partial application of #714
  • Loading branch information
ikedas authored Aug 14, 2019
2 parents 9d5e1f8 + e4b70c6 commit c508d92
Show file tree
Hide file tree
Showing 9 changed files with 7 additions and 1,544 deletions.
2 changes: 1 addition & 1 deletion default/web_tt2/css.tt2
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ q:before, q:after {
font-family: "Raleway";
font-style: normal;
font-weight: normal;
src: url("[% static_content_url %]/fonts/Raleway/Raleway-Regular.otf") format("truetype");
src: url("[% static_content_url %]/fonts/Raleway/Raleway-Regular.otf") format("opentype");
}

/****/
Expand Down
5 changes: 3 additions & 2 deletions www/fonts/font-awesome/css/font-awesome.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@
* -------------------------- */
@font-face {
font-family: 'FontAwesome';
src: url('../fonts/fontawesome-webfont.eot?v=4.3.0');
src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
src: url('../fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'),
url('../fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'),
url('../fonts/FontAwesome.otf?v=4.3.0') format('opentype');
font-weight: normal;
font-style: normal;
}
Expand Down
2 changes: 1 addition & 1 deletion www/fonts/font-awesome/css/font-awesome.min.css

Large diffs are not rendered by default.

Binary file removed www/fonts/font-awesome/fonts/fontawesome-webfont.eot
Binary file not shown.
565 changes: 0 additions & 565 deletions www/fonts/font-awesome/fonts/fontawesome-webfont.svg

This file was deleted.

Binary file not shown.
7 changes: 2 additions & 5 deletions www/fonts/foundation-icons/foundation-icons.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,8 @@

@font-face {
font-family: "foundation-icons";
src: url("foundation-icons.eot");
src: url("foundation-icons.eot?#iefix") format("embedded-opentype"),
url("foundation-icons.woff") format("woff"),
url("foundation-icons.ttf") format("truetype"),
url("foundation-icons.svg#fontcustom") format("svg");
src: url("foundation-icons.woff") format("woff"),
url("foundation-icons.ttf") format("truetype");
font-weight: normal;
font-style: normal;
}
Expand Down
Binary file removed www/fonts/foundation-icons/foundation-icons.eot
Binary file not shown.
970 changes: 0 additions & 970 deletions www/fonts/foundation-icons/foundation-icons.svg

This file was deleted.

0 comments on commit c508d92

Please sign in to comment.