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
8802c4fa
Commit
8802c4fa
authored
Oct 24, 2018
by
shuangcheng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
字体修改
parent
2e5bac4d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
72 additions
and
1 deletions
+72
-1
common/static/css/tinymce-studio-content-fonts.css
+71
-0
common/static/css/tinymce-studio-content.css
+1
-1
No files found.
common/static/css/tinymce-studio-content-fonts.css
View file @
8802c4fa
/* NOTE: This file, which loads all necessary fonts for rendering Studio UI, is 1 of 3 CSS files compiled in our production pipeline */
/* No subsetting. */
@font-face
{
font-family
:
'OrhonChaganTig'
;
src
:
local
(
"OrhonChaganTig"
),
url('../fonts/OrhonChaganTig.eot')
;
src
:
local
(
"OrhonChaganTig"
),
url('../fonts/OrhonChaganTig.eot?#iefix')
format
(
'embedded-opentype'
),
url('../fonts/OrhonChaganTig.ttf')
format
(
'truetype'
);
font-weight
:
normal
;
font-style
:
normal
;
}
@font-face
{
font-family
:
'OrhonChaganTig-H'
;
src
:
local
(
"OrhonChaganTig-H"
),
url('../fonts/OrhonChaganTig-H.eot')
;
src
:
local
(
"OrhonChaganTig-H"
),
url('../fonts/OrhonChaganTig-H.eot?#iefix')
format
(
'embedded-opentype'
),
url('../fonts/OrhonChaganTig-H.ttf')
format
(
'truetype'
);
font-weight
:
normal
;
font-style
:
normal
;
}
@font-face
{
font-family
:
'OrhonChaganTig-RTL'
;
src
:
local
(
"OrhonChaganTig-RTL"
),
url('../fonts/OrhonChaganTig-RTL.eot')
;
src
:
local
(
"OrhonChaganTig-RTL"
),
url('../fonts/OrhonChaganTig-RTL.eot?#iefix')
format
(
'embedded-opentype'
),
url('../fonts/OrhonChaganTig-RTL.ttf')
format
(
'truetype'
);
font-weight
:
normal
;
font-style
:
normal
;
}
@font-face
{
font-family
:
'OrhonChaganTig-V'
;
src
:
local
(
"OrhonChaganTig-V"
),
url('../fonts/OrhonChaganTig-V.eot')
;
src
:
local
(
"OrhonChaganTig-V"
),
url('../fonts/OrhonChaganTig-V.eot?#iefix')
format
(
'embedded-opentype'
),
url('../fonts/OrhonChaganTig-V.ttf')
format
(
'truetype'
);
font-weight
:
normal
;
font-style
:
normal
;
}
@font-face
{
font-family
:
'OrhonGarchagTig'
;
src
:
local
(
"OrhonGarchagTig"
),
url('../fonts/OrhonGarchagTig.eot')
;
src
:
local
(
"OrhonGarchagTig"
),
url('../fonts/OrhonGarchagTig.eot?#iefix')
format
(
'embedded-opentype'
),
url('../fonts/OrhonGarchagTig.ttf')
format
(
'truetype'
);
font-weight
:
normal
;
font-style
:
normal
;
}
@font-face
{
font-family
:
'OrhonGarchagTig-H'
;
src
:
local
(
"OrhonGarchagTig-H"
),
url('../fonts/OrhonGarchagTig-H.eot')
;
src
:
local
(
"OrhonGarchagTig-H"
),
url('../fonts/OrhonGarchagTig-H.eot?#iefix')
format
(
'embedded-opentype'
),
url('../fonts/OrhonGarchagTig-H.ttf')
format
(
'truetype'
);
font-weight
:
normal
;
font-style
:
normal
;
}
@font-face
{
font-family
:
'OrhonGarchagTig-RTL'
;
src
:
local
(
"OrhonGarchagTig-RTL"
),
url('../fonts/OrhonGarchagTig-RTL.eot')
;
src
:
local
(
"OrhonGarchagTig-RTL"
),
url('../fonts/OrhonGarchagTig-RTL.eot?#iefix')
format
(
'embedded-opentype'
),
url('../fonts/OrhonGarchagTig-RTL.ttf')
format
(
'truetype'
);
font-weight
:
normal
;
font-style
:
normal
;
}
@font-face
{
font-family
:
'OrhonGarchagTig-V'
;
src
:
local
(
"OrhonGarchagTig-H"
),
url('../fonts/OrhonGarchagTig-V.eot')
;
src
:
local
(
"OrhonGarchagTig-H"
),
url('../fonts/OrhonGarchagTig-V.eot?#iefix')
format
(
'embedded-opentype'
),
url('../fonts/OrhonGarchagTig-V.ttf')
format
(
'truetype'
);
font-weight
:
normal
;
font-style
:
normal
;
}
@font-face
{
font-family
:
'Open Sans'
;
...
...
common/static/css/tinymce-studio-content.css
View file @
8802c4fa
...
...
@@ -4,7 +4,7 @@ html{
height
:
100%
;
}
.mce-content-body
{
padding
:
10
px
;
padding
:
5
px
;
background-color
:
#fff
;
/* keep font-family in sync with CUSTOM_FONTS constant in Html editor XModule
* (edx-platform/common/lib/xmodule/xmodule/js/src/html/edit.coffee)
...
...
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