[PR #3691] [MERGED] feat: Replace default UI font, Arimo to Inter #92353

Closed
opened 2026-05-15 17:55:58 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/3691
Author: @robertpiosik
Created: 7/7/2024
Status: Merged
Merged: 7/7/2024
Merged by: @tjbck

Base: devHead: replace-deafult-font-to-inter


📝 Commits (1)

  • 21b8072 Replace default UI font, Arimo to Inter

📊 Changes

5 files changed (+4 additions, -4 deletions)

View changed files

📝 src/app.css (+2 -2)
📝 src/routes/auth/+page.svelte (+1 -1)
📝 src/tailwind.css (+1 -1)
static/assets/fonts/Arimo-Variable.ttf (+0 -0)
static/assets/fonts/Inter-Variable.ttf (+0 -0)

📄 Description

Pull Request Checklist

Changelog Entry

Description

This PR replaces outdated "Arimo" font with modern "Inter".

Added

  • [List any new features, functionalities, or additions]

Changed

  • added ttf file of Inter
  • removed ttf file of Arimo
  • replaced references in CSS

Current font:
image

Inter:
image


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/open-webui/pull/3691 **Author:** [@robertpiosik](https://github.com/robertpiosik) **Created:** 7/7/2024 **Status:** ✅ Merged **Merged:** 7/7/2024 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `dev` ← **Head:** `replace-deafult-font-to-inter` --- ### 📝 Commits (1) - [`21b8072`](https://github.com/open-webui/open-webui/commit/21b8072f35c9e3339b6d708b9c33a7250390564c) Replace default UI font, Arimo to Inter ### 📊 Changes **5 files changed** (+4 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `src/app.css` (+2 -2) 📝 `src/routes/auth/+page.svelte` (+1 -1) 📝 `src/tailwind.css` (+1 -1) ➖ `static/assets/fonts/Arimo-Variable.ttf` (+0 -0) ➕ `static/assets/fonts/Inter-Variable.ttf` (+0 -0) </details> ### 📄 Description # Pull Request Checklist # Changelog Entry ### Description This PR replaces outdated "Arimo" font with modern "Inter". ### Added - [List any new features, functionalities, or additions] ### Changed - added ttf file of Inter - removed ttf file of Arimo - replaced references in CSS Current font: ![image](https://github.com/open-webui/open-webui/assets/7120725/ca1240e6-8d82-4477-8a28-b9f9c515b25b) Inter: ![image](https://github.com/open-webui/open-webui/assets/7120725/ef5b9d3f-2582-4b4a-b428-0eec6d00e52e) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-05-15 17:55:58 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#92353