16pixels.css is a set of CSS rules to ensure consistent 16 pixels based typography. Pixels are used for font sizes and line heights, as well as for paddings and margins. It's like typography normalizer. No dependencies. Wrap your HTML content with class .col and you are done.
HTML CSS Batchfile
Latest commit df2e8d3 May 2, 2017 @englishextra updated README.md
Permalink
Failed to load latest commit information.
.github added CONTRIBUTING.md Jan 5, 2017
css upd Apr 6, 2017
img updates May 5, 2015
.bower-register.bat u Sep 15, 2016
.editorconfig u Nov 28, 2016
.gitattributes updates Nov 13, 2015
.http-server.bat removed unnecessary vendor prefixes Sep 15, 2016
.npm-publish.bat u Sep 15, 2016
.npp u Sep 15, 2016
.npp.bat u Sep 17, 2016
CHANGELOG.md ## 0.1.9 (February 4, 2017) Feb 4, 2017
LICENSE.md updates Jun 17, 2016
README.md updated README.md May 2, 2017
bower.json updated README.md May 2, 2017
component.json updated README.md May 2, 2017
index.html updated README.md May 2, 2017
package.json updated README.md May 2, 2017
update.json fixing line-heights Mar 28, 2017

README.md

16pixels

16pixels.css is a set of CSS rules to ensure consistent 16 pixels based typography. Pixels are used for font sizes and line heights, as well as for paddings and margins. Can be used as typography normalizer. No dependencies. Wrap your HTML content with class .col and you are done.

NPM

npm Bower CDNJS

16pixels

npm Install

npm install 16pixels

bower Install

bower install 16pixels

Usage

<!DOCTYPE html>
<html lang="en">
	<head>
		<meta charset="utf-8" />
		<title></title>
		<link rel="stylesheet" href="16pixels.min.css" />
	</head>
	<body>
		<div class="col">
			<h1>Heading&#160;1</h1>
			<p>
				Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis,
			</p>
		</div>
	</body>
</html>

Copyright

© englishextra.github.com, 2015-2017