Typography
Customize Theme Typography
/**
* Typography used in theme
*/
const Typography = (theme, borderRadius, fontFamily) => ({
return {
...
h5: {
...
fontWeight: 900 // changed this to make it 900 from 500
},
...
};
});Last updated