diff options
| author | Ariel Costas Guerrero <ariel@costas.dev> | 2026-02-14 02:00:29 +0100 |
|---|---|---|
| committer | Ariel Costas Guerrero <ariel@costas.dev> | 2026-02-14 02:00:36 +0100 |
| commit | 3adc4abbe506aeb3a11afdd731e571b387423d42 (patch) | |
| tree | 1e4a52b56bc0b8e2c9a9c8cc7ff19fa2fa416df9 /src/frontend/app/root.tsx | |
| parent | ac366d04cd54869c9a2b090aae24a276c32a85a6 (diff) | |
Always use roboto
Diffstat (limited to 'src/frontend/app/root.tsx')
| -rw-r--r-- | src/frontend/app/root.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/frontend/app/root.tsx b/src/frontend/app/root.tsx index f58cfb0..5faafd8 100644 --- a/src/frontend/app/root.tsx +++ b/src/frontend/app/root.tsx @@ -7,6 +7,7 @@ import { } from "react-router"; import "@fontsource-variable/outfit"; +import "@fontsource-variable/roboto"; import type { Route } from "./+types/root"; import "./root.css"; |
