Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 836 Bytes

File metadata and controls

35 lines (20 loc) · 836 Bytes

typefluid.css

A mini CSS file that will do the magic of fluid typography for your website

demo

To see live example of fluid typography, click here

Features

Some minimal benefits of using alwritey.css

  • You don't neeed to write font size for every each screen, just use typefluid.css to automate this process.

  • No class-based responsive typography, typefluid is sementic for font-size

  • Few Class based text-styles like bold, italic, highlight, line-cut and code are available

Installation

  • Install using NPM for your Javascript based project
npm i typefluid
  • Copy this following code snippet into <head>...</head> section of your HTML document.
<link rel="stylesheet" href="https://typefluid.netlify.app/typefluid/index.css" />

License

GPL-3.0