Skip to content

Commit 3c659d1

Browse files
committed
Update Sass fonts to match Emotion (which fixes CI font issue)
1 parent ff2c50d commit 3c659d1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/global_styling/variables/_typography.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Families
2-
$euiFontFamily: 'Inter UI', -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol' !default;
3-
$euiCodeFontFamily: 'Roboto Mono', Consolas, Menlo, Courier, monospace !default;
2+
$euiFontFamily: 'Inter', BlinkMacSystemFont, Helvetica, Arial, sans-serif !default;
3+
$euiCodeFontFamily: 'Roboto Mono', Menlo, Courier, monospace !default;
44

55
// Careful using ligatures. Code editors like ACE will often error because of width calculations
66
$euiFontFeatureSettings: 'calt' 1, 'kern' 1, 'liga' 1 !default;

0 commit comments

Comments
 (0)