heading font-size and font-weight changed

This commit is contained in:
raphaelgoetter 2013-08-09 10:40:16 +02:00
parent 896610ed1a
commit efbeed9e22
2 changed files with 8 additions and 20 deletions

View file

@ -1,5 +1,5 @@
/*
* www.KNACSS.com V2.6m (2013-07) @author: Raphael Goetter, Alsacreations
* www.KNACSS.com V2.6n (2013-07) @author: Raphael Goetter, Alsacreations
* Licence CC-BY http://creativecommons.org/licenses/by/3.0/fr/
*/
@ -65,28 +65,22 @@ hgroup {
.flow(@basefont);
}
h1, .h1-like {
.flow(26); // equiv 26px
font-weight: normal;
.flow(32); // equiv 32px
}
h2, .h2-like {
.flow(24); // equiv 24px
font-weight: normal;
.flow(28); // equiv 28px
}
h3, .h3-like {
.flow(22); // equiv 22px
font-weight: normal;
.flow(24); // equiv 24px
}
h4, .h4-like {
.flow(20); // equiv 20px
font-weight: normal;
}
h5, .h5-like {
.flow(18); // equiv 18px
font-weight: normal;
}
h6, .h6-like {
.flow(16); // equiv 16px
font-weight: normal;
}
/* alternate font-sizing */