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
css
img
.bower-register.bat
.editorconfig
.gitattributes
.http-server.bat
.npm-publish.bat
.npp
.npp.bat u Sep 17, 2016
CHANGELOG.md ## 0.1.9 (February 4, 2017) Feb 4, 2017
LICENSE.md
README.md
bower.json
component.json
index.html
package.json updated README.md May 2, 2017
update.json

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