diff --git a/source/css/scss/_type.scss b/source/css/scss/_type.scss index 2bd82d96..1f6968f8 100755 --- a/source/css/scss/_type.scss +++ b/source/css/scss/_type.scss @@ -1,5 +1,3 @@ -@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700,700i"); - // Font-smoothing normalisation for mac os body { -webkit-font-smoothing: antialiased; diff --git a/source/css/scss/_variables.scss b/source/css/scss/_variables.scss index 1b57dfab..7de1b487 100755 --- a/source/css/scss/_variables.scss +++ b/source/css/scss/_variables.scss @@ -368,9 +368,9 @@ $font-size-lg: $font-size-base * 1.25; //20px $font-size-sm: $font-size-base * .875; //14px $font-size-xs: $font-size-base * .75; //12px -$font-weight-normal: 400; // Open Sans Regular +$font-weight-normal: 400; // Montreal Regulier $font-weight-regular: $font-weight-normal; -$font-weight-bold: 700; // Open Sans Bold +$font-weight-bold: 700; // Montreal Gras $font-weight-base: $font-weight-normal; $line-height-base: 1.75;