mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[GH-ISSUE #14824] feat: Allow UI Font Switching via Settings Panel for Improved Customization #17378
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Yash-1511 on GitHub (Jun 10, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/14824
Originally assigned to: @tjbck on GitHub.
Check Existing Issues
Problem Description
Currently, the font used across the Open WebUI interface is fixed and cannot be changed by users through the application settings. This limitation can hinder accessibility and personalization, especially for users who prefer different font styles for readability or aesthetic reasons. A configurable font option would improve the user experience, especially for those with visual preferences or impairments.
Desired Solution you'd like
Add a setting in the Open WebUI configuration panel that allows users to switch the font used throughout the entire UI. This could include a dropdown or selector with predefined font options (e.g., system default, monospace, serif, sans-serif, Inter etc.). The selected font should be applied consistently across all interface elements in both light and dark modes. This enhancement would make the interface more accessible and user-friendly, aligning with the project's focus on usability and community-driven customization.
Alternatives Considered
No response
Additional Context
No response