open-webui/backend/open_webui/static
Classic298 08ca3d859f
chore: drop the unused Noto Sans variable fonts (#29723)
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.
2026-09-06 16:39:36 -04:00
..
assets chore: drop the unused Noto Sans variable fonts (#29723) 2026-09-06 16:39:36 -04:00
fonts chore: drop the unused Noto Sans variable fonts (#29723) 2026-09-06 16:39:36 -04:00
swagger-ui chore: format 2026-06-01 14:10:40 -07:00
apple-touch-icon.png chore: format 2025-06-16 17:59:07 +04:00
BRANDING.md refac 2026-07-27 19:39:36 -04:00
custom.css doc: changelog 2025-06-16 18:27:18 +04:00
favicon-96x96.png refac: assets 2025-03-04 01:47:17 -08:00
favicon.ico chore: format 2026-04-19 22:45:54 +09:00
favicon.png chore: format 2026-04-19 22:45:54 +09:00
favicon.svg refac: assets 2025-03-04 01:47:17 -08:00
loader.js refac 2025-02-15 21:14:03 -08:00
logo.png chore: logo 2025-01-22 11:19:42 -08:00
README.md refac 2026-07-27 19:39:36 -04:00
site.webmanifest chore: format 2025-03-05 18:10:24 -08:00
splash-dark.png refac: assets 2025-03-04 01:47:17 -08:00
splash.png refac: mv backend files to /open_webui dir 2024-09-04 16:54:48 +02:00
user-import.csv refac: mv backend files to /open_webui dir 2024-09-04 16:54:48 +02:00
user.png refac 2025-08-10 00:02:58 +04:00
web-app-manifest-192x192.png refac: assets 2025-03-04 01:47:17 -08:00
web-app-manifest-512x512.png refac: assets 2025-03-04 01:47:17 -08:00

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.