41 lines
1.5 KiB
CSS
41 lines
1.5 KiB
CSS
/*@font-face {*/
|
|
/* font-family: 'HYY';*/
|
|
/* src: url('/assets/fonts/HYYiSongW.otf') format('woff2');*/
|
|
/* unicode-range: U+4E00-9FFF; !* 中文字符范围 *!*/
|
|
/* font-weight: normal;*/
|
|
/* font-style: normal;*/
|
|
/*}*/
|
|
@font-face {
|
|
font-family: "KingHwa_OldSong";
|
|
src: url("/assets/fonts/KingHwa_OldSong/KingHwa_OldSong.eot"); /* IE9 */
|
|
src: url("/assets/fonts/KingHwa_OldSong/KingHwa_OldSong.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
|
|
|
|
url("/assets/fonts/KingHwa_OldSong/KingHwa_OldSong.woff") format("woff"), /* chrome、firefox */
|
|
url("/assets/fonts/KingHwa_OldSong/KingHwa_OldSong.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+ */
|
|
|
|
url("/assets/fonts/KingHwa_OldSong/KingHwa_OldSong.svg#KingHwa_OldSong") format("svg"); /* iOS 4.1- */
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
}
|
|
/* nice*/
|
|
@font-face {
|
|
font-family: 'nice';
|
|
src: url('/assets/fonts/nice.ttf') format('woff2');
|
|
unicode-range: U+0000-007F; /* 基本拉丁字母 */
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
/*TechnicLite*/
|
|
@font-face {
|
|
font-family: 'TechnicLite';
|
|
src: url('/assets/fonts/TechnicLite.ttf') format('woff2');
|
|
unicode-range: U+0000-007F; /* 基本拉丁字母 */
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
@font-face {
|
|
font-family: 'MyFont';
|
|
src: url('/assets/fonts/nice.ttf') format('woff2');
|
|
unicode-range: U+4E00-9FFF, U+3400-4DBF; /* 基本汉字及扩展A区 */
|
|
}
|