Commit 3fac3ab4 by XuYS

添加蒙文字体

parent 02a4ba18
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -79,3 +79,52 @@
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;
}
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