4,452
edits
update haeseo and add CwTexKai font |
|||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
@import url(//fonts.googleapis.com/css?family=Droid+Sans+Mono); | @import url(//fonts.googleapis.com/css?family=Droid+Sans+Mono); | ||
@font-face { | |||
font-family: ckai; | |||
src: url(//fonts.googleapis.com/earlyaccess/cwtexkai.css); | |||
} | |||
@font-face { | @font-face { | ||
Line 8: | Line 13: | ||
.blockhanja { | .blockhanja { | ||
font-family: Batang, serif; | font-family: HYhaeseo, 한양해서, ckai, Batang, serif; | ||
font-size: 3em; | font-size: 3em; | ||
line-height: 100%; | line-height: 100%; | ||
Line 14: | Line 19: | ||
.blockhanja-haeseo { | .blockhanja-haeseo { | ||
font-family: HYhaeseo, 한양해서, sans-serif; | font-family: HYhaeseo, 한양해서, ckai, sans-serif; | ||
font-size: 3em; | font-size: 3em; | ||
line-height: 100%; | line-height: 100%; | ||
Line 20: | Line 25: | ||
.haeseo { | .haeseo { | ||
font-family: HYhaeseo, 한양해서, sans-serif; | font-family: HYhaeseo, 한양해서, ckai, sans-serif; | ||
} | } | ||
.haeseo-larger { | .haeseo-larger { | ||
font-family: HYhaeseo, 한양해서, sans-serif; | font-family: HYhaeseo, 한양해서, ckai, sans-serif; | ||
font-size: 2em; | font-size: 2em; | ||
} | } |