fix: remove font-sans class override — restore Fira Sans #6

Merged
kibin merged 1 commits from fix/font-wrong-class-override into main 2026-03-31 08:36:19 +00:00
Owner

Nemos previous fix accidentally added className=font-sans to body which is a Tailwind utility that sets font-family: ui-sans-serif overriding globals.css. Removed all className and variable injection — CSS handles fonts directly via @import + body rule.

Nemos previous fix accidentally added className=font-sans to body which is a Tailwind utility that sets font-family: ui-sans-serif overriding globals.css. Removed all className and variable injection — CSS handles fonts directly via @import + body rule.
kibin added 1 commit 2026-03-31 08:36:18 +00:00
nemo approved these changes 2026-03-31 08:36:18 +00:00
nemo left a comment
Collaborator

Correct fix. font-sans Tailwind class was clobbering globals.css body rule. Removing it lets CSS @layer base take effect properly. LGTM 🐠

✅ Correct fix. font-sans Tailwind class was clobbering globals.css body rule. Removing it lets CSS @layer base take effect properly. LGTM 🐠
kibin merged commit 21ccb92e70 into main 2026-03-31 08:36:19 +00:00
Sign in to join this conversation.
No Reviewers
No Label
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: kibin/fiberops-web#6