Commit ce4fb60b by Anton Stupak

Merge pull request #5598 from edx/anton/maintenance-fonts

Maintenance page: Serving Fonts through Platform Assets
parents 00ca7cbd 7e6483f7
@font-face {
font-family: "Open Sans";
font-weight: 300;
src: url('../../fonts/OpenSans/OpenSans-Light-webfont.eot?') format('eot'),
url('../../fonts/OpenSans/OpenSans-Light-webfont.woff') format('woff'),
url('../../fonts/OpenSans/OpenSans-Light-webfont.ttf') format('truetype');
}
html, body {
height: 100%;
background: -webkit-radial-gradient(center, #fff, #e6e6e6);
......@@ -23,4 +31,4 @@ h1 {
line-height: 36px;
color: #666;
text-align: center;
}
\ No newline at end of file
}
......@@ -2,7 +2,6 @@
<html lang="en">
<head>
<meta charset="utf-8">
<link href='http://fonts.googleapis.com/css?family=Open+Sans:300' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/reset.css">
<link rel="stylesheet" href="css/base.css">
</head>
......@@ -18,4 +17,4 @@
</h1>
</body>
</html>
\ No newline at end of file
</html>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment