Skip to content

What about a SCSS mixin who can calculate with a REM font-size the perfect line-height (Golden rule), le letter-spacing (based to photoshop) and add a fallback in pixel!

License

Notifications You must be signed in to change notification settings

tomagladiator/Bulletproof-font-mixin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Bulletproof-font-mixin

What about a SCSS mixin who can easily calculate the perfect line-height (Golden rule) and the letter-spacing (based to photoshop unit).

@include fs(12);

will result in:
line-height: 19.416px;
letter-spacing: 0.24px;
font-size: 12px;

About

What about a SCSS mixin who can calculate with a REM font-size the perfect line-height (Golden rule), le letter-spacing (based to photoshop) and add a fallback in pixel!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages