Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0" encoding="UTF-8"?>
- <!DOCTYPE html>
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-us" class="en-us">
- <head>
- <meta charset="utf-8" />
- <title>Chrome @font-face leak</title>
- <link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic' rel='stylesheet' type='text/css'>
- <style type="text/css">
- body {
- font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
- }
- @media (max-width: 767px) {
- body {
- padding-left: 20px;
- padding-right: 20px;
- }
- }
- @media (max-width: 979px) {
- body {
- padding-top: 0;
- }
- }
- </style>
- </head>
- <body>
- Any text will do. The amount of text does not affect the speed of the leak.<br />
- But if you have move @font-face sections it leaks noticeably faster.
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment