diff --git a/public/styles/settings/typography.scss b/public/styles/settings/typography.scss new file mode 100644 index 0000000..d2665d3 --- /dev/null +++ b/public/styles/settings/typography.scss @@ -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; diff --git a/public/styles/vendor/fonts.scss b/public/styles/vendor/fonts.scss new file mode 100644 index 0000000..88662a3 --- /dev/null +++ b/public/styles/vendor/fonts.scss @@ -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');