Skip to content
This repository has been archived by the owner on Feb 4, 2020. It is now read-only.

Commit

Permalink
Added WOFF2 conversion (thanks, @citrusui!) (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
resir014 committed Feb 18, 2017
1 parent 24ff8f4 commit 9059749
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 0 deletions.
Binary file added fonts/woff2-convert/ClearSans-Bold.woff2
Binary file not shown.
Binary file added fonts/woff2-convert/ClearSans-BoldItalic.woff2
Binary file not shown.
Binary file added fonts/woff2-convert/ClearSans-Italic.woff2
Binary file not shown.
Binary file added fonts/woff2-convert/ClearSans-Light.woff2
Binary file not shown.
Binary file added fonts/woff2-convert/ClearSans-Medium.woff2
Binary file not shown.
Binary file not shown.
Binary file added fonts/woff2-convert/ClearSans-Regular.woff2
Binary file not shown.
Binary file added fonts/woff2-convert/ClearSans-Thin.woff2
Binary file not shown.
8 changes: 8 additions & 0 deletions scss/clear-sans.scss
Expand Up @@ -19,6 +19,7 @@
url("../fonts/EOT/ClearSans-Thin.eot"),
url("../fonts/EOT/ClearSans-Thin.eot?#iefix") format("embedded-opentype"),
url("../fonts/WOFF/ClearSans-Thin.woff") format("woff"),
url("../fonts/woff2-convert/ClearSans-Thin.woff") format("woff2"),
url("../fonts/TTF/ClearSans-Thin.ttf") format("truetype"),
url("../fonts/SVG/ClearSans-Thin.svg") format("svg");
}
Expand All @@ -31,6 +32,7 @@
url("../fonts/EOT/ClearSans-Light.eot"),
url("../fonts/EOT/ClearSans-Light.eot?#iefix") format("embedded-opentype"),
url("../fonts/WOFF/ClearSans-Light.woff") format("woff"),
url("../fonts/woff2-convert/ClearSans-Light.woff") format("woff2"),
url("../fonts/TTF/ClearSans-Light.ttf") format("truetype"),
url("../fonts/SVG/ClearSans-Light.svg") format("svg");
}
Expand All @@ -43,6 +45,7 @@
url("../fonts/EOT/ClearSans-Regular.eot"),
url("../fonts/EOT/ClearSans-Regular.eot?#iefix") format("embedded-opentype"),
url("../fonts/WOFF/ClearSans-Regular.woff") format("woff"),
url("../fonts/woff2-convert/ClearSans-Regular.woff") format("woff2"),
url("../fonts/TTF/ClearSans-Regular.ttf") format("truetype"),
url("../fonts/SVG/ClearSans-Regular.svg") format("svg");
}
Expand All @@ -55,6 +58,7 @@
url("../fonts/EOT/ClearSans-Italic.eot"),
url("../fonts/EOT/ClearSans-Italic.eot?#iefix") format("embedded-opentype"),
url("../fonts/WOFF/ClearSans-Italic.woff") format("woff"),
url("../fonts/woff2-convert/ClearSans-Italic.woff") format("woff2"),
url("../fonts/TTF/ClearSans-Italic.ttf") format("truetype"),
url("../fonts/SVG/ClearSans-Italic.svg") format("svg");
}
Expand All @@ -67,6 +71,7 @@
url("../fonts/EOT/ClearSans-Medium.eot"),
url("../fonts/EOT/ClearSans-Medium.eot?#iefix") format("embedded-opentype"),
url("../fonts/WOFF/ClearSans-Medium.woff") format("woff"),
url("../fonts/woff2-convert/ClearSans-Medium.woff") format("woff2"),
url("../fonts/TTF/ClearSans-Medium.ttf") format("truetype"),
url("../fonts/SVG/ClearSans-Medium.svg") format("svg");
}
Expand All @@ -79,6 +84,7 @@
url("../fonts/EOT/ClearSans-MediumItalic.eot"),
url("../fonts/EOT/ClearSans-MediumItalic.eot?#iefix") format("embedded-opentype"),
url("../fonts/WOFF/ClearSans-MediumItalic.woff") format("woff"),
url("../fonts/woff2-convert/ClearSans-MediumItalic.woff") format("woff2"),
url("../fonts/TTF/ClearSans-MediumItalic.ttf") format("truetype"),
url("../fonts/SVG/ClearSans-MediumItalic.svg") format("svg");
}
Expand All @@ -91,6 +97,7 @@
url("../fonts/EOT/ClearSans-Bold.eot"),
url("../fonts/EOT/ClearSans-Bold.eot?#iefix") format("embedded-opentype"),
url("../fonts/WOFF/ClearSans-Bold.woff") format("woff"),
url("../fonts/woff2-convert/ClearSans-Bold.woff") format("woff2"),
url("../fonts/TTF/ClearSans-Bold.ttf") format("truetype"),
url("../fonts/SVG/ClearSans-Bold.svg") format("svg");
}
Expand All @@ -103,6 +110,7 @@
url("../fonts/EOT/ClearSans-BoldItalic.eot"),
url("../fonts/EOT/ClearSans-BoldItalic.eot?#iefix") format("embedded-opentype"),
url("../fonts/WOFF/ClearSans-BoldItalic.woff") format("woff"),
url("../fonts/woff2-convert/ClearSans-BoldItalic.woff") format("woff2"),
url("../fonts/TTF/ClearSans-BoldItalic.ttf") format("truetype"),
url("../fonts/SVG/ClearSans-BoldItalic.svg") format("svg");
}

0 comments on commit 9059749

Please sign in to comment.