Could it be, that the h1 to h6 variables in the CANVAS Sass Variables file (_variables.scss):
$font-size-h1
..
..
$font-size-h6
do not work? Instead the sizes of the bootstrap variables are outputted when preprocessed!?
When I change the setting for example
from:
$font-size-h1: ($font-size-base * 2.25);
to:
$font-size-h1: ($font-size-base * 3.25);
in the CANVAS vars file the h1 headings are not changing in size!?
