Added fonts and typography settings
This commit is contained in:
11
public/styles/settings/typography.scss
Normal file
11
public/styles/settings/typography.scss
Normal 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
8
public/styles/vendor/fonts.scss
vendored
Normal 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');
|
Reference in New Issue
Block a user