18 lines
180 B
CSS
18 lines
180 B
CSS
.ipa {
|
|
font-family: Junicode;
|
|
font-size: 1.1em
|
|
}
|
|
|
|
.s-nah {
|
|
font-family: Nahan;
|
|
font-size: 1.5em;
|
|
}
|
|
|
|
.accent {
|
|
color: #c00;
|
|
}
|
|
|
|
body {
|
|
font-family: Andika;
|
|
}
|