Index: src/wp-includes/fonts.php
===================================================================
--- src/wp-includes/fonts.php	(revision 57896)
+++ src/wp-includes/fonts.php	(working copy)
@@ -140,21 +140,12 @@
 }
 
 /**
- * Returns the font directory for use by the font library.
+ * A callback function for use in the {@see 'upload_dir'} filter.
  *
- * This function is a callback for the {@see 'upload_dir'} filter. It is not
- * intended to be called directly. Use wp_get_font_dir() instead.
+ * This function is intended for internal use only and should not be used by plugins and themes.
+ * Use wp_get_font_dir() instead. In addition it is likely this function will be
+ * deprecatred in WP 6.6 and will stop working completely.
  *
- * The function can be used when extending the font library to modify the upload
- * destination for font files via the upload_dir filter. The recommended way to
- * do this is:
- *
- * ```php
- * add_filter( 'upload_dir', '_wp_filter_font_directory' );
- * // Your code to upload or sideload a font file.
- * remove_filter( 'upload_dir', '_wp_filter_font_directory' );
- * ```
- *
  * @since 6.5.0
  * @access private
  *
