Adjusted headings

This commit is contained in:
2018-02-23 22:03:31 +11:00
parent f3f6ec2e7b
commit e7fc8212e3
3 changed files with 19 additions and 3 deletions

View File

@ -4,12 +4,15 @@
*
* Dependencies:
* styles/settings/colors.scss - Used for colors
* styles/settings/typography.scss - Used for fonts
* styles/tools/_gradients.scss - Used for background gradients.
*
* Version:
* 1.0.0 - 2018/02/23
*/
body {
font-family: $s-font--stack-default;
font-size: $s-font--size--base;
@include t-gradient-directional($s-color--background-bottom, $s-color--background-top, 45deg);
min-height: 100%;
}

View File

@ -0,0 +1,13 @@
/*
* Headings
* Styles for headings 1 through 6
*
* Dependencies:
* styles/settings/typography`.scss
*
* Version:
* 1.0.0 - 2018/02/23
*/
h1,h2,h3,h4,h5,h6 {
font-family: $s-font--stack-headings;
}

View File

@ -6,6 +6,6 @@
* 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;
$s-font--stack-default: 'Nanum Gothic Coding', monospace;
$s-font--stack-headings: 'Bitter', serif;
$s-font--size--base: 16px;