12,305
edits
TheNightAvl (talk | contribs) No edit summary |
TheNightAvl (talk | contribs) No edit summary |
||
Line 5: | Line 5: | ||
/* overall style */ | /* overall style */ | ||
html, body { | html, body { | ||
font-family: | font-family: sans-serif; | ||
} | } | ||
/* header style */ | /* header style */ | ||
#firstHeading | #firstHeading, h2 { | ||
h2{ | |||
font-family: Georgia, serif; | font-family: Georgia, serif; | ||
} | } | ||
Line 93: | Line 90: | ||
/* IPA */ | /* IPA */ | ||
.IPA { | .IPA { | ||
font-family: 'DejaVu Sans','Segoe UI','Lucida Grande','Lucida Sans Unicode',sans-serif; | font-family: Gentium, 'Gentium Plus', GentiumAlt, 'DejaVu Sans', 'Segoe UI', 'Lucida Grande', 'Charis SIL', 'Doulos SIL', 'TITUS Cyberbit Basic', 'Code2000', 'Lucida Sans Unicode', sans-serif; | ||
font-size: 110%; | font-size: 110%; | ||
font-style: normal; | font-style: normal; |