Submitted over 2 years ago
solution to the Expenses chart component using CUBE CSS methodology
@imadvv
Design comparison
SolutionDesign
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
Community feedback
- @nakoyawilsonPosted over 2 years ago
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.1@imadvvPosted over 2 years agoThanks @nakoyawilson for the feedback, I have updated the CSS file to use
var(--ff-sans)
.0
Please log in to post a comment
Log in with GitHubJoin 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