This repository has been archived on 2022-02-28. You can view files and clone it, but cannot push or open issues or pull requests.
frontend-styles/src/scss/settings/_font.scss

34 lines
960 B
SCSS

@import "font-families";
// =========================================================
// Font families
// =========================================================
// font families to use for all typography on screens
$font-family: $font-family-sans-serif !default;
// font families to use for print media
// We recommend that you use system fonts when printing. This will avoid issues
// with some printer drivers and operating systems.
$font-family-print: sans-serif !default;
// =========================================================
// Font size
// =========================================================
//Base size
$font-size-base: 1rem * 1.25 !default;
// =========================================================
// Font weights
// =========================================================
// font weight for regular typography
$font-weight-regular: 400 !default;
// font weight for bold typography
$font-weight-bold: 700 !default;