Skip to content

Commit

Permalink
declare source sans bold italic
Browse files Browse the repository at this point in the history
  • Loading branch information
axoplasm committed Apr 9, 2014
1 parent 24aee84 commit 3a58a5c
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 @@ -40,7 +40,7 @@
// font-style: normal;
//}

@include declare-font-face('SourceSansPro', 'SourceSansPro-BoldIt');

This comment has been minimized.

Copy link
@axoplasm

axoplasm Apr 9, 2014

Author Member

Looked like this mixin declaration was missing a few parameters

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

1 comment on commit 3a58a5c

@mpgeek
Copy link
Member

@mpgeek mpgeek commented on 3a58a5c Apr 9, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

WOOT!

Please sign in to comment.