Skip to content
This repository has been archived by the owner on Sep 12, 2022. It is now read-only.

Commit

Permalink
Fix OpenSans font not loading
Browse files Browse the repository at this point in the history
vincelwt committed Oct 5, 2016

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 9ceacff commit f11e14f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/css/fonts.css
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
font-family: 'Open Sans';
font-style: normal;
font-weight: 300;
src: local('Open Sans Light'), local('OpenSans-Light'), url(../../fonts/opensans300.woff2) format('woff2');
src: local('Open Sans Light'), local('OpenSans-Light'), url(../fonts/opensans300.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

@@ -12,6 +12,6 @@
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: local('Open Sans'), local('OpenSans'), url(../../fonts/opensans400.woff2) format('woff2');
src: local('Open Sans'), local('OpenSans'), url(../fonts/opensans400.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

0 comments on commit f11e14f

Please sign in to comment.