Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Google Fonts #4284

Merged
merged 1 commit into from
Aug 14, 2024
Merged
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
16 changes: 15 additions & 1 deletion globals/google-fonts.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Updated on 01/07/24
* Updated on 12/08/24
*
* @package neve
*/
Expand Down Expand Up @@ -822,6 +822,7 @@
'Mako' => array( '400',),
'Mali' => array( '200', '300', '400', '500', '600', '700', '200italic', '300italic', '400italic', '500italic', '600italic', '700italic',),
'Mallanna' => array( '400',),
'Maname' => array( '400',),
'Mandali' => array( '400',),
'Manjari' => array( '100', '400', '700',),
'Manrope' => array( '200', '300', '400', '500', '600', '700', '800',),
Expand Down Expand Up @@ -1251,24 +1252,36 @@
'Playfair Display' => array( '400', '500', '600', '700', '800', '900', '400italic', '500italic', '600italic', '700italic', '800italic', '900italic',),
'Playfair Display SC' => array( '400', '700', '900', '400italic', '700italic', '900italic',),
'Playpen Sans' => array( '100', '200', '300', '400', '500', '600', '700', '800',),
'Playwrite AR' => array( '100', '200', '300', '400',),
'Playwrite AT' => array( '100', '200', '300', '400', '100italic', '200italic', '300italic', '400italic',),
'Playwrite AU NSW' => array( '100', '200', '300', '400',),
'Playwrite AU QLD' => array( '100', '200', '300', '400',),
'Playwrite AU SA' => array( '100', '200', '300', '400',),
'Playwrite AU TAS' => array( '100', '200', '300', '400',),
'Playwrite AU VIC' => array( '100', '200', '300', '400',),
'Playwrite BE VLG' => array( '100', '200', '300', '400',),
'Playwrite BE WAL' => array( '100', '200', '300', '400',),
'Playwrite BR' => array( '100', '200', '300', '400',),
'Playwrite CA' => array( '100', '200', '300', '400',),
'Playwrite CL' => array( '100', '200', '300', '400',),
'Playwrite CO' => array( '100', '200', '300', '400',),
'Playwrite CU' => array( '100', '200', '300', '400',),
'Playwrite CZ' => array( '100', '200', '300', '400',),
'Playwrite DE Grund' => array( '100', '200', '300', '400',),
'Playwrite DE LA' => array( '100', '200', '300', '400',),
'Playwrite DE SAS' => array( '100', '200', '300', '400',),
'Playwrite DE VA' => array( '100', '200', '300', '400',),
'Playwrite DK Loopet' => array( '100', '200', '300', '400',),
'Playwrite DK Uloopet' => array( '100', '200', '300', '400',),
'Playwrite ES' => array( '100', '200', '300', '400',),
'Playwrite ES Deco' => array( '100', '200', '300', '400',),
'Playwrite FR Moderne' => array( '100', '200', '300', '400',),
'Playwrite FR Trad' => array( '100', '200', '300', '400',),
'Playwrite GB J' => array( '100', '200', '300', '400', '100italic', '200italic', '300italic', '400italic',),
'Playwrite GB S' => array( '100', '200', '300', '400', '100italic', '200italic', '300italic', '400italic',),
'Playwrite HR' => array( '100', '200', '300', '400',),
'Playwrite HR Lijeva' => array( '100', '200', '300', '400',),
'Playwrite HU' => array( '100', '200', '300', '400',),
'Playwrite ID' => array( '100', '200', '300', '400',),
'Playwrite IE' => array( '100', '200', '300', '400',),
'Playwrite IN' => array( '100', '200', '300', '400',),
Expand All @@ -1280,6 +1293,7 @@
'Playwrite NL' => array( '100', '200', '300', '400',),
'Playwrite NO' => array( '100', '200', '300', '400',),
'Playwrite NZ' => array( '100', '200', '300', '400',),
'Playwrite PE' => array( '100', '200', '300', '400',),
'Playwrite PL' => array( '100', '200', '300', '400',),
'Playwrite PT' => array( '100', '200', '300', '400',),
'Playwrite RO' => array( '100', '200', '300', '400',),
Expand Down
Loading