Title: Multisite implementation needs relative url
Last modified: October 21, 2022

---

# Multisite implementation needs relative url

 *  Resolved [Cees van Dongen](https://wordpress.org/support/users/ceesvandongen/)
 * (@ceesvandongen)
 * [3 years, 7 months ago](https://wordpress.org/support/topic/multisite-implementation-needs-relative-url/)
 * Hi,
    Implemented the plugin on a multisite, network enabled, and came a cross
   a problem in the font.css files . The uploaded fonts are listed in the font.css
   file with an absolute reference to a specific URL. As the fonts are shared by
   other sites in the multisite environment, this causes failures loading these 
   from another source. Modified class-local-google-fonts.php  line 93  $folder_url
   = WP_CONTENT_URL . ‘/uploads/fonts’;  to  $folder_url = ‘/wp-content/uploads/
   fonts’; Everything works again. Is this something for the next release? Rgrds,
   Cees

Viewing 1 replies (of 1 total)

 *  Plugin Author [EverPress](https://wordpress.org/support/users/everpress/)
 * (@everpress)
 * [3 years, 7 months ago](https://wordpress.org/support/topic/multisite-implementation-needs-relative-url/#post-16121937)
 * Hi There!
 * We have a [PR](https://github.com/everpress-co/local-google-fonts/pull/11) for
   this which should be merged for the next release.
 * Please stay tuned!
 * Best Regards

Viewing 1 replies (of 1 total)

The topic ‘Multisite implementation needs relative url’ is closed to new replies.

 * ![](https://ps.w.org/local-google-fonts/assets/icon-256x256.png?rev=3285815)
 * [Local Google Fonts](https://wordpress.org/plugins/local-google-fonts/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/local-google-fonts/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/local-google-fonts/)
 * [Active Topics](https://wordpress.org/support/plugin/local-google-fonts/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/local-google-fonts/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/local-google-fonts/reviews/)

## Tags

 * [multisite](https://wordpress.org/support/topic-tag/multisite/)
 * [url](https://wordpress.org/support/topic-tag/url/)

 * 1 reply
 * 2 participants
 * Last reply from: [EverPress](https://wordpress.org/support/users/everpress/)
 * Last activity: [3 years, 7 months ago](https://wordpress.org/support/topic/multisite-implementation-needs-relative-url/#post-16121937)
 * Status: resolved