0.0.10 • Published 10 years ago

datcss-typography v0.0.10

Weekly downloads
4
License
MIT
Repository
github
Last release
10 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

10 years ago

0.0.9

10 years ago

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

11 years ago

0.0.5

11 years ago

0.0.4

11 years ago

0.0.3

11 years ago

0.0.2

11 years ago

0.0.1

11 years ago