TheWebTech / CrankShaft

A framework for building modern websites on the HubSpot Platform.
https://thewebtech.github.io/CrankShaft
MIT License
46 stars 17 forks source link

add font weight variables to theme-variables.css #85

Closed TheWebTech closed 5 years ago

TheWebTech commented 5 years ago

I'd like to add prefixed variables for common font-weight names to the theme-variables.css file.

Semi-standard font weights and their names for typekit fonts 100 = thin 200 = extra-light 300 = light 400 = normal, book 500 = medium 600 = demi-bold 700 = bold 800 = heavy 900 = black

The idea being that you'd do font-weight:{{fwMedium}}; So you wouldn't have to remember the actual hundred based setting.