From 03895bf0a5b7df918cfd651c37181579de3184ef Mon Sep 17 00:00:00 2001 From: Matias Benedetto Date: Mon, 5 Feb 2024 14:47:00 -0300 Subject: [PATCH] improve text --- lib/compat/wordpress-6.5/fonts/README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/compat/wordpress-6.5/fonts/README.md b/lib/compat/wordpress-6.5/fonts/README.md index 195eb2bb26692..5f13394c1e483 100644 --- a/lib/compat/wordpress-6.5/fonts/README.md +++ b/lib/compat/wordpress-6.5/fonts/README.md @@ -10,16 +10,16 @@ The Font Library is available globally, independently of the theme activated, si - **Font face**: Is a typographic variant of a font family. Each font family may include one or more font faces. Each font face has some unique characteristics as font weight (light, regular, bold, etc.) and font style (italic, normal, etc.). Typical examples are `Helvetica bold italic`, `Inter light normal`. - **Install font family**: Is to make a font family available to the user in the Font Library. The user will be able to activate and use the installed font families. - **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 not active, it won't appear in the font pickers. -- **Uninstall font family**: Is to remove the font family from the Font Library permanently. +- **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. ### Different types of installations -The library allows extenders to define how WordPress will install fonts. When users install a font family, its definition will always be saved to the database. What can vary is where are the font face file assets stored. +The library allows extenders to define how WordPress installs fonts. When users install a font family, its definition will always be saved to the database. What can vary is where the font face file assets are stored. Review the following different types of installations to find what works best for your use case: -#### Install a font with no font file assets (system fonts) -In a situation where you want to install a font family that doesn't need any font assets to work, these fonts are usually called system fonts. You can define these font families like this: +#### Install a system font ( a font with no font file assets) +When you want to install a font family that doesn't need any font assets to work, these fonts are usually called system fonts. You can define these font families like this: ```json { "name": "Humanist",