diff --git a/src/_Base.sass b/src/_Base.sass index 626cb6c..2793d3a 100644 --- a/src/_Base.sass +++ b/src/_Base.sass @@ -8,16 +8,17 @@ html box-sizing: border-box font-size: 62.5% +// Default body styles body color: $color-secondary - font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif + font-family: 'Roboto', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif font-size: 1.6em // currently ems cause chrome bug misinterpreting rems on body element font-weight: 300 letter-spacing: .01em line-height: 1.6 -// Box Sizing FTW +// Set box-sizing globally to handle padding and border widths *, *:after, *:before - box-sizing: border-box + box-sizing: inherit diff --git a/src/_Code.sass b/src/_Code.sass index 0b08e02..09e17c2 100644 --- a/src/_Code.sass +++ b/src/_Code.sass @@ -13,7 +13,7 @@ code pre background: $color-tertiary border-left: .3rem solid $color-primary - font-family: Menlo, Consolas, 'Bitstream Vera Sans Mono', 'DejaVu Sans Mono', Monaco, monospace + font-family: 'Menlo', 'Consolas', 'Bitstream Vera Sans Mono', 'DejaVu Sans Mono', 'Monaco', monospace & > code background: transparent