$font-stack-headings conditionnel

This commit is contained in:
Raphael Goetter 2016-12-07 10:57:06 +01:00
parent cfcf082c8a
commit 12239d8b07
4 changed files with 11 additions and 2 deletions

View file

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