Skip to content

Commit cb5a5ca

Browse files
committed
feat(theme): update fontFamily config
1 parent 60395a4 commit cb5a5ca

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/theme/src/common/token.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
import type { TokenMap } from '@visactor/vchart'
1+
import type { TokenMap } from '@visactor/vchart';
22

33
export const token: TokenMap = {
4-
fontFamily: "PingFang SC,Helvetica Neue,Microsoft Yahei,system-ui,-apple-system,segoe ui,Roboto,Helvetica,Arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol",
4+
fontFamily: 'DINPro,PingFang SC,Helvetica Neue,Microsoft Yahei,system-ui,-apple-system,segoe ui,Roboto,Helvetica,Arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol',
55
fontSize: 14,
66
l1FontSize: 32,
77
l1LineHeight: '150%',
@@ -14,5 +14,5 @@ export const token: TokenMap = {
1414
l5FontSize: 12,
1515
l5LineHeight: '130%',
1616
l6FontSize: 10,
17-
l6LineHeight: '120%'
18-
}
17+
l6LineHeight: '120%',
18+
};

0 commit comments

Comments
 (0)