Skip to content

Commit

Permalink
Make font display best-effort (if cached)
Browse files Browse the repository at this point in the history
  • Loading branch information
fmarier committed Apr 8, 2018
1 parent 763b255 commit 64122a6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions css/style.css
@@ -1,9 +1,11 @@
@font-face {
font-display: optional;
font-family: "Raleway";
src: url('../fonts/raleway_thin.eot?') format('embedded-opentype'), url('../fonts/raleway_thin.otf') format('opentype');
}

@font-face {
font-display: optional;
font-family: "Junction";
src: url('../fonts/junction.eot?') format('embedded-opentype'), url('../fonts/junction.otf') format('opentype');
}
Expand Down

0 comments on commit 64122a6

Please sign in to comment.