Skip to content

Commit be07b0c

Browse files
authored
fix: update font family (#2165)
1 parent 624f43a commit be07b0c

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

packages/charts/src/common/default_theme_attributes.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,4 @@
77
*/
88

99
/** @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"';
10+
export const DEFAULT_FONT_FAMILY = 'Inter, BlinkMacSystemFont, Helvetica, Arial, sans-serif';

0 commit comments

Comments
 (0)