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 { html, body {
height: 100%; height: 100%;
background: -webkit-radial-gradient(center, #fff, #e6e6e6); background: -webkit-radial-gradient(center, #fff, #e6e6e6);
...@@ -23,4 +31,4 @@ h1 { ...@@ -23,4 +31,4 @@ h1 {
line-height: 36px; line-height: 36px;
color: #666; color: #666;
text-align: center; text-align: center;
} }
\ No newline at end of file
...@@ -2,7 +2,6 @@ ...@@ -2,7 +2,6 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8"> <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/reset.css">
<link rel="stylesheet" href="css/base.css"> <link rel="stylesheet" href="css/base.css">
</head> </head>
...@@ -18,4 +17,4 @@ ...@@ -18,4 +17,4 @@
</h1> </h1>
</body> </body>
</html> </html>
\ No newline at end of file
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