Skip to content

Commit

Permalink
Retrait import goole font Open Sans (#134)
Browse files Browse the repository at this point in the history
Signed-off-by: Alexis Boulerice <[email protected]>
  • Loading branch information
alexisletrotteur authored Dec 3, 2024
1 parent 01ec6aa commit 8e85b29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions source/css/scss/_type.scss
Original file line number Diff line number Diff line change
@@ -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;
Expand Down
4 changes: 2 additions & 2 deletions source/css/scss/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 8e85b29

Please sign in to comment.