JosephusPaye / Keen-UI

A lightweight Vue.js UI library with a simple API, inspired by Google's Material Design.
https://josephuspaye.github.io/Keen-UI/
MIT License
4.1k stars 438 forks source link

Add variables for the bold and semibold font weights #547

Closed kilobyte2007 closed 2 years ago

kilobyte2007 commented 2 years ago

In some projects, we have different font sets and sometimes they don't include the 600 font weight. By making this change we make it flexible to configure this using a global SASS variable.

Note: This is an updated PR as the previous one was broken due to fork recreation.

JosephusPaye commented 2 years ago

Looks great, thanks!