Sha256: b6b4a81f7c429abc8db332cda9c5c53d5959d670183a2eaba7615ab61484a036

Contents?: true

Size: 1.64 KB

Versions: 16

Compression:

Stored size: 1.64 KB

Contents

h1 {
	font-size: 2em;
	/* 2x body copy size = 32px */
	line-height: 1.25;
	/* 45px / 36px */
}

@media (min-width: 43.75em) {
	h1 {
	font-size: 2.5em;
	/* 2.5x body copy size = 40px */
	line-height: 1.125;
	font-weight: 400;
	}
}

@media (min-width: 56.25em) {
	h1 {
	font-size: 3em;
	/* 3x body copy size = 48px */
	line-height: 1.05;
	/* keep to a multiple of the 20px line height and something more appropriate for display headings */
		font-weight: 300;
	}
}

h2, .h2 {
	font-size: 1.625em;
	/* 1.625x body copy size = 26px */
	line-height: 1.15384615;
	/* 30px / 26px */
}

@media (min-width: 43.75em) {
	h2, .h2 {
	font-size: 2em;
	/* 2x body copy size = 32px */
	line-height: 1.25;
		font-weight: 400;
	}
}

@media (min-width: 56.25em) {
	h2, .h2 {
	font-size: 2.25em;
	/* 2.25x body copy size = 36px */
	line-height: 1.25;
		font-weight: 300;
	}
}

h3, .h3 {
	font-size: 1.375em;
	/* 1.375x body copy size = 22px */
	line-height: 1.13636364;
	/* 25px / 22px */
}

@media (min-width: 43.75em) {
	h3, .h3 {
	font-size: 1.5em;
	/* 1.5x body copy size = 24px */
	line-height: 1.25;
	}
}

@media (min-width: 56.25em) {
	h3, .h3 {
	font-size: 1.75em;
	/* 1.75x body copy size = 28px */
	line-height: 1.25;
	font-weight: 400;
	}
}

h4, .h4 {
	font-size: 1.125em;
	/* 1.125x body copy size = 18px */
	line-height: 1.11111111;
	font-weight: 800;
}

@media (min-width: 43.75em) {
	h4, .h4 {
	font-size: 1.25em;
	line-height: 1.22222222;
	/* (22px / 18px */
		font-weight: 500;
	}
}

@media (min-width: 56.25em) {
	h4, .h4 {
	font-size: 1.45em;
	line-height: 1.22222222;
	/* (22px / 18px */
		font-weight: 400;
	}
}

/*extra added*/
h5, .h5 {
	font-size: 1.1em;
	line-height: 1.67em;
}

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
ilog-0.4.9 src/sass/fonts/headings.scss
ilog-0.4.8 src/sass/fonts/headings.scss
ilog-0.4.7 src/sass/fonts/headings.scss
ilog-0.4.6 src/sass/fonts/headings.scss
ilog-0.4.5 src/sass/fonts/headings.scss
ilog-0.4.4 src/sass/fonts/headings.scss
ilog-0.4.3 src/sass/fonts/headings.scss
ilog-0.4.2 src/sass/fonts/headings.scss
ilog-0.4.1 src/sass/fonts/headings.scss
ilog-0.4.0 src/sass/fonts/headings.scss
ilog-0.3.3 src/sass/fonts/headings.scss
ilog-0.3.1 src/sass/fonts/headings.scss
ilog-0.3.0 src/sass/fonts/headings.scss
ilog-0.2.2 src/sass/fonts/headings.scss
ilog-0.2.1 src/sass/fonts/headings.scss
ilog-0.2.0 src/sass/fonts/headings.scss