We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff2c50d commit 3c659d1Copy full SHA for 3c659d1
1 file changed
src/global_styling/variables/_typography.scss
@@ -1,6 +1,6 @@
1
// 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;
+$euiFontFamily: 'Inter', BlinkMacSystemFont, Helvetica, Arial, sans-serif !default;
+$euiCodeFontFamily: 'Roboto Mono', Menlo, Courier, monospace !default;
4
5
// Careful using ligatures. Code editors like ACE will often error because of width calculations
6
$euiFontFeatureSettings: 'calt' 1, 'kern' 1, 'liga' 1 !default;
0 commit comments