mirror of
https://github.com/ecomfe/vue-echarts.git
synced 2025-10-27 10:55:07 +08:00
feat: revamp demo
This commit is contained in:
7
demo/constants.ts
Normal file
7
demo/constants.ts
Normal file
@ -0,0 +1,7 @@
|
||||
export const DEMO_FONT_FAMILY =
|
||||
'Manrope, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji"';
|
||||
|
||||
export const DEMO_TEXT_STYLE: { fontFamily: string; fontWeight: number } = {
|
||||
fontFamily: DEMO_FONT_FAMILY,
|
||||
fontWeight: 400,
|
||||
};
|
||||
Reference in New Issue
Block a user