4,614
edits
add class blockhanja-haeseo |
load HYhaeseo on the page |
||
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: 'Haeseo'; | |||
src: url('/fonts/HYhaeseo.ttf') format('truetype'); | |||
font-weight: normal; | |||
font-style: normal; | |||
} | |||
.blockhanja { | .blockhanja { | ||
Line 9: | Line 16: | ||
.blockhanja-haeseo { | .blockhanja-haeseo { | ||
font-family: | font-family: Haeseo, sans-serif; | ||
font-size: 3em; | font-size: 3em; | ||
line-height: 100%; | line-height: 100%; |