0.0.10 • Published 9 years ago

datcss-typography v0.0.10

Weekly downloads
4
License
MIT
Repository
github
Last release
9 years ago

Typography npm version

Typographic CSS styles for Dat CSS

Defaults

root {

	--ms3:									1.777778rem;
	--ms2:									1.333333rem;
	--ms1:									1rem;
	--ms0:									1rem;

	--copy-font:						freight-sans-pro, 'Helvetica Neue', Helvetica, Tahoma, sans-serif;
	--copy-font-weight:			var(--font-weight-book);
	--copy-font-color:			#444;

	--heading-font:					var(--copy-font);
	--heading-font-color:		#222;
	--heading-font-weight:	var(--font-weight-medium);

	--monospace-font:				Consolas;
	
	--line-height:					1.5;

	--container-width:			40rem;

	--font-weight-light:		300;
	--font-weight-book:			400;
	--font-weight-medium:		500;
	--font-weight-semibold: 600;
	--font-weight-bold:			700;
	--font-weight-black:		900;
}
0.0.10

9 years ago

0.0.9

9 years ago

0.0.8

9 years ago

0.0.7

9 years ago

0.0.6

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago