My website uses a web font called "Days One".
font-family: "Days One", Calibri, sans;
When Days One is not available, the webpage defaults to Calibri, if it's available.
The problem is that Days One is a lot thicker than Calibri, so when it defaults to Calibri, the font on the page looks a lot thinner. I want to set the font-weight
to bold
whenever the page is using Calibri, but not bold when it's using Days One.