chambery_ctt/themes/contraception/static/css/fonts.css
2024-02-13 14:27:26 +01:00

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';
}