mirror of
https://ghproxy.net/https://github.com/wp-cli/handbook.git
synced 2026-08-01 13:30:25 +08:00
16 lines
409 B
Markdown
16 lines
409 B
Markdown
# 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
|
|
|
|
|