NUSS WordPress
  • Introduction
  • Changelog
  • Getting Started
  • Installation
    • Step 1 - Download Theme
    • Step 2 - Install Theme
    • Step 3 - Theme Setup
  • Update Theme
  • Theme Options
  • Customize
    • General
    • Header
    • Blog
    • Rooms
    • Shop
    • Page Title
    • Typography
    • Color
    • Layout
    • Page
    • 404 Page
    • Footer
    • Social Sharing
    • Notices
    • Button
    • Menus
    • Widgets
    • WooCommerce
    • Additional CSS
    • Import / Export
  • Woocommerce
  • Rooms
    • Add New Room
    • Room Type
    • Room Amenities
    • Room Services
  • Bookings
  • Reservations
  • FAQ'S
    • How to sync room blocking data from old room blocking system
    • Fixing the problem can not booking the room after clicking " Check Availability"
    • Fixing Fonts appear as bold or do not load (Kirki issue)
    • Fixing Outdated WooCommerce Templates
    • Room - Creating a Coupon
    • Room - Sync Calendar
    • Room - Setting a Season Price
    • Room - Setting a Person's Price
    • Room - Setting Discount room
    • Room - Setting DISCOUNT BY DAY
    • Room - Setting DEPOSIT RATE
    • Sync Airbn - How to manually sync booking with Airbnb
    • How to add multiple currencies
    • Room Booking - How to Customize Checkout
    • Which currency denominations and countries are supported by PayPal and Stripe?
    • Header - Creating a language menu
    • How to config Instagram Feed?
    • How to enable WooCommerce checkout?
    • How to edit the Footer?
    • How to Configure WordPress to Use SMTP For Sending Emails?
    • How to translate/edit texts/words?
  • TIPS & TRICKS
    • WordPress Hosting
    • Support
    • Resource Credits
    • Theme License
Powered by GitBook
On this page

Was this helpful?

  1. FAQ'S

Fixing Fonts appear as bold or do not load (Kirki issue)

PreviousFixing the problem can not booking the room after clicking " Check Availability"NextFixing Outdated WooCommerce Templates

Last updated 1 year ago

Was this helpful?

Updated: 15th March 2024

A font rendering issue appeared this week within the Kirki plugin. Fonts now either appear all bolded, or in some cases, don’t render correctly at all, reverting to the browser defaults.

This appears to be due to how Kirki retrieves fonts from Google’s API. It looks for woff fonts rather than the woff2 type. Something has changed within Google’s API and the woff versions are not retrieved correctly.

Modify Kirki directly

This approach changes the core Kirki plugin to ensure that it retrieves woff2 files rather than woff.

Edit this file: nuss/inc/admin/kirki/modules/webfonts/class-kirki-fonts-downloader.php

Replace line 191 with this line:

$user_agent = 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:73.0) Gecko/20100101 Firefox/73.0';

Next install the plugin.

And look for: kirki_remote_url_contents

And delete that transient. This has an expiry of 7 days so it will eventually flush by itself if you wait long enough.

Test the site now, and the fonts should display again.

You can remove the Transients Manager plugin afterwards.

Transients Manager