mirror of
https://github.com/IT4Change/IT4C.dev.git
synced 2025-12-13 09:25:49 +00:00
21 lines
545 B
SCSS
21 lines
545 B
SCSS
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&family=Source+Sans+3:wght@400;500;600&display=swap');
|
|
|
|
:root {
|
|
--font-family: 'Source Sans 3', sans-serif;
|
|
--font-family-heading: 'Montserrat', sans-serif;
|
|
|
|
--highlight-color: #3894b3;
|
|
--highlight-color-light: #a5e3f7;
|
|
}
|
|
|
|
h1, h2, h3, h4, h5, h6 {
|
|
font-family: 'Montserrat', sans-serif !important;
|
|
}
|
|
.font-montserrat {
|
|
font-family: 'Montserrat', sans-serif !important;
|
|
}
|
|
|
|
.font-sourcesans {
|
|
font-family: 'Source Sans 3', sans-serif !important;
|
|
}
|