Skip to content
This repository was archived by the owner on Mar 9, 2022. It is now read-only.

Commit

Permalink
fix(style): remove Google Font (#394)
Browse files Browse the repository at this point in the history
  • Loading branch information
dillonzq authored May 29, 2020
1 parent 89a526d commit cded714
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions assets/css/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
// Variables
// ==============================

@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@800&display=swap');

// ========== Global ========== //
// Font and Line Height
$global-font-family: system-ui, -apple-system, BlinkMacSystemFont, PingFang SC, Microsoft YaHei UI, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, Helvetica, Arial, sans-serif !default;
Expand Down Expand Up @@ -59,7 +57,7 @@ $header-background-color: #f8f8f8 !default;
$header-background-color-dark: #252627 !default;

// Font style of the header title
$header-title-font-family: Nunito, $global-font-family !default;
$header-title-font-family: $global-font-family !default;
$header-title-font-size: 1.5rem !default;

// Color of the hover header item
Expand Down

Large diffs are not rendered by default.

0 comments on commit cded714

Please sign in to comment.