Added fonts and typography settings

This commit is contained in:
2018-02-23 22:00:22 +11:00
parent 02d926aa37
commit 8cee583d62
2 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,11 @@
/*
* Typography Settings
* Provides the type variables for use throughout the theme
*
* Version:
* 1.0.0 - 2018/02/23
*/
$s-font-stack-default: 'Nanum Gothic Coding', monospace;
$s-font-stack-headings: 'Bitter', serif;
$s-font-size--base: 16px;

8
public/styles/vendor/fonts.scss vendored Normal file
View File

@ -0,0 +1,8 @@
/*
* Fonts
* Imports the fonts used throughout the theme.
*
* Version:
* 1.0.0 - 2018/01/23
*/
@import url('https://fonts.googleapis.com/css?family=Bitter|Nanum+Gothic+Coding');