Skip to content

Commit

Permalink
Add more google fonts to available choices
Browse files Browse the repository at this point in the history
Fixes #23758
  • Loading branch information
syncguru authored and vboctor committed Jan 14, 2018
1 parent dd31fc0 commit b3d60ed
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions config_defaults_inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -962,6 +962,7 @@
* @global array $g_font_choices_arr
*/
$g_font_choices_arr = array(
'Amiko',
'Architects Daughter',
'Archivo Narrow',
'Arvo',
Expand All @@ -974,14 +975,21 @@
'Gloria Hallelujah',
'Inconsolata',
'Josefin Sans',
'Kadwa',
'Karla',
'Kaushan Script',
'Lato',
'Montserrat',
'Open Sans',
'Orbitron',
'Oregano',
'Palanquin',
'Poppins',
'Raleway',
'Rhodium Libre',
'Sarala',
'Scope One',
'Secular One',
'Ubuntu',
'Vollkorn'
);
Expand Down

0 comments on commit b3d60ed

Please sign in to comment.