35 lines
719 B
CSS
35 lines
719 B
CSS
@font-face {
|
|
font-family: "Erika Ormig";
|
|
src: url('fonts/Erika-Ormig/Erika-Ormig.ttf');
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "New Century Schoolbook";
|
|
src: url('fonts/new-century-schoolbook/C059-Roman.ttf');
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "New Century Schoolbook";
|
|
src: url('fonts/new-century-schoolbook/C059-Bold.ttf');
|
|
font-weight: bold;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "New Century Schoolbook";
|
|
src: url('fonts/new-century-schoolbook/C059-Italic.ttf');
|
|
font-style: italic;
|
|
}
|
|
|
|
h1, .entry-title, .footnote, #content h3, nav h2 {
|
|
font-family: "Erika Ormig";
|
|
}
|
|
|
|
#site-subtitle {
|
|
font-family: 'New Century Schoolbook';
|
|
font-weight: bold;
|
|
}
|
|
|
|
#content, nav, #about {
|
|
font-family: 'New Century Schoolbook';
|
|
}
|