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/ * Licence CC-BY http://creativecommons.org/licenses/by/3.0/fr/
*/ */
@ -39,38 +39,32 @@ figure {
margin: .75em 0 0; margin: .75em 0 0;
} }
h1, .h1-like { h1, .h1-like {
font-size: 1.8571em; /* equiv 26px */ font-size: 2.286em; /* equiv 32px */
font-weight: normal;
line-height: 1.6154em; line-height: 1.6154em;
margin: .8077em 0 0 0; margin: .8077em 0 0 0;
} }
h2, .h2-like { h2, .h2-like {
font-size: 1.7143em; /* equiv 24px */ font-size: 2em; /* equiv 28px */
font-weight: normal;
line-height: 1.75em; line-height: 1.75em;
margin: .875em 0 0 0; margin: .875em 0 0 0;
} }
h3, .h3-like { h3, .h3-like {
font-size: 1.5714em; /* equiv 22px */ font-size: 1.714em; /* equiv 24px */
font-weight: normal;
line-height: 1.909em; line-height: 1.909em;
margin: .9545em 0 0 0; margin: .9545em 0 0 0;
} }
h4, .h4-like { h4, .h4-like {
font-size: 1.4286em; /* equiv 20px */ font-size: 1.4286em; /* equiv 20px */
font-weight: normal;
line-height: 1.05em; line-height: 1.05em;
margin: 1.05em 0 0 0; margin: 1.05em 0 0 0;
} }
h5, .h5-like { h5, .h5-like {
font-size: 1.2857em; /* equiv 18px */ font-size: 1.2857em; /* equiv 18px */
font-weight: normal;
line-height: 1.1667em; line-height: 1.1667em;
margin: 1.1667em 0 0 0; margin: 1.1667em 0 0 0;
} }
h6, .h6-like { h6, .h6-like {
font-size: 1.1429em; /* equiv 16px */ font-size: 1.1429em; /* equiv 16px */
font-weight: normal;
line-height: 1.3125em; line-height: 1.3125em;
margin: 1.3125em 0 0 0; margin: 1.3125em 0 0 0;
} }

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/ * Licence CC-BY http://creativecommons.org/licenses/by/3.0/fr/
*/ */
@ -65,28 +65,22 @@ hgroup {
.flow(@basefont); .flow(@basefont);
} }
h1, .h1-like { h1, .h1-like {
.flow(26); // equiv 26px .flow(32); // equiv 32px
font-weight: normal;
} }
h2, .h2-like { h2, .h2-like {
.flow(24); // equiv 24px .flow(28); // equiv 28px
font-weight: normal;
} }
h3, .h3-like { h3, .h3-like {
.flow(22); // equiv 22px .flow(24); // equiv 24px
font-weight: normal;
} }
h4, .h4-like { h4, .h4-like {
.flow(20); // equiv 20px .flow(20); // equiv 20px
font-weight: normal;
} }
h5, .h5-like { h5, .h5-like {
.flow(18); // equiv 18px .flow(18); // equiv 18px
font-weight: normal;
} }
h6, .h6-like { h6, .h6-like {
.flow(16); // equiv 16px .flow(16); // equiv 16px
font-weight: normal;
} }
/* alternate font-sizing */ /* alternate font-sizing */