no need for google fonts on error pages (#8701)

pull/8888/head
Niklas Fiekas 2021-05-07 10:20:20 +02:00
parent 8ec8cc2d8f
commit 4722f03238
4 changed files with 6 additions and 31 deletions

View File

@ -6,18 +6,10 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Temporarily disabled • lichess.org</title>
<style>
@font-face {
font-family: 'PT Serif';
font-style: italic;
font-weight: 400;
src: local('PT Serif Italic'), local('PTSerif-Italic'),
url(https://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 'PT Serif';
font: 16px Georgia, Times, 'Times New Roman', serif;
font-style: italic;
background: #000;
color: #ebd488;
text-align: center;

View File

@ -82,7 +82,6 @@
}
</style>
<meta content="noindex, nofollow" name="robots" />
<link href="https://fonts.googleapis.com/css?family=Noto+Sans:400,700|Roboto:300" rel="stylesheet" />
</head>
<body>
<h1>lichess.org</h1>

View File

@ -5,18 +5,10 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Server error • lichess.org</title>
<style>
@font-face {
font-family: 'PT Serif';
font-style: italic;
font-weight: 400;
src: local('PT Serif Italic'), local('PTSerif-Italic'),
url(https://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 'PT Serif';
font: 16px Georgia, Times, 'Times New Roman', serif;
font-style: italic;
background: #000;
color: #ebd488;
text-align: center;

View File

@ -5,18 +5,10 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Timeout • lichess.org</title>
<style>
@font-face {
font-family: 'PT Serif';
font-style: italic;
font-weight: 400;
src: local('PT Serif Italic'), local('PTSerif-Italic'),
url(https://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 'PT Serif';
font: 16px Georgia, Times, 'Times New Roman', serif;
font-style: italic;
background: #000;
color: #ebd488;
text-align: center;