From f2fdb324cc7ee62d293ef13948b0482583aa9d55 Mon Sep 17 00:00:00 2001 From: Max Mayfield Date: Fri, 27 Feb 2026 23:54:39 +0000 Subject: [PATCH] Override Tailwind --font-sans with Roboto Flex --- openwebui/custom.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/openwebui/custom.css b/openwebui/custom.css index ca7625b..5ba6fde 100644 --- a/openwebui/custom.css +++ b/openwebui/custom.css @@ -28,6 +28,11 @@ --reltio-gradient: linear-gradient(170deg, #0af 18.96%, #00c 81.29%); --reltio-gradient-1: linear-gradient(172deg, #0af 50%, #00c 100%); + /* Remap Tailwind font stack → Roboto Flex */ + --font-sans: 'Roboto Flex', ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important; + --font-primary: 'Roboto Flex', sans-serif; + --font-secondary: 'Roboto Flex', sans-serif; + /* Remap Tailwind gray palette → Reltio purple-navy scale */ --color-gray-50: #e3e3f2 !important; --color-gray-100: #babade !important;