politics-rewired / Spoke

Politics Rewired's fork of Spoke
GNU General Public License v3.0
34 stars 16 forks source link

Add Karla font family to Material UI theme #1657

Open henryk1229 opened 11 months ago

henryk1229 commented 11 months ago

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 (https://github.com/politics-rewired/Spoke/pull/1641#issuecomment-1666057478)

Describe the solution you'd like the createMuiThemeV1 function in mui-theme.ts should be updated to include a typography field, with sub-field fontFamily: 'Karla', so that the font is included in the theme.

Describe alternatives you've considered n/a

Additional context n/a