mirror of
https://github.com/edcommonwealth/ecp.org.git
synced 2026-03-18 03:36:27 -07:00
Update welcome page
This commit is contained in:
parent
98b9134779
commit
e5e0d6f6df
20 changed files with 792 additions and 125 deletions
20
app/assets/stylesheets/partials/_typography.scss
Normal file
20
app/assets/stylesheets/partials/_typography.scss
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
.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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue