mirror of
https://github.com/open-webui/open-webui.git
synced 2026-09-16 23:43:03 +00:00
The four Noto Sans variable fonts under open_webui/static/fonts have never been loaded. Removing them makes an installed package 40 MB smaller on disk, the wheel about 24 MB, and the Docker image about 80 MB, because the image currently stores the static directory twice. The PDF generator registers only the static faces through add_font, and the stylesheet that names the variable fonts, pdf-style.css, is read into a variable that nothing ever uses, so no code path can reach them. The frontend never fetches these files either. Only the four @font-face blocks that pointed at the deleted files are removed; the rest of the stylesheet, font stack included, is left exactly as it is. The files were reachable under the public /static mount, so anything outside this repository that hotlinked them gets a 404 from now on. Part of #29721. |
||
|---|---|---|
| .. | ||
| assets | ||
| fonts | ||
| swagger-ui | ||
| apple-touch-icon.png | ||
| BRANDING.md | ||
| custom.css | ||
| favicon-96x96.png | ||
| favicon.ico | ||
| favicon.png | ||
| favicon.svg | ||
| loader.js | ||
| logo.png | ||
| README.md | ||
| site.webmanifest | ||
| splash-dark.png | ||
| splash.png | ||
| user-import.csv | ||
| user.png | ||
| web-app-manifest-192x192.png | ||
| web-app-manifest-512x512.png | ||
Open WebUI Branding Assets
This directory contains Open WebUI branding assets and references, including favicons, logos, splash images, app icons, manifests, metadata, and search identifiers.
Open WebUI branding here includes the name, logo, and any visual, textual, or symbolic identifiers that present or preserve Open WebUI attribution.
Do not alter, remove, obscure, or replace Open WebUI branding except as permitted by LICENSE.
See also: https://docs.openwebui.com/license.