Skip to content
This repository was archived by the owner on Dec 2, 2022. It is now read-only.

Commit 7bf59d5

Browse files
committed
Typography sample config updated for 2021 theme.
Signed-off-by: Kevin Provance <kevin.provance@gmail.com>
1 parent f293957 commit 7bf59d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sample/sections/typography/typography.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
'font-size' => '33px',
5656
'line-height' => '40px',
5757
),
58+
'output' => array( 'h2.site-description, h2.entry-title' ),
5859
// Disable google fonts.
5960
// 'google' => false,
6061
// Includes font-style and weight. Can use font-style or font-weight to declare.
@@ -74,7 +75,6 @@
7475
// Disable the font previewer
7576
// 'preview' => false,
7677
// An array of CSS selectors to apply this font style to dynamically.
77-
'output' => array( 'h2.site-description, .entry-title' ),
7878
// An array of CSS selectors to apply this font style to dynamically.
7979
// 'compiler' => array( 'h2.site-description-compiler' ),
8080
// .

0 commit comments

Comments
 (0)