Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 377 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 377 Bytes

fsize

Simple CSS library to change font size using classes.

Usage

Include the following in your HTML:

<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/gh/hugonun/fsize/fsize.css">

Now simply include the class size with the desired size in the HTML tag. The size can be from 0px to 256px.

Example:

<p class="size12">Hello world</p>