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
|
@ -35,6 +35,7 @@
|
|||
= yield :header_tags
|
||||
|
||||
- body_classes ||= @body_classes
|
||||
- body_classes += ' system-font' if current_account&.user&.setting_system_font_ui
|
||||
|
||||
%body{ class: add_rtl_body_class(body_classes) }
|
||||
= content_for?(:content) ? yield(:content) : yield
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue