mirror of
https://github.com/gethinode/hinode.git
synced 2025-10-12 04:23:14 +00:00
17 lines
705 B
SCSS
17 lines
705 B
SCSS
// Bootstrap variables overrides for theme
|
|
$primary: $themeColor;
|
|
|
|
// Font awesome variables overrides for theme
|
|
$fa-font-path: "../fonts";
|
|
|
|
// Remove the border from the focused navigation toggler
|
|
$navbar-toggler-focus-width: 0 !default;
|
|
|
|
$font-family-sans-serif: "Inter", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !default;
|
|
$headings-font-weight: 600 !default;
|
|
$font-weight-lighter: lighter !default;
|
|
$font-weight-light: 200 !default;
|
|
$font-weight-normal: 300 !default;
|
|
$font-weight-bold: 600 !default;
|
|
$font-weight-bolder: bolder !default;
|