diff --git a/scss/bottom-nav.scss b/scss/bottom-nav.scss index bc9adbb..4281a3d 100644 --- a/scss/bottom-nav.scss +++ b/scss/bottom-nav.scss @@ -8,6 +8,7 @@ left: 0; background: url("/assets/hero-bg.png"); border-top: 1px solid #dddddd; + font-family: "Ideal Sans SSm A", "Ideal Sans SSm B"; ul { list-style: none; diff --git a/scss/overrides.scss b/scss/overrides.scss index 51d7cc6..e981673 100644 --- a/scss/overrides.scss +++ b/scss/overrides.scss @@ -51,3 +51,24 @@ iframe { &.green { background: $green; } &.brown { background: $brown; } } + +h1 { + font: normal 36px/42px 'Ideal Sans SSm A', 'Ideal Sans SSm B' ! important; + font-weight: 700 ! important; + text-transform: none ! important; + color: $brown ! important; +} + +h2 { + font: normal 20px/26px 'Ideal Sans SSm A', 'Ideal Sans SSm B' ! important; + font-weight: 700 ! important; + margin-bottom: 96px 0 32px ! important; + color: $brown ! important; + text-transform: uppercase ! important; +} + +body { + font: normal 20px/30px 'Surveyor SSm A', 'Surveyor SSm B'; + font-weight: 300; + color: $black; +} diff --git a/templates/page.html b/templates/page.html index 1b6016f..e2f7c79 100644 --- a/templates/page.html +++ b/templates/page.html @@ -13,10 +13,10 @@ - + diff --git a/www/index.spt b/www/index.spt index b64069f..2360991 100644 --- a/www/index.spt +++ b/www/index.spt @@ -9,4 +9,6 @@ Welcome! This website is for people building [Gittip](https://www.gittip.com/). First time? Start at ... [the beginning](/big-picture)! :-) +## Table of Contents + {{ toc(nav_current) }}