Files
civilsociety-dev/assets/css/custom.css
2025-07-08 17:26:13 -07:00

17 lines
285 B
CSS

@font-face {
font-family: font;
src: url('/fonts/OpenSans-Regular.ttf');
}
@font-face {
font-family: cstf;
src: url('/fonts/LinLibertine_R.ttf');
}
html {
font-family: font;
}
h1, h2, h3, h4, h5, h6, .main-menu, .decoration-primary-500 {
font-family: cstf;
}