Add Karla font family to Material UI theme #1657
Labels
improvement: enhancement ✨
Improvement to existing functionality
platform: react ⚛️
Related to React client application
Is your feature request related to a problem? Please describe.
While working on #1641, @kennyycheng requested that the components use the Karla font - this is an easy change, but since it would effect every component that consumes our material ui theme, we decided the change merited a separate issue + pr (#1641 (comment))
Describe the solution you'd like
the
createMuiThemeV1
function inmui-theme.ts
should be updated to include a typography field, with sub-fieldfontFamily: 'Karla'
, so that the font is included in the theme.Describe alternatives you've considered
n/a
Additional context
n/a
The text was updated successfully, but these errors were encountered: