Closed tdavetech closed 7 months ago
Thanks. One more question. The font on mobile is different than the font on desktop. I can't find a setting to fix this.
No. The theme uses the same font regardless of your device.
For some reason, my site is using a different font on mobile. Must be a bug? Do you know if this would be a problem with Hugo itself or with the relearn theme? You can see at perfectdarkmode.com. I have never had this issue before lol
This is a problem on your side with your CSS. You've changed the font in your git
variant to Open Sans
but did not link to those font files. Therfore the browser uses default system fonts which seems to be different between desktop and mobile.
Is that font built into the relearn theme? Or should I pick one that relearn uses since I don't have any custom fonts installed?
No, the Open Sans
font is not built into the Relearn theme. But you should know best, as the git
variant you are using is not part of the official theme release.
So would I just download an open sans font and put it in a specific folder?
I actually just commented out the font and it fixed it and just went to the default font. Works for me. Thanks!
Is there away to change the background color? I only saw away to toggle light/dark theme but not change the actual color of the main background.