Skip to content
This repository has been archived by the owner on Mar 28, 2019. It is now read-only.

Commit

Permalink
MetaBlack font link fixed
Browse files Browse the repository at this point in the history
Old link was broken
  • Loading branch information
adelq committed Apr 15, 2013
1 parent 06a15e6 commit f1d0b8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/index.html
Expand Up @@ -11,8 +11,8 @@
/* MetaWebPro font family licensed from fontshop.com. WOFF-FTW! */
@font-face {
font-family: 'MetaBlack';
src: url('http://mozcom-cdn.mozilla.net/img/fonts/MetaWebPro-Black.eot');
src: local(' '), url('http://mozcom-cdn.mozilla.net/img/fonts/MetaWebPro-Black.woff') format('woff');
src: url('https://www.mozilla.org/img/fonts/MetaWebPro-Black.eot');
src: local(' '), url('https://www.mozilla.org/img/fonts/MetaWebPro-Black.woff') format('woff');
font-weight: bold;
}
</style>
Expand Down

0 comments on commit f1d0b8a

Please sign in to comment.