Minimal And Customizable Typography Stylesheet – Typebase.css

Category: CSS & CSS3 , Typography | June 11, 2018
Authordevinhunt
Last UpdateJune 11, 2018
LicenseMIT
Tags
Views993 views
Minimal And Customizable Typography Stylesheet – Typebase.css

Typebase.css is a minimal, customizable typography stylesheet. It has both less and sass versions so it can easily be modified and merged into modern web projects.

It provides all the necessary scaffolding for good typography without adding any aesthetics. It is built to be modified as projects evolve and grow, and plays nice with normalize.css.

How to use it:

Include typebase.css file in the head section of your web page.

<link rel="stylesheet" type="text/css" href="typebase.css" />

Write Html codes.

<h1> Title 1 </h1>
<h2> Title 2 </h2>
<p class="lead"> Leading paragraph text </p>
<p> Text </p>

Changelog:

v0.5.0 (2018-06-11)

update

You Might Be Interested In:


Leave a Reply