项目作者: hugonun

项目描述 :
Simple CSS library to change font size using classes.
高级语言: HTML
项目地址: git://github.com/hugonun/fsize.git
创建时间: 2020-08-26T13:09:37Z
项目社区:https://github.com/hugonun/fsize

开源协议:MIT License

下载


fsize

Simple CSS library to change font size using classes.

Usage

Include the following in your HTML:

  1. <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:

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