mirror of
https://github.com/edcommonwealth/ecp.org.git
synced 2026-03-08 23:18:13 -07:00
30 lines
569 B
SCSS
30 lines
569 B
SCSS
.bold {
|
|
font-weight: 700;
|
|
}
|
|
|
|
.spartan {
|
|
font-family: 'League Spartan', 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
|
@extend .bold;
|
|
}
|
|
|
|
.nav, .nav-item, .dropdown-item {
|
|
@extend .spartan;
|
|
}
|
|
|
|
|
|
.hero-text {
|
|
font-family: 'DM Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
|
font-weight: 500;
|
|
font-size: 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;
|
|
font-size: 1.2em;
|
|
}
|