From b3561b0bbf7d6c52f1ed2cd90ef170ead5bc0421 Mon Sep 17 00:00:00 2001 From: Matias Benedetto Date: Mon, 5 Feb 2024 15:11:13 -0300 Subject: [PATCH] Add font collection to glossary --- lib/compat/wordpress-6.5/fonts/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/compat/wordpress-6.5/fonts/README.md b/lib/compat/wordpress-6.5/fonts/README.md index 5f13394c1e4831..6c95a0a5f2c315 100644 --- a/lib/compat/wordpress-6.5/fonts/README.md +++ b/lib/compat/wordpress-6.5/fonts/README.md @@ -12,6 +12,7 @@ The Font Library is available globally, independently of the theme activated, si - **Activate font family**: Is to make it ready to use in the site or post editor. All the active fonts will appear in the font pickers so the user can use them in the site elements. - **Deactivate font family**: Is to make a font family unusable. If a font family is inactive, it won't appear in the font pickers but will continue being listed in the font library. - **Uninstall font family**: Is to remove the font family from the font library permanently. +- **Font Collection**: A font collection is a list of font family definitions ready to be installed by the user. The font family definition is a fontFamily item in `theme.json` like format. ### Different types of installations