diff --git a/CHANGELOG.md b/CHANGELOG.md index 0cd3a8bb052..6e77ae2c1d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ - Fixed `textProps` and `contentProps` of `EuiButton` and `EuiButtonEmpty` so they don’t override classes ([#1455](https://github.com/elastic/eui/pull/1455)) - Fixed `closeButtonProps` of `EuiBadge` so it doesn't override classes ([#1455](https://github.com/elastic/eui/pull/1455)) - Fixed font weight shift of `EuiFilterButton` when notification is present ([#1455](https://github.com/elastic/eui/pull/1455)) +- Fixed `$euiCodeFontFamily` monospace font stack and subsequent JSON asset build ([#1465](https://github.com/elastic/eui/pull/1465)) ## [`6.5.1`](https://github.com/elastic/eui/tree/v6.5.1) diff --git a/src/global_styling/variables/_typography.scss b/src/global_styling/variables/_typography.scss index 27358043d5f..eab517dcb8d 100644 --- a/src/global_styling/variables/_typography.scss +++ b/src/global_styling/variables/_typography.scss @@ -30,7 +30,7 @@ $euiFontFamily: 'Inter UI', -apple-system, BlinkMacSystemFont, 'Segoe UI', Helve $euiFontFamilyVariable: 'Inter UI var', $euiFontFamily !default; $euiFontFeatureSettings: 'calt' 1, 'kern' 1, 'liga' 1 !default; -$euiCodeFontFamily: 'Roboto Mono', Consolas, Menlo, courier new , monospace !default; +$euiCodeFontFamily: 'Roboto Mono', Consolas, Menlo, Courier, monospace !default; // Font sizes -- scale is loosely based on Major Third (1.250)