Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
ce4fb60b
Commit
ce4fb60b
authored
Oct 22, 2014
by
Anton Stupak
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #5598 from edx/anton/maintenance-fonts
Maintenance page: Serving Fonts through Platform Assets
parents
00ca7cbd
7e6483f7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
5 deletions
+10
-5
lms/static/maintenance/css/base.css
+9
-2
lms/static/maintenance/index.html
+1
-3
No files found.
lms/static/maintenance/css/base.css
View file @
ce4fb60b
@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
}
lms/static/maintenance/index.html
View file @
ce4fb60b
...
...
@@ -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>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment