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

@ -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;
}