Add font docs

This commit is contained in:
mark
2023-01-21 20:30:00 +01:00
parent 058ec3f1df
commit ea14e90901

View File

@@ -7,6 +7,7 @@ $fa-font-path: "../fonts";
// Remove the border from the focused navigation toggler
$navbar-toggler-focus-width: 0 !default;
// scss-docs-start font
$font-family-sans-serif: $themeFont, 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;
@@ -19,5 +20,6 @@ strong {
font-weight: 600 !important;
}
// scss-docs-end font
$black: #000 !default;
$btn-toggle-color: $black !default;