Skip to content

Commit

Permalink
Use woffs.
Browse files Browse the repository at this point in the history
  • Loading branch information
stevage committed Apr 29, 2020
1 parent 8ecfea7 commit ffc3363
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions app/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,16 @@
font-family: "ITC Officina Sans";
/* 281, 282 regular, 283 small caps, 284-5 italics, 291-2 bold, 293 small caps bold */
src:
url('fonts/IT281___.ttf');
url('fonts/ITC Officina Sans Book.woff') format('woff'),
url('fonts/IT281___.ttf') format('truetype');
font-weight: normal;
}

@font-face {
font-family: "ITC Officina Sans";
src:
url('fonts/IT281___.ttf');
url('fonts/ITC Officina Sans Bold.woff') format('woff'),
url('fonts/IT291___.ttf');
font-weight: bold;
}

Expand Down
Binary file added app/css/fonts/ITC Officina Sans Bold.woff
Binary file not shown.
Binary file added app/css/fonts/ITC Officina Sans Book.woff
Binary file not shown.

0 comments on commit ffc3363

Please sign in to comment.