summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClement Ho <clemmakesapps@gmail.com>2018-06-07 20:25:26 +0000
committerAnnabel Gray <annabel.m.gray@gmail.com>2018-06-07 20:25:26 +0000
commit3192313fbcdd76fbc624a3d54e1c750a4de0b6df (patch)
tree368572cb85e1c839bc57aa0f1eb6c52e14425717
parentce57dc70d87102ed6f920b5c785917889074fd21 (diff)
downloadgitlab-ce-3192313fbcdd76fbc624a3d54e1c750a4de0b6df.tar.gz
Override default font family hierarchy of bootstrap 4
-rw-r--r--app/assets/stylesheets/framework/variables.scss2
1 files changed, 2 insertions, 0 deletions
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;