Skip to content

Commit

Permalink
Merge pull request #1 from beedaan/master
Browse files Browse the repository at this point in the history
Fix bold font definition and file paths
  • Loading branch information
skounis committed Dec 19, 2015
2 parents 2fd8e45 + 8789a14 commit fc9d50f
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 16 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "montserrat-webfont",
"version": "1.0.0",
"version": "1.0.1",
"homepage": "https://github.com/skounis/montserrat-webfont",
"authors": [
"Stavros Kounis <skounis@gmail.com>"
Expand Down
16 changes: 6 additions & 10 deletions css/montserrat-webfont.css
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,18 +1,14 @@
/* latin */
@font-face {
font-family: 'Montserrat';
src: url(../fonts/montserrat-bold-webfont.eot);
src: url(../fonts/montserrat-bold-webfont.eot?#iefix) format('embedded-opentype'), url(../fonts/montserrat-bold-webfont.woff2) format('woff2'), url(../fonts/montserrat-bold-webfont.woff) format('woff'), url(../fonts/montserrat-bold-webfont.ttf) format('truetype');
font-weight: 700;
font-style: normal;
font-weight: 400;
src: url("../fonts/montserrat-regular-webfont.eot");
src: url("../fonts/montserrat-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-regular-webfont.woff2") format("woff2"), url("../fonts/montserrat-regular-webfont.woff") format("woff"), url("../fonts/montserrat-regular-webfont.ttf") format("truetype");
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;
}
/* latin */
@font-face {
font-family: 'Montserrat';
src: url(../fonts/montserrat-regular-webfont.eot);
src: url(../fonts/montserrat-regular-webfont.eot?#iefix) format('embedded-opentype'), url(../fonts/montserrat-regular-webfont.woff2) format('woff2'), url(../fonts/montserrat-regular-webfont.woff) format('woff'), url(../fonts/montserrat-regular-webfont.ttf) format('truetype');
font-weight: 400;
font-style: normal;
font-weight: 700;
src: url("../montserrat-bold-webfont.eot");
src: url("../montserrat-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../montserrat-bold-webfont.woff2") format("woff2"), url("../montserrat-bold-webfont.woff") format("woff"), url("../montserrat-bold-webfont.ttf") format("truetype");
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;
}
2 changes: 1 addition & 1 deletion css/montserrat-webfont.min.css
100755 → 100644

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

4 changes: 2 additions & 2 deletions less/montserrat-webfont.less
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
@import "_variables";
@import "_playfair-bold";
@import "_playfair-regular";
@import "_montserrat-bold";
@import "_montserrat-regular";
4 changes: 2 additions & 2 deletions scss/montserrat-webfont.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
@import "_variables";
@import "_playfair-bold";
@import "_playfair-regular";
@import "_montserrat-bold";
@import "_montserrat-regular";

0 comments on commit fc9d50f

Please sign in to comment.