Skip to content

Commit

Permalink
improve text
Browse files Browse the repository at this point in the history
  • Loading branch information
matiasbenedetto authored Feb 5, 2024
1 parent 4e69210 commit 03895bf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions lib/compat/wordpress-6.5/fonts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 03895bf

Please sign in to comment.