You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's randomly a serif font heading in the dashboard. I think it's for a web font, but I didn't see anything in the head. Could be a CSS import though.
I don't really see any need for this to be in there. Should be an easy clean up task to delete some code. 🙃
Looks like it's using this CSS:
#dashboard h1 { font-family: "AveriaBold"; }
I removed the CSS and this was the appearance which I find acceptable.
The text was updated successfully, but these errors were encountered:
Description
There's randomly a serif font heading in the dashboard. I think it's for a web font, but I didn't see anything in the head. Could be a CSS import though.
I don't really see any need for this to be in there. Should be an easy clean up task to delete some code. 🙃
Looks like it's using this CSS:
#dashboard h1 { font-family: "AveriaBold"; }
I removed the CSS and this was the appearance which I find acceptable.
The text was updated successfully, but these errors were encountered: