Skip to content

Commit

Permalink
add : add font Noto Sans KR
Browse files Browse the repository at this point in the history
  • Loading branch information
AshHyun committed Aug 24, 2020
1 parent 60e55dd commit bf017af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion _sass/minimal-mistakes/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ $indent-var: 1.3em !default;

/* system typefaces */
$serif: Georgia, Times, serif !default;
$sans-serif: "Nanum Gothic" !default;
$sans-serif: 'Noto Sans KR', "Roboto" !default;
/*-apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", Arial, sans-serif */
$monospace: Monaco, Consolas, "Lucida Console", monospace !default;

Expand Down
1 change: 1 addition & 0 deletions assets/css/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR&display=swap');
@import url('https://fonts.googleapis.com/css?family=Nanum+Gothic');
@import "minimal-mistakes/skins/{{ site.minimal_mistakes_skin | default: 'default' }}"; // skin
@import "minimal-mistakes"; // main partials

0 comments on commit bf017af

Please sign in to comment.