solution to the Expenses chart component using CUBE CSS methodology

Solution retrospective
Hey Frontend Mentor Community !! my first time trying to organize with CUBE CSS methodology feel free to look at my solution any feedback or suggestions are very welcoming , Thanks in advance . am still learning!! :D
Please log in to post a comment
Log in with GitHubCommunity feedback
- @nakoyawilson
Great job on this challenge. I noticed that the font family declaration for the body (line 28 of your CSS file) is
font-family: --ff-sans;
instead offont-family: var(--ff-sans);
so the intended DM Sans font is not actually being used on the page.
Join our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord