Browse Source

Merge branch 'master' into feature/change-password

patch-2
Mayank 4 years ago
parent
commit
04e413e336
  1. 6
      src/global-styles/_variables.scss

6
src/global-styles/_variables.scss

@ -7,11 +7,7 @@ $red: #F46E6E;
$white: #ffffff;
$spacer: 1.5rem;
$body-color: $black;
$font-family-sans-serif: //system-ui, /* Disabling until this bug is fixed: https://support.google.com/chrome/thread/41707147?hl=en/ */
-apple-system, /* system font for Safari and Firefox */
//BlinkMacSystemFont,
Roboto, /* fallback for Chrome Until this bug is fixed: https://support.google.com/chrome/thread/41707147?hl=en/ */
"Helvetica Neue", "Segoe UI", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
$font-family-sans-serif: system-ui, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", "Segoe UI", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
$h1-font-size: $font-size-base * 5;
$h2-font-size: $font-size-base * 3;
$h3-font-size: $font-size-base * 2;

Loading…
Cancel
Save