From 7cfc63e1384d91548fc25810a544b07daacca9d0 Mon Sep 17 00:00:00 2001 From: Henrique Vianna Date: Mon, 1 Jun 2020 14:35:15 -0300 Subject: [PATCH 01/48] Fix native font stack precedence issue on Windows systems. --- _sass/custom/custom.scss | 2 +- _sass/support/_variables.scss | 2 +- docs/ui-components/typography.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/_sass/custom/custom.scss b/_sass/custom/custom.scss index 9ac503b..b608d93 100644 --- a/_sass/custom/custom.scss +++ b/_sass/custom/custom.scss @@ -2,7 +2,7 @@ //// Typography //// -//$body-font-family: -apple-system, BlinkMacSystemFont, "helvetica neue", helvetica, roboto, noto, "segoe ui", arial, sans-serif; +//$body-font-family: -apple-system, BlinkMacSystemFont, "helvetica neue", "segoe ui", helvetica, roboto, noto, arial, sans-serif; //$mono-font-family: "SFMono-Regular", Menlo, Consolas, Monospace; //$root-font-size: 16px; // Base font-size for rems //$body-line-height: 1.4; diff --git a/_sass/support/_variables.scss b/_sass/support/_variables.scss index 76d8b5d..8ee5399 100644 --- a/_sass/support/_variables.scss +++ b/_sass/support/_variables.scss @@ -3,7 +3,7 @@ // $body-font-family: -apple-system, BlinkMacSystemFont, "helvetica neue", - helvetica, roboto, noto, "segoe ui", arial, sans-serif !default; + "segoe ui", helvetica, roboto, noto, arial, sans-serif !default; $mono-font-family: "SFMono-Regular", Menlo, Consolas, Monospace !default; $root-font-size: 16px !default; // Base font-size for rems $body-line-height: 1.4 !default; diff --git a/docs/ui-components/typography.md b/docs/ui-components/typography.md index 2838a79..3db988c 100644 --- a/docs/ui-components/typography.md +++ b/docs/ui-components/typography.md @@ -21,7 +21,7 @@ nav_order: 1 By default, Just the Docs uses a native system font stack for sans-serif fonts: ```scss --apple-system, BlinkMacSystemFont, "helvetica neue", helvetica, roboto, noto, "segoe ui", arial, sans-serif +-apple-system, BlinkMacSystemFont, "helvetica neue", "segoe ui", helvetica, roboto, noto, arial, sans-serif ``` ABCDEFGHIJKLMNOPQRSTUVWXYZ From d7050b3f044e797465efc2bae370a9a10375d130 Mon Sep 17 00:00:00 2001 From: marksie1988 Date: Fri, 26 Jun 2020 10:08:11 +0100 Subject: [PATCH 02/48] :star: change to relative_url --- _includes/head.html | 8 ++++---- _includes/nav.html | 10 +++++----- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/_includes/head.html b/_includes/head.html index eae6a5e..79c7d34 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -10,9 +10,9 @@ {% endif %} {% endif %} - + - + {% if site.ga_tracking != nil %} @@ -27,9 +27,9 @@ {% endif %} {% if site.search_enabled != false %} - + {% endif %} - + diff --git a/_includes/nav.html b/_includes/nav.html index d561a42..92dbbcf 100644 --- a/_includes/nav.html +++ b/_includes/nav.html @@ -6,24 +6,24 @@ {%- if node.parent == nil -%}