Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2018-03-19 19:08:19 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2018-03-19 19:08:19 +0300
commit2c9506ee9b3d0b5fa6b21cc94e8447e77b624438 (patch)
tree44bbb2b54ecbf87af2ac90188c6a982edcb06409
parentc45d65f0210bc74b8691cd942c69b84a5fba8ef7 (diff)
Change font to Roboto
Easier to read
-rw-r--r--content/assets/stylesheets/_variables.scss4
-rw-r--r--content/assets/stylesheets/stylesheet.scss3
2 files changed, 4 insertions, 3 deletions
diff --git a/content/assets/stylesheets/_variables.scss b/content/assets/stylesheets/_variables.scss
index 154179ab..eadf5562 100644
--- a/content/assets/stylesheets/_variables.scss
+++ b/content/assets/stylesheets/_variables.scss
@@ -6,7 +6,7 @@ $border-radius: 3px;
// Fonts
$mono-font-family: "Menlo", "Liberation Mono", "Consolas", "DejaVu Sans Mono", "Ubuntu Mono", "Courier New", "Andale Mono", "Lucida Console", monospace;
-$sans-font-family: "Open Sans", "Source Sans Pro", sans-serif;
+$sans-font-family: Roboto, "Open Sans", "Source Sans Pro", sans-serif;
$body-font-size: 15px;
// Link colors
@@ -179,7 +179,7 @@ $container-large-desktop: 1200px;
$body-bg: #f9f9f9;
-$font-family-sans-serif: "Source Sans Pro", sans-serif;
+$font-family-sans-serif: Roboto, "Source Sans Pro", sans-serif;
$font-family-serif: "Roboto Slab", serif;
$border-radius-large: 3px;
diff --git a/content/assets/stylesheets/stylesheet.scss b/content/assets/stylesheets/stylesheet.scss
index 419fc412..0c42b313 100644
--- a/content/assets/stylesheets/stylesheet.scss
+++ b/content/assets/stylesheets/stylesheet.scss
@@ -1,8 +1,9 @@
---
-version: 26
+version: 27
---
@import "variables";
+@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,500,500i');
*, *::before, *::after {
box-sizing: border-box;