mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-13 06:22:57 +00:00
07e16838b8
Bootstrap 5 base GitOrigin-RevId: 2ac614298d31a9cf65430a46d726648a742044f9
11 lines
402 B
SCSS
11 lines
402 B
SCSS
// This file provides overrides for Bootstrap 5's default font-related Sass variables
|
|
|
|
$font-family-sans-serif: 'Lato', sans-serif;
|
|
$font-family-serif: 'Merriweather', serif;
|
|
$font-family-monospace: 'Menlo', 'Monaco', 'Consolas', 'Courier New', monospace;
|
|
$font-size-base: $default-font-size;
|
|
$line-height-base: $default-line-height;
|
|
|
|
// Colours
|
|
$primary: $bg-accent-01;
|
|
$secondary: $bg-light-primary;
|