Skip to content

Commit c5c047d

Browse files
author
DNZ\darius
committed
Typography -> Headings
1 parent 887031e commit c5c047d

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

sass/base/typography.scss renamed to sass/base/heading.scss

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* HEADERS
2-
* Always try to use .head class + .head1-6 for SEO reasons
2+
* Always try to use a .head class for SEO reasons
33
* Only style on h1-h6 when the client uses an editor like TinyMCE and you can't influence the classes
44
*/
55

@@ -16,6 +16,7 @@ h6,
1616
.head4,
1717
.head5,
1818
.head6 {
19+
font-family: $font-sec;
1920
margin: 0 0 .8rem;
2021
line-height: 1.3;
2122
font-size: 2.4rem;
@@ -27,4 +28,4 @@ h2, .head2 { font-size: 2.6rem; margin-bottom: .3rem; }
2728
h3, .head3 { font-size: 2.4rem; margin-bottom: .2rem; }
2829
h4, .head4 { font-size: 2.2rem; margin-bottom: .2rem; }
2930
h5, .head5 { font-size: 2.0rem; margin-bottom: .4rem; }
30-
h6, .head6 { font-size: 1.6rem; font-weight: bold; }
31+
h6, .head6 { font-size: 1.6rem; margin-bottom: .6rem; }

sass/main.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
These base files here so they overwrite the grid
1010
*/
1111
@import 'base/defaults';
12-
@import 'base/typography';
12+
@import 'base/heading';

0 commit comments

Comments
 (0)