Skip to content

Commit b27b1cb

Browse files
committed
fix: defaut system font
1 parent 2171052 commit b27b1cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/charting/components/ComponentBase.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export abstract class ComponentBase {
2525
/**
2626
* the typeface used for the labels
2727
*/
28-
protected mTypeface: Font = Font.default.withFontFamily('Open Sans,OpenSans-Regular');
28+
protected mTypeface: Font = Font.default;
2929

3030
/**
3131
* the text size of the labels

0 commit comments

Comments
 (0)