Skip to content

Commit

Permalink
Fix font family in maintenance page
Browse files Browse the repository at this point in the history
  • Loading branch information
frozenhelium committed Dec 23, 2018
1 parent 73f388b commit a410b5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions static/maintenance.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
body {
height: 100vh;
width: 100vw;
font-family: 'Source Sans Pro' sans-serif;
font-family: 'Source Sans Pro', sans-serif;
background-image: url('/deep-bg.png');
background-size: cover;
background-position: center center;
Expand All @@ -36,7 +36,7 @@
</head>
<body>
<h1>DEEP is currently down for a scheduled upgrade.</h1>
<p>We anticipate that it should be up by 11:30 AM GMT. We apologize for the inconvenience!</p>
<p>We anticipate that it should be up by 03:00 PM GMT. We apologize for the inconvenience!</p>

</body>
</html>

0 comments on commit a410b5b

Please sign in to comment.