Skip to content

Commit

Permalink
Include font files
Browse files Browse the repository at this point in the history
For offline work and quick loading.
  • Loading branch information
marijnh committed Jun 12, 2014
1 parent e976a74 commit 964a89c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions html/ejs.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
font-family: 'Cinzel';
font-style: normal;
font-weight: 700;
src: local('Cinzel-Bold'), url(http://themes.googleusercontent.com/static/fonts/cinzel/v1/L74890HNVnUypqWjqGUt1T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
src: local('Cinzel-Bold'), url(font/cinzel_bold.woff) format('woff');
}

@font-face {
font-family: 'PT Mono';
font-style: normal;
font-weight: 400;
src: local('PT Mono'), local('PTMono-Regular'), url(http://themes.googleusercontent.com/static/fonts/ptmono/v1/jmle3kzCPnW8O7_gZGRDlQ.woff) format('woff');
src: local('PT Mono'), local('PTMono-Regular'), url(font/pt_mono.woff) format('woff');
}

html, body {
Expand Down
Binary file added html/font/cinzel_bold.woff
Binary file not shown.
Binary file added html/font/pt_mono.woff
Binary file not shown.

0 comments on commit 964a89c

Please sign in to comment.