4
0
mirror of https://git.coop/cotech/website.git synced 2025-06-26 08:30:47 +00:00
Files
cotech-website/assets/css/app.css
Chris Lowis 01c626751a Apply basic typography
As used in the original design.
2025-06-20 14:43:49 +01:00

23 lines
542 B
CSS

@font-face {
font-family: 'open_sansregular';
src: url("/assets/fonts/OpenSans-Regular-webfont.woff");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'open_sansbold';
src: url("/assets/fonts/OpenSans-Bold-webfont.woff");
font-weight: normal;
font-style: normal;
}
p, li, a {
font-family: "open_sansregular", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
color: #1e2637;
}
h1, h2, h3, h4, h5, h6 {
font-family: "open_sansbold", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}