We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 624f43a commit be07b0cCopy full SHA for be07b0c
1 file changed
packages/charts/src/common/default_theme_attributes.ts
@@ -7,5 +7,4 @@
7
*/
8
9
/** @internal */
10
-export const DEFAULT_FONT_FAMILY =
11
- '"Inter UI", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"';
+export const DEFAULT_FONT_FAMILY = 'Inter, BlinkMacSystemFont, Helvetica, Arial, sans-serif';
0 commit comments