Skip to content

Commit

Permalink
MWPW-165992 Fix Chart Font Family (#3685)
Browse files Browse the repository at this point in the history
  • Loading branch information
meganthecoder authored Feb 21, 2025
1 parent 896f5f5 commit 67fbb44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/blocks/chart/chartLightTheme.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default (deviceSize) => {
const axisColor = '#767676';
const options = {
textStyle: {
fontFamily: 'Adobe Clean',
fontFamily: '"Adobe Clean", adobe-clean, "Trebuchet MS", sans-serif',
fontSize: 16,
fontWeight: 700,
},
Expand Down

0 comments on commit 67fbb44

Please sign in to comment.