15 lines
503 B
CSS
15 lines
503 B
CSS
@font-face {
|
|
font-family: "KingHwa_OldSong";
|
|
src: url("KingHwa_OldSong.eot"); /* IE9 */
|
|
src: url("KingHwa_OldSong.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
|
|
|
|
url("KingHwa_OldSong.woff") format("woff"), /* chrome、firefox */
|
|
url("KingHwa_OldSong.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+ */
|
|
|
|
url("KingHwa_OldSong.svg#KingHwa_OldSong") format("svg"); /* iOS 4.1- */
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
}
|
|
|
|
|