$font-stack-headings conditionnel
This commit is contained in:
parent
cfcf082c8a
commit
12239d8b07
4 changed files with 11 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue