Skip to content

Commit 52f118a

Browse files
authored
Update src/components/font-family-control/index.js [skip ci]
1 parent c2860dc commit 52f118a

File tree

1 file changed

+15
-15
lines changed
  • src/components/font-family-control

1 file changed

+15
-15
lines changed

src/components/font-family-control/index.js

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -44,21 +44,21 @@ const FontFamilyControl = props => {
4444
id: 'modern-font-stacks',
4545
title: __( 'Modern Font Stacks', i18n ),
4646
options: [
47-
{ 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' },
51-
{ label: __( 'Geometric Humanist', i18n ), value: 'geometric-humanist' },
52-
{ label: __( 'Classical Humanist', i18n ), value: 'classical-humanist' },
53-
{ label: __( 'Neo-Grotesque', i18n ), value: 'neo-grotesque' },
54-
{ label: __( 'Monospace Slab Serif', i18n ), value: 'monospace-slab-serif' },
55-
{ label: __( 'Monospace Code', i18n ), value: 'monospace-code' },
56-
{ label: __( 'Industrial', i18n ), value: 'industrial' },
57-
{ label: __( 'Rounded Sans', i18n ), value: 'rounded-sans' },
58-
{ label: __( 'Slab Serif', i18n ), value: 'slab-serif' },
59-
{ label: __( 'Antique', i18n ), value: 'antique' },
60-
{ label: __( 'Didone', i18n ), value: 'didone' },
61-
{ label: __( 'Handwritten', i18n ), value: 'handwritten' },
47+
{ label: __( 'System UI', i18n ), value: 'modern-stack-system-ui' },
48+
{ label: __( 'Transitional', i18n ), value: 'modern-stack-transitional' },
49+
{ label: __( 'Old Style', i18n ), value: 'modern-stack-old-style' },
50+
{ label: __( 'Humanist', i18n ), value: 'modern-stack-humanist' },
51+
{ label: __( 'Geometric Humanist', i18n ), value: 'modern-stack-geometric-humanist' },
52+
{ label: __( 'Classical Humanist', i18n ), value: 'modern-stack-classical-humanist' },
53+
{ label: __( 'Neo-Grotesque', i18n ), value: 'modern-stack-neo-grotesque' },
54+
{ label: __( 'Monospace Slab Serif', i18n ), value: 'modern-stack-monospace-slab-serif' },
55+
{ label: __( 'Monospace Code', i18n ), value: 'modern-stack-monospace-code' },
56+
{ label: __( 'Industrial', i18n ), value: 'modern-stack-industrial' },
57+
{ label: __( 'Rounded Sans', i18n ), value: 'modern-stack-rounded-sans' },
58+
{ label: __( 'Slab Serif', i18n ), value: 'modern-stack-slab-serif' },
59+
{ label: __( 'Antique', i18n ), value: 'modern-stack-antique' },
60+
{ label: __( 'Didone', i18n ), value: 'modern-stack-didone' },
61+
{ label: __( 'Handwritten', i18n ), value: 'modern-stack-handwritten' },
6262
],
6363
},
6464
{

0 commit comments

Comments
 (0)