Skip to content

Commit

Permalink
validate trimming changes
Browse files Browse the repository at this point in the history
Co-authored-by: Brian Alexander <[email protected]>
  • Loading branch information
matiasbenedetto and ironprogrammer authored Sep 20, 2023
1 parent e0f88c0 commit 60a5a50
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ public function data_should_get_font_family_name() {
'fontFamily comma-separated list' => array(
'fonts' => array(
array(
'fontFamily' => 'DM Sans, sans-serif',
'fontFamily' => '"DM Sans", sans-serif',
'slug' => 'dm-sans',
'fontFace' => $font_face,
),
Expand Down

0 comments on commit 60a5a50

Please sign in to comment.