From 657c4b25e82096e1eeb2ed4ca1a9643e7b9de9e7 Mon Sep 17 00:00:00 2001 From: Chris Reynolds Date: Tue, 19 Mar 2024 10:04:30 -0600 Subject: [PATCH] remove link to release post (that doesn't exist) so we can publish this page sooner --- .../wordpress-configurations/07-wordpress-font-library.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/content/guides/wordpress-configurations/07-wordpress-font-library.md b/source/content/guides/wordpress-configurations/07-wordpress-font-library.md index c35a5b2d24..aaf195ce3d 100644 --- a/source/content/guides/wordpress-configurations/07-wordpress-font-library.md +++ b/source/content/guides/wordpress-configurations/07-wordpress-font-library.md @@ -16,7 +16,7 @@ permalink: docs/guides/wordpress-configurations/wordpress-font-library This section provides information on how to use the WordPress Font Library on Pantheon. -[WordPress 6.5 (release name)]() introduced a new [Font Library](https://make.wordpress.org/core/2024/03/14/new-feature-font-library/) feature. The Font Library allows you to upload fonts from your computer or add any of the fonts available on Google's font library to your WordPress site. In anticipation of this, Pantheon has added a feature to our [Pantheon MU Plugin](https://github.com/pantheon-systems/pantheon-mu-plugin) to store those fonts in a writeable directory (`wp-content/uploads/fonts/`), so that you can use the feature without any issues after updating your sites to 6.5. +WordPress 6.5 introduces a new [Font Library](https://make.wordpress.org/core/2024/03/14/new-feature-font-library/) feature. The Font Library allows you to upload fonts from your computer or add any of the fonts available on Google's font library to your WordPress site. In anticipation of this, Pantheon has added a feature to our [Pantheon MU Plugin](https://github.com/pantheon-systems/pantheon-mu-plugin) to store those fonts in a writeable directory (`wp-content/uploads/fonts/`), so that you can use the feature without any issues after updating your sites to 6.5. By default, WordPress will install fonts into `wp-content/fonts/` if it is writeable. If `wp-content/fonts/` is not writeable, like on Pantheon environments, WordPress will install fonts into `wp-content/uploads/fonts/`. This can create inconsistency if WordPress is using its default behavior because your `wp-content/fonts/` is likely to be writeable on your local environment. In this instance, fonts installed _on Pantheon_ would be stored in `wp-content/uploads/fonts` but fonts installed _locally_ would be stored in `wp-content/fonts`, which is why we have altered the behavior in the mu-plugin.