Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions projects/plugins/jetpack/changelog/update-fonts
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: enhancement

Add new fonts to Global Style options.
17 changes: 15 additions & 2 deletions projects/plugins/jetpack/modules/google-fonts.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,26 @@
* See https://wp.me/p9Jlb4-22P
*/
const JETPACK_GOOGLE_FONTS_LIST = array(
'Albert Sans',
'Alegreya',
'Arvo',
'Bodoni Moda',
'Cabin',
'Chivo',
'Commissioner',
'Cormorant',
'Courier Prime',
'Crimson Pro',
'DM Mono',
'DM Sans',
'Domine',
'EB Garamond',
'Epilogue',
'Figtree',
'Fira Sans',
'IBM Plex Sans',
'Fraunces',
'IBM Plex Mono',
'IBM Plex Sans',
'Inter',
'Josefin Sans',
'Jost',
Expand All @@ -43,12 +52,16 @@
'Nunito',
'Open Sans',
'Overpass',
'Petrona',
'Piazzolla',
'Playfair Display',
'Plus Jakarta Sans',
'Poppins',
'Raleway',
'Roboto',
'Roboto Slab',
'Roboto',
'Rubik',
'Sora',
'Source Sans Pro',
'Source Serif Pro',
'Space Mono',
Expand Down