mirror of
https://ghproxy.net/https://github.com/wp-cli/handbook.git
synced 2026-07-30 13:17:21 +08:00
409 B
409 B
wp font family
Manages font families.
To list, get, create, update or delete font families, use wp post with --post_type=wp_font_family.
EXAMPLES
# Install a font family from a collection
$ wp font family install google-fonts inter
Success: Installed font family "Inter" (ID: 42) with 9 font faces.
# List installed font families
$ wp post list --post_type=wp_font_family