Skip to content

Commit

Permalink
fix: update font family (#2165)
Browse files Browse the repository at this point in the history
  • Loading branch information
markov00 authored Sep 13, 2023
1 parent 624f43a commit be07b0c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/charts/src/common/default_theme_attributes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,4 @@
*/

/** @internal */
export const DEFAULT_FONT_FAMILY =
'"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 comments on commit be07b0c

Please sign in to comment.