Skip to content
This repository has been archived by the owner on Nov 15, 2017. It is now read-only.

Commit

Permalink
added support for italic
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhill committed Oct 24, 2013
1 parent b264890 commit 614b17f
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion css/fonts.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,19 @@
@font-face {
font-family: 'httpsb';
font-style: normal;
font-weight: 700;
font-weight: bold;
src: local('httpsb'), url(fonts/Roboto_Condensed/RobotoCondensed-Bold.ttf) format('truetype');
}
@font-face {
font-family: 'httpsb';
font-style: italic;
font-weight: 400;
src: local('httpsb'), url(fonts/Roboto_Condensed/RobotoCondensed-Light.ttf) format('truetype');
}
@font-face {
font-family: 'httpsb';
font-style: italic;
font-weight: bold;
src: local('httpsb'), url(fonts/Roboto_Condensed/RobotoCondensed-BoldItalic.ttf) format('truetype');
}

0 comments on commit 614b17f

Please sign in to comment.