Changed text font

This commit is contained in:
2018-03-18 11:04:39 +11:00
parent 194c5b7681
commit 6472f1c360
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
* 1.0.0 - 2018/02/23 * 1.0.0 - 2018/02/23
*/ */
$s-font--stack-default: 'Nanum Gothic Coding', monospace; $s-font--stack-default: Arial, Helvetica, sans-serif;
$s-font--stack-headings: 'Bitter', serif; $s-font--stack-headings: 'Bitter', serif;
$s-font--size--base: 16px; $s-font--size--base: 16px;

View File

@ -5,4 +5,4 @@
* Version: * Version:
* 1.0.0 - 2018/01/23 * 1.0.0 - 2018/01/23
*/ */
@import url('https://fonts.googleapis.com/css?family=Bitter|Nanum+Gothic+Coding'); @import url('https://fonts.googleapis.com/css?family=Bitter');