chambery_ctt/themes/contraception/static/css/fonts.css

23 lines
386 B
CSS
Raw Normal View History

2024-02-13 13:27:26 +00:00
@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';
}