mirror of
https://ghproxy.net/https://github.com/wp-cli/handbook.git
synced 2026-07-26 12:37:22 +08:00
19 lines
369 B
Markdown
19 lines
369 B
Markdown
# wp font
|
|
|
|
Manages WordPress fonts.
|
|
|
|
### EXAMPLES
|
|
|
|
# List all font collections
|
|
$ wp font collection list
|
|
|
|
# Install a font family from a collection
|
|
$ wp font family install google-fonts inter
|
|
|
|
# List installed font families
|
|
$ wp post list --post_type=wp_font_family
|
|
|
|
# List installed font faces
|
|
$ wp post list --post_type=wp_font_face
|
|
|
|
|