"git@developer.sourcefind.cn:chenpangpang/open-webui.git" did not exist on "456a78ada9da803b1736c7c904895e9485af7d02"
Commit 2feba8af authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

fix: font fallback issue

#1556
parent 386fc040
...@@ -215,6 +215,8 @@ ...@@ -215,6 +215,8 @@
<style> <style>
.font-mona { .font-mona {
font-family: 'Mona Sans'; font-family: 'Mona Sans', -apple-system, 'Arimo', ui-sans-serif, system-ui, 'Segoe UI', Roboto,
Ubuntu, Cantarell, 'Noto Sans', sans-serif, 'Helvetica Neue', Arial, 'Apple Color Emoji',
'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
} }
</style> </style>
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment