Add global site settings for color and font families

This commit is contained in:
Maggie Walker 2016-09-19 14:35:56 -07:00
parent 8eaa6956cf
commit 5299a8d141
2 changed files with 15 additions and 1 deletions

View file

@ -0,0 +1,13 @@
$inspec-blue: #4197b5;
$inspec-green: #63ce99;
$inspec-dark-blue: #5c6670;
$inspec-grey: #606468;
$inspec-light-grey: #c3c6c8;
$heading-accent-font: 'Jaapokki Alternate', 'Avenir', 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
$heading-font: 'Jaapokki', 'Avenir', 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
$main-font: 'Avenir', 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
body {
font-family: $main-font;
}

View file

@ -1,3 +1,4 @@
@charset "utf-8";
@import "vendor/foundation-min";
@import "fonts";
@import "fonts";
@import "settings";