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
Line 3/5 has $fontSans / $fontFamilyPrimary as "Open Sans", Helvetica, Arial, sans-serif
Line 633 shows "'Merriweather', Georgia, serif;"
Line 450 similar with "address", hard-coded (but visually fine).
I would expect that a theme does not mix serif and sans-serif. I realize that custom CSS files can be configured to override this, and you of course might simply find the current look much better, but from a (non-professional) design point of view I believe the default should be consistent across the whole page, i.e. non-serif.
Feel free to close this issue if that choice was intentional. Also, I did not check the underlying WordPress theme, maybe that's just a setting that was taken over from there faithfully. Otherwise, just deleting CSS line 633 is what I would recommend.
I really appreciate you making your work available publicly. Thanks!
M.
The text was updated successfully, but these errors were encountered:
Yes, it's intentional in a sense that the same fonts are used on dpsg.de. The headlines in my theme differ a bit (sans instead of serif), but mixing these seemed even less logical to me.
I really appreciate you making your work available publicly. Thanks!
Is it intentional that the Menu Items appear in a serif font when the site default is sans serif?
Please consider
themes\hugo-dpsg\assets\css\style.css # .menu__link
:$fontSans / $fontFamilyPrimary
as"Open Sans", Helvetica, Arial, sans-serif
I would expect that a theme does not mix serif and sans-serif. I realize that custom CSS files can be configured to override this, and you of course might simply find the current look much better, but from a (non-professional) design point of view I believe the default should be consistent across the whole page, i.e. non-serif.
Feel free to close this issue if that choice was intentional. Also, I did not check the underlying WordPress theme, maybe that's just a setting that was taken over from there faithfully. Otherwise, just deleting CSS line 633 is what I would recommend.
I really appreciate you making your work available publicly. Thanks!
M.
The text was updated successfully, but these errors were encountered: