Use system's default font on non web UI pages (#4553)
* Use system's default font on non web UI pages * Remove import for Redirect
This commit is contained in:
parent
ff7d02b236
commit
2305f7c391
4 changed files with 16 additions and 31 deletions
|
@ -19,7 +19,6 @@ class InitialStateSerializer < ActiveModel::Serializer
|
|||
store[:boost_modal] = object.current_account.user.setting_boost_modal
|
||||
store[:delete_modal] = object.current_account.user.setting_delete_modal
|
||||
store[:auto_play_gif] = object.current_account.user.setting_auto_play_gif
|
||||
store[:system_font_ui] = object.current_account.user.setting_system_font_ui
|
||||
end
|
||||
|
||||
store
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue