Skip to content
/ fsize Public

Simple CSS library to change font size using classes.

License

Notifications You must be signed in to change notification settings

hugonun/fsize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>