Skip to content

Commit

Permalink
don't import Merriwether font
Browse files Browse the repository at this point in the history
  • Loading branch information
QuietMisdreavus committed Feb 25, 2020
1 parent 31ac897 commit 8c3bb6b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions css/main.scss
Expand Up @@ -4,7 +4,7 @@

@charset "utf-8";

$base-font-family: Merriweather, Helvetica, Arial, sans-serif;
$base-font-family: Helvetica, Arial, sans-serif;
$base-font-size: 16px;
$small-font-size: 0.875rem;
$base-line-height: 1.5;
Expand All @@ -14,7 +14,6 @@ $link-color: #0074d9;
$meta-color: #a0a0a0;
$border-color: #ddd;

@import url(http://fonts.googleapis.com/css?family=Merriweather:400,400italic,700);
@import "color";
@import "base";
@import "layout";
Expand Down

0 comments on commit 8c3bb6b

Please sign in to comment.