Skip to content

Commit

Permalink
#71. Added Avenir Book Oblique font.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanSanchezP committed May 5, 2017
1 parent 8e9bfd9 commit 1b0eef5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
Binary file added emma/static/fonts/AvenirLTStd-BookOblique.otf
Binary file not shown.
Binary file added emma/static/fonts/AvenirLTStd-BookOblique.woff
Binary file not shown.
9 changes: 9 additions & 0 deletions emma/static/styl/fonts.styl
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,12 @@
font-weight: 900;
font-style: normal;
}

@font-face {
font-family: 'Avenir LT Std Book Oblique';
src: url('../fonts/AvenirLTStd-BookOblique.woff') format('woff'),
url('../fonts/AvenirLTStd-BookOblique.otf') format('opentype');
font-weight: 300;
font-style: italic;
}

0 comments on commit 1b0eef5

Please sign in to comment.