you can be down and still have nice fonts

This commit is contained in:
Thibault Duplessis 2016-03-14 23:35:44 +07:00
parent 62647ffbb9
commit 90e1d13018

View file

@ -4,12 +4,22 @@
<meta charset="utf-8">
<title>lichess is down</title>
<style type="text/css">
@font-face {
font-family: 'PT Serif';
font-style: italic;
font-weight: 400;
src: local('PT Serif Italic'), local('PTSerif-Italic'), url(http://fonts.gstatic.com/s/ptserif/v8/03aPdn7fFF3H6ngCgAlQzPk_vArhqVIZ0nv9q090hN8.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
html, body {
font:16px monospace;
font: 16px 'PT Serif';
background: #000;
color: #ebd488;
text-align: center;
}
h1 {
font-size: 30px;
}
</style>
<meta content="noindex, nofollow" name="robots">
</head>
@ -19,6 +29,6 @@
<br />
<br />
<img src="http://lichess1.org/assets/images/maintenance.jpg" alt="Lichess maintenance" />
<script>setTimeout(function() { location.reload(); }, 10000);</script>
<script>setTimeout(function() { location.reload(); }, 15000);</script>
</body>
</html>