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 b5dbdfa commit 69f6e83Copy full SHA for 69f6e83
src/components/font-family-control/index.js
@@ -44,7 +44,7 @@ const FontFamilyControl = props => {
44
id: 'modern-font-stacks',
45
title: __( 'Modern Font Stacks', i18n ),
46
options: [
47
- { label: __( 'System UI', i18n ), value: 'System-Ui' },
+ { label: __( 'System UI', i18n ), value: 'System-UI' },
48
{ label: __( 'Transitional', i18n ), value: 'Transitional' },
49
{ label: __( 'Old Style', i18n ), value: 'Old-Style' },
50
{ label: __( 'Humanist', i18n ), value: 'Humanist' },
0 commit comments