Closed zusorio closed 1 month ago
A Storybook preview is available for commit 1897237042d5d8d787d026933dd41a45a946eadb. ➡️ View Storybook ➡️ View Chromatic build ✅ Captured 37 snapshots. No changes detected.
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 84.06%. Comparing base (
f43efb9
) to head (dd4a633
). Report is 8 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
Get fonts from fontsource: Removes requirements to check in fonts while still self-hosting them. Fonts can also receive updates through npm.
Use Roboto in addition to the standard tailwind font stack: Instead of falling back to only Helvetica Neue and sans-serif, use the tailwind defaults if other fonts could not be loaded.
Add the bold (700) variation of Roboto: Previously, browsers were approximating the bold version. This caused some weird font rendering issues on bold text.
Move to Material Symbols: Google's old icon font (Material Icons) is deprecated. Theoretically, Material Symbols also supports a variable version with customizable fill, weight, etc but as this version is 3MB, I've decided to go with a static version of it.
Closes #1744