diff options
author | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2016-11-17 16:00:12 -0700 |
---|---|---|
committer | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2016-12-01 15:24:19 -0600 |
commit | 5aaea39b8b24512a6e8c5006cf8d7758582e0fdf (patch) | |
tree | f63534c7955b8e462deaddbb0ed9071f1cb8cffb | |
parent | 24ed24cf545ed3796336815d863c92a2c6fa8d5f (diff) | |
download | gitlab-ce-5aaea39b8b24512a6e8c5006cf8d7758582e0fdf.tar.gz |
Use system font
-rw-r--r-- | app/assets/stylesheets/framework/variables.scss | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/variables.scss b/app/assets/stylesheets/framework/variables.scss index 8a9c279d124..19c2edb0489 100644 --- a/app/assets/stylesheets/framework/variables.scss +++ b/app/assets/stylesheets/framework/variables.scss @@ -210,7 +210,10 @@ $line-select-yellow-dark: #f0e2bd; * Fonts */ $monospace_font: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; -$regular_font: 'Source Sans Pro', "Helvetica Neue", Helvetica, Arial, sans-serif; +$regular_font: -apple-system, BlinkMacSystemFont, + "Segoe UI", "Roboto", "Oxygen", + "Ubuntu", "Cantarell", "Fira Sans", + "Droid Sans", "Helvetica Neue", sans-serif; /* * Dropdowns |