documentation/extensions/odoo_theme/static/scss/bootstrap_overridden.scss
Elisabeth Dickinson 8a8ef9bdda optimize fonts
2021-03-10 09:54:22 +01:00

24 lines
976 B
SCSS

//
// BS Variables
//
/* $enable-responsive-font-sizes: true; */
// Fonts
// Font, line-height, and color for body text, headings, and more.
$font-family-base: "Inter", "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif !default;
$h1-font-size: 1.875rem;
$h2-font-size: 1.5rem;
$h3-font-size: 1.125rem;
$h4-font-size: 1rem;
$h5-font-size: 1rem;
$h6-font-size: $font-size-secondary;
// Buttons
// For each of Bootstrap's buttons, define text, background, and border color.
$btn-font-size: $font-size-secondary;
$btn-font-weight: $fw_semibold;
$btn-focus-box-shadow: 0 0 0 transparent;
// Dropdowns
$dropdown-min-width: 4.5rem;