Chatwoot/app/javascript/shared/assets/stylesheets/font-weights.scss

9 lines
181 B
SCSS
Raw Normal View History

:root {
--font-weight-feather: 100;
--font-weight-light: 300;
--font-weight-normal: 400;
--font-weight-medium: 500;
--font-weight-bold: 600;
--font-weight-black: 700;
}