From 3192313fbcdd76fbc624a3d54e1c750a4de0b6df Mon Sep 17 00:00:00 2001 From: Clement Ho Date: Thu, 7 Jun 2018 20:25:26 +0000 Subject: Override default font family hierarchy of bootstrap 4 --- app/assets/stylesheets/framework/variables.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/assets/stylesheets/framework/variables.scss b/app/assets/stylesheets/framework/variables.scss index 730a0192de0..497261f938f 100644 --- a/app/assets/stylesheets/framework/variables.scss +++ b/app/assets/stylesheets/framework/variables.scss @@ -814,3 +814,5 @@ $secondary: $gray-light; $input-disabled-bg: $gray-light; $input-border-color: $theme-gray-200; $input-color: $gl-text-color; +$font-family-sans-serif: $regular_font; +$font-family-monospace: $monospace_font; -- cgit v1.2.1