Commit 065e3e83 by XuYS

教师端添加蒙文字体

parent aa903468
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -79,3 +79,51 @@
font-weight: 700;
font-style: italic;
}
// LMS - Orhon Mongolian Fonts
// ====================
@font-face {
font-family: 'OrhonChaganTig';
src: url('#{$static-path}/fonts/OrhonChaganTig/OrhonChaganTig.eot');
src:
url('#{$static-path}/fonts/OrhonChaganTig/OrhonChaganTig.eot?#iefix') format('embedded-opentype'),
url('#{$static-path}/fonts/OrhonChaganTig/OrhonChaganTig.woff2') format('woff2'),
url('#{$static-path}/fonts/OrhonChaganTig/OrhonChaganTig.woff') format('woff'),
url('#{$static-path}/fonts/OrhonChaganTig/OrhonChaganTig.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'OrhonHawangTig';
src: url('#{$static-path}/fonts/OrhonChaganTig/OrhonHawangTig.eot');
src:
url('#{$static-path}/fonts/OrhonChaganTig/OrhonHawangTig.eot?#iefix') format('embedded-opentype'),
url('#{$static-path}/fonts/OrhonChaganTig/OrhonHawangTig.woff2') format('woff2'),
url('#{$static-path}/fonts/OrhonChaganTig/OrhonHawangTig.woff') format('woff'),
url('#{$static-path}/fonts/OrhonChaganTig/OrhonHawangTig.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'HG_MongolianBZ';
src:
url('#{$static-path}/fonts/HG_MongolianBZ/HG_MongolianBZ.eot?#iefix') format('embedded-opentype'),
//url('#{$static-path}/fonts/HG_MongolianBZ/HG_MongolianBZ.woff2') format('woff2'),
//url('#{$static-path}/fonts/HG_MongolianBZ/HG_MongolianBZ.woff') format('woff'),
url('#{$static-path}/fonts/HG_MongolianBZ/HG_MongolianBZ.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'HG_MongolianBS';
src:
url('#{$static-path}/fonts/HG_MongolianBS/HG_MongolianBS.eot?#iefix') format('embedded-opentype'),
//url('#{$static-path}/fonts/HG_MongolianBS/HG_MongolianBS.woff2') format('woff2'),
//url('#{$static-path}/fonts/HG_MongolianBS/HG_MongolianBS.woff') format('woff'),
url('#{$static-path}/fonts/HG_MongolianBS/HG_MongolianBS.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
......@@ -32,7 +32,7 @@ $fg-min-width: 900px;
// +Fonts
// ====================
$f-sans-serif: 'Open Sans','Helvetica Neue', Helvetica, Arial, sans-serif;
$f-sans-serif: 'OrhonChaganTig',Open Sans','Helvetica Neue', Helvetica, Arial, sans-serif;
$f-monospace: 'Bitstream Vera Sans Mono', Consolas, Courier, monospace;
// +Colors - Utility
......
This source diff could not be displayed because it is too large. You can view the blob instead.
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