Skip to content

Commit

Permalink
fixes #1530
Browse files Browse the repository at this point in the history
  • Loading branch information
aristath committed Sep 16, 2017
1 parent adf2960 commit 37ba30a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/webfonts/class-kirki-fonts.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ public static function get_standard_fonts() {
),
'sans-serif' => array(
'label' => 'Sans Serif',
'stack' => 'Helvetica,Arial,sans-serif',
'stack' => '-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif',
),
'monospace' => array(
'label' => 'Monospace',
Expand Down

0 comments on commit 37ba30a

Please sign in to comment.