mirror of
https://ghproxy.net/https://github.com/wp-cli/handbook.git
synced 2026-07-27 12:47:14 +08:00
400 B
400 B
wp font face
Manages font faces.
To list, get, create, update or delete font faces, use wp post with --post_type=wp_font_face.
EXAMPLES
# Install a font face for an existing family
$ wp font face install 42 --src="https://example.com/font.woff2" --font-weight=700
Success: Created font face 43.
# List installed font faces
$ wp post list --post_type=wp_font_face