diff --git a/src/routes/api/fonts.ts b/src/routes/api/fonts.ts index a7285e2d5..9e2b5b621 100644 --- a/src/routes/api/fonts.ts +++ b/src/routes/api/fonts.ts @@ -6,11 +6,14 @@ const SYSTEM_SANS_SERIF = [ "-apple-system", "BlinkMacSystemFont", "Segoe UI", + "Cantarell", + "Ubuntu", "Noto Sans", "Helvetica", "Arial", "sans-serif", - "Apple Color Emoji","Segoe UI Emoji" + "Apple Color Emoji", + "Segoe UI Emoji" ].join(","); const SYSTEM_MONOSPACE = [