nova-ui/assets/styles/_fonts.scss
2022-12-04 07:02:30 +01:00

12 lines
319 B
SCSS

$font-family-main: 'Montserrat', 'Helvetica Neue', 'Helvetica', 'Verdana', 'Arial', sans-serif;
$font-weight-regular: 400;
$font-weight-medium: 500;
$font-weight-semiBold: 600;
$font-weight-bold: 700;
$font-style-normal: normal;
$font-style-italic: italic;
$font-style-oblique: oblique;
$font-style-inherit: inherit;