Bug: Duotone solid overrides regular and light in a Kit
Author: aachman-slashashCreated Jul 13, 2026Updated Sep 15, 2026
Labelsneeds-triage
Bug description
Created a kit with only duotone-solid, duotone-regular and duotone-light icon sets. The regular and light variants are also rendered as solid.
fa-duotone class sets --fa-style: 900; which is more specific than fa-regular class added for duotone-regular in the all.css
adding sharp-duotone-regular effectively hides this issue as the fa-regular class added to all.css downstream of fa-duotone becomes more specific.
Did not test for duotone-light but that may also have the same issue.
Reproducible test case
No response
Screenshots
duotone regular icons rendered as solid
--fa-style: 900 from fa-duotone overwrites value from fa-regular.
Font Awesome version
v7.3.0
Serving
Kit
Implementation
CSS
Browser and Operating System
- Chrome 149.0.7827.114 on Windows 11
Web bug report checklist
- I have included a test case because my odds go way up that the team can fix this when I do
- I have searched for existing issues and to the best of my knowledge this is not a duplicate
Source: FortAwesome/Font-Awesome