ecp.org/app/assets/stylesheets/partials/_typography.scss
2023-03-09 18:30:35 -08:00

20 lines
488 B
SCSS

.nav, .nav-item, .dropdown-item {
font-family: 'League Spartan', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-weight: 700;
}
.hero-text {
font-family: 'DM Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-weight: 500;
font-size: 1.2rem;
}
.footer {
font-family: 'League Spartan', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-weight: 700;
line-height: 0.2em;
}
body {
font-family: 'DM Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}