Skip to content

Commit

Permalink
refactor(ui): standardize font format fallbacks
Browse files Browse the repository at this point in the history
- Remove WOFF format from Algo font declaration
- Keep only WOFF2 and TTF formats for consistency
- Match fallback pattern used by Inter fonts
  • Loading branch information
drichar committed Dec 2, 2024
1 parent 3db36e8 commit cf3f73d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 1 deletion.
Binary file removed ui/public/fonts/Algo.woff
Binary file not shown.
1 change: 0 additions & 1 deletion ui/src/styles/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@
font-weight: 400;
src:
url('/fonts/Algo.woff2') format('woff2'),
url('/fonts/Algo.woff') format('woff'),
url('/fonts/Algo.ttf') format('truetype');
}

Expand Down

0 comments on commit cf3f73d

Please sign in to comment.