Skip to content

Commit

Permalink
fix: remove font -apple-system to fix crash on safari (#252)
Browse files Browse the repository at this point in the history
  • Loading branch information
pearmini authored Oct 9, 2021
1 parent 32d4397 commit e2a31f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/component",
"version": "0.3.9",
"version": "0.3.10",
"description": "",
"browser": "build/component.js",
"main": "lib/index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/const.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

module.exports = {
FONT_FAMILY: '"-apple-system", BlinkMacSystemFont, "Segoe UI", Roboto,"Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei",SimSun, "sans-serif"'
FONT_FAMILY: 'BlinkMacSystemFont, "Segoe UI", Roboto,"Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei",SimSun, "sans-serif"'
};

0 comments on commit e2a31f3

Please sign in to comment.