Download Latest Version Tests _ new font color API.zip (761.2 kB)
Email in envelope

Get an email when there's a new version of Typography.js

Home / v0.13.0
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2016-08-16 640 Bytes
Simplify API.tar.gz 2016-08-16 564.1 kB
Simplify API.zip 2016-08-16 653.7 kB
Totals: 3 Items   1.2 MB 0

Two breaking changes in interest of simplifying the UI. - baseLineHeight takes the css unitless number now instead of a px value. This is what most people use for line-height so made sense to make the switch. PX values still work so this isn't technically a breaking change but you're encouraged to switch things over. - modularScales is now just scale. I decided to consolidate various responsive typography concerns into a coming breakpoints option. Instead of passing an array of options to modularScales do something like:

:::javascript
{
  scale: 2
}
Source: README.md, updated 2016-08-16