From 0485ae243e447b1d8b6242d08bf818f9f097631e Mon Sep 17 00:00:00 2001 From: Dave Snider Date: Thu, 29 Mar 2018 20:19:25 -0700 Subject: [PATCH 1/5] Font weight fix for k6 --- docs/index.html | 2 +- src-docs/src/index.html | 2 +- src/global_styling/variables/_typography.scss | 2 +- src/themes/k6/k6_globals.scss | 2 ++ 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/index.html b/docs/index.html index da901faa343..5a2119cf789 100644 --- a/docs/index.html +++ b/docs/index.html @@ -4,7 +4,7 @@ - +
diff --git a/src-docs/src/index.html b/src-docs/src/index.html index fa82097e65f..513ef052283 100644 --- a/src-docs/src/index.html +++ b/src-docs/src/index.html @@ -4,7 +4,7 @@ - +
diff --git a/src/global_styling/variables/_typography.scss b/src/global_styling/variables/_typography.scss index 45369f2e461..72546c022aa 100644 --- a/src/global_styling/variables/_typography.scss +++ b/src/global_styling/variables/_typography.scss @@ -41,5 +41,5 @@ $euiLineHeight: 1.5; $euiFontWeightLight: 300 !default; $euiFontWeightRegular: 400 !default; -$euiFontWeightMedium: 500 !default; +$euiFontWeightMedium: 600 !default; $euiFontWeightBold: 700 !default; diff --git a/src/themes/k6/k6_globals.scss b/src/themes/k6/k6_globals.scss index 5b6b9df09d7..3d6e73fde1d 100644 --- a/src/themes/k6/k6_globals.scss +++ b/src/themes/k6/k6_globals.scss @@ -12,3 +12,5 @@ $euiFontSizeXXL: 32px; // Make titles bold. $euiFontWeightLight: 500; +$euiFontWeightMedium: 600; +$euiFontWeightBold: 700; From fa2414518ad6d8eae4528cc3b340450926ee7eae Mon Sep 17 00:00:00 2001 From: Dave Snider Date: Thu, 29 Mar 2018 20:33:43 -0700 Subject: [PATCH 2/5] cleanup --- docs/index.html | 2 +- src-docs/src/index.html | 2 +- src/themes/k6/k6_globals.scss | 2 -- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/index.html b/docs/index.html index 5a2119cf789..21e95cae51f 100644 --- a/docs/index.html +++ b/docs/index.html @@ -4,7 +4,7 @@ - +
diff --git a/src-docs/src/index.html b/src-docs/src/index.html index 513ef052283..08de4f146c1 100644 --- a/src-docs/src/index.html +++ b/src-docs/src/index.html @@ -4,7 +4,7 @@ - +
diff --git a/src/themes/k6/k6_globals.scss b/src/themes/k6/k6_globals.scss index 3d6e73fde1d..5b6b9df09d7 100644 --- a/src/themes/k6/k6_globals.scss +++ b/src/themes/k6/k6_globals.scss @@ -12,5 +12,3 @@ $euiFontSizeXXL: 32px; // Make titles bold. $euiFontWeightLight: 500; -$euiFontWeightMedium: 600; -$euiFontWeightBold: 700; From 9937dd4c5bb8b477fc69d7b63fd3389c61b920ef Mon Sep 17 00:00:00 2001 From: Dave Snider Date: Thu, 29 Mar 2018 20:34:48 -0700 Subject: [PATCH 3/5] changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 45c0b57e2ca..efd4e95e173 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ - Added support for range queries in `EuiSearchBar` (works for numeric and date values) ([#485](https://github.com/elastic/eui/pull/485)) - Add support for expandable rows to `EuiBasicTable` ([#585](https://github.com/elastic/eui/pull/585)) +**Bug fixes** +- Fix font-weight issue in K6 theme ([#596](https://github.com/elastic/eui/pull/596)) + # [`0.0.35`](https://github.com/elastic/eui/tree/v0.0.35) - Modified `link` and all buttons to support both href and onClick ([#554](https://github.com/elastic/eui/pull/554)) From 46d42f398ba388e06623973a955945dc758bd8cf Mon Sep 17 00:00:00 2001 From: Dave Snider Date: Thu, 29 Mar 2018 20:53:24 -0700 Subject: [PATCH 4/5] open sans doesn't have 500 --- src/themes/k6/k6_globals.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/themes/k6/k6_globals.scss b/src/themes/k6/k6_globals.scss index 5b6b9df09d7..e61c08a4107 100644 --- a/src/themes/k6/k6_globals.scss +++ b/src/themes/k6/k6_globals.scss @@ -11,4 +11,4 @@ $euiFontSizeXL: 24px; $euiFontSizeXXL: 32px; // Make titles bold. -$euiFontWeightLight: 500; +$euiFontWeightLight: 600; From 90c3ff0bd3514690959d4278ed0f69648249516a Mon Sep 17 00:00:00 2001 From: Dave Snider Date: Thu, 29 Mar 2018 20:55:34 -0700 Subject: [PATCH 5/5] remove 500 from download --- docs/index.html | 2 +- src-docs/src/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.html b/docs/index.html index 21e95cae51f..5a2119cf789 100644 --- a/docs/index.html +++ b/docs/index.html @@ -4,7 +4,7 @@ - +
diff --git a/src-docs/src/index.html b/src-docs/src/index.html index 08de4f146c1..513ef052283 100644 --- a/src-docs/src/index.html +++ b/src-docs/src/index.html @@ -4,7 +4,7 @@ - +