suppression police par défaut sur titres

This commit is contained in:
Raphael Goetter 2016-12-01 15:48:10 +01:00
parent 204d870d31
commit 4097eccb7b
3 changed files with 3 additions and 7 deletions

View File

@ -450,12 +450,10 @@ figure {
line-height: 1.5; } line-height: 1.5; }
h1, .h1-like { h1, .h1-like {
font-size: 3.2rem; font-size: 3.2rem; }
font-family: sans-serif; }
h2, .h2-like { h2, .h2-like {
font-size: 2.8rem; font-size: 2.8rem; }
font-family: sans-serif; }
h3, .h3-like { h3, .h3-like {
font-size: 2.4rem; } font-size: 2.4rem; }

File diff suppressed because one or more lines are too long

View File

@ -71,12 +71,10 @@ figure {
h1, .#{$kna-namespace}h1-like { h1, .#{$kna-namespace}h1-like {
font-size: $h1-size; font-size: $h1-size;
font-family: $font-stack-headings;
} }
h2, .#{$kna-namespace}h2-like { h2, .#{$kna-namespace}h2-like {
font-size: $h2-size; font-size: $h2-size;
font-family: $font-stack-headings;
} }
h3, .#{$kna-namespace}h3-like { h3, .#{$kna-namespace}h3-like {