Skip to content

Commit

Permalink
Slightly optimized multiple font leak
Browse files Browse the repository at this point in the history
  • Loading branch information
cure53 committed Dec 28, 2015
1 parent b664525 commit 619fdd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion leak.html
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@
*/
@font-face {
font-family: 'leak';
src: url('leak.eot?') format('eot'), url('leak.woff') format('woff'), url('leak.ttf') format('truetype');
src: url('https://leaking.via/css-font-face-src-eot') format('eot'), url('https://leaking.via/css-font-face-src-woff') format('woff'), url('https://leaking.via/css-font-face-src-ttf') format('truetype');
}

big {
Expand Down

0 comments on commit 619fdd0

Please sign in to comment.