• Resolved mrmeier

    (@mrmeier)


    Hi,
    I’m a bit out of ideas here. In the process of setting up of my new website with the twentytwentythree theme the ability to change the typography’s appearance got lost. Specifically, all text links on the website used to be “italic”. Somehow they appear “normal” now and I have no idea why. I didn’t change anything that could have caused that intentionally. I didn’t touch the text appearance or any css files. Even more weird is that it only affects the IBM Plex Mono. As soon as I change the font family the links flip to italic as this is set by default. When I try to change the link appearance manually nothing happens. I already deselected all plugins just in case but with no effect.

    Any ideas what can cause this?

    Thanks for your help in advance.

    • This topic was modified 2 years, 1 month ago by mrmeier.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • That’s very odd indeed. I am not sure what could be causing this but you can patch it by adding a little custom CSS:

    a:where(:not(.wp-element-button)) {
      font-style:inherit;
    }

    To access the CSS editor in the Customizer when using FSE you’d need to add this after your URL: /wp-admin/customize.php

    Thread Starter mrmeier

    (@mrmeier)

    Thank you for your reply and the CSS code. It makes it even more odd, that the problem seems to appear only in desktop Firefox, not on mobile and not in Chrome, Safari, etc.

    I am happy that the CSS worked ??

    It does seem very odd, though… I was trying to reproduce it but it is one of those browser glitches that can be very trick to narrow it down.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Typograhy Appearance’ is closed to new replies.