23 lines
386 B
CSS
23 lines
386 B
CSS
|
@font-face {
|
||
|
font-family: "Compagnon";
|
||
|
src: url('fonts/Compagnon-Roman.otf');
|
||
|
}
|
||
|
|
||
|
@font-face {
|
||
|
font-family: "Cantarell";
|
||
|
src: url('fonts/Cantarell-Light.otf')
|
||
|
}
|
||
|
|
||
|
h1, h2, h3, h4, .entry-title, .footnote, #content h3, nav h2 {
|
||
|
font-family: "Compagnon";
|
||
|
}
|
||
|
|
||
|
#site-subtitle {
|
||
|
font-family: 'Cantarell';
|
||
|
font-weight: bold;
|
||
|
}
|
||
|
|
||
|
#content, nav, #about {
|
||
|
font-family: 'Cantarell';
|
||
|
}
|