mirror of
https://ghproxy.net/https://github.com/wp-cli/handbook.git
synced 2026-07-27 12:47:14 +08:00
16 lines
400 B
Markdown
16 lines
400 B
Markdown
# 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
|
|
|
|
|