We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4703ab9 commit 5cd8204Copy full SHA for 5cd8204
src/components/typography-control/index.js
@@ -53,6 +53,7 @@ const TypographyControl = props => {
53
label={ __( 'Font Family', i18n ) }
54
onChange={ props.onChangeFontFamily }
55
value={ props.fontFamily }
56
+ placeholder={ __( 'Theme Default', i18n ) }
57
helpTooltip={ {
58
video: 'typography-family',
59
description: __( 'Sets the font set to be used for the element', i18n ),
0 commit comments