Commit 8802c4fa by shuangcheng

字体修改

parent 2e5bac4d
/* 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';
......
......@@ -4,7 +4,7 @@ html{
height: 100%;
}
.mce-content-body {
padding: 10px;
padding: 5px;
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)
......
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