| @font-face {
src: local("HGP創英角ポップ体");
fontFamily: HGP;
fontWeight: normal;
unicodeRange: U+3041-U+30F6,U+2460-U+2473;
}
@font-face {
src: local("HGP創英角ポップ体");
fontFamily: HGP;
fontWeight: bold;
unicodeRange: U+3041-U+30F6,U+2460-U+2473;
}
@font-face {
src: local("HGP創英角ポップ体");
fontFamily: HGP;
fontStyle: italic;
unicodeRange: U+3041-U+30F6,U+2460-U+2473;
}
global {
font-family: HGP;
fontSize: 11px;
}
.defClass {
font-family: Dummy;
fontSize: 11px;
}
TextArea {
font-family: Dummy;
fontSize: 16px;
fontWeight: bold;
}
| |