Skip to content

Commit

Permalink
Fix italic font declaration.
Browse files Browse the repository at this point in the history
  • Loading branch information
mpgeek committed Apr 9, 2014
1 parent 3a58a5c commit 09e3ec1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sass/partials/_fonts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
// font-style: normal;
//}

@include declare-font-face('SourceSansPro', 'SourceSansPro-Light', normal, italic);
@include declare-font-face('SourceSansPro', 'SourceSansPro-LightIt', normal, italic);
//@font-face {
// font-family: 'SourceSansPro';
// src: url('/fonts/sourcesans/SourceSansPro-LightIt-webfont.eot');
Expand Down

0 comments on commit 09e3ec1

Please sign in to comment.