Fonts Bold (my workaround)
-
As many of you, I woke up and realised that my website had everything bold due to Kirki’s problem.
I tried to clear the cache from Kirki’s settings panel, but everything become Times New Roman.
Playing around I managed to find a workaround that worked for me (I’m using Shoptimizer which uses Kirk).
Basically, I created a CSS instruction like this:
body, button, input, select, option, textarea, h1, h2, h3, h4, h5, h6, .entry-content {
font-family: inherit !important;
}In this way the font-family managed to reload the original ‘Inter’ font.
Hope it helps.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Fonts Bold (my workaround)’ is closed to new replies.