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 #4323

Open
wants to merge 1 commit into
base: development
Choose a base branch
from
Open
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
8 changes: 6 additions & 2 deletions globals/google-fonts.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Updated on 11/11/24
* Updated on 25/11/24
*
* @package neve
*/
Expand Down Expand Up @@ -416,6 +416,7 @@
'Eater' => array( '400',),
'Economica' => array( '400', '700', '400italic', '700italic',),
'Eczar' => array( '400', '500', '600', '700', '800',),
'Edu AU VIC WA NT Arrows' => array( '400', '500', '600', '700',),
'Edu AU VIC WA NT Dots' => array( '400', '500', '600', '700',),
'Edu AU VIC WA NT Guides' => array( '400', '500', '600', '700',),
'Edu AU VIC WA NT Hand' => array( '400', '500', '600', '700',),
Expand Down Expand Up @@ -1250,6 +1251,7 @@
'Pangolin' => array( '400',),
'Paprika' => array( '400',),
'Parisienne' => array( '400',),
'Parkinsans' => array( '300', '400', '500', '600', '700', '800',),
'Passero One' => array( '400',),
'Passion One' => array( '400', '700', '900',),
'Passions Conflict' => array( '400',),
Expand All @@ -1267,6 +1269,7 @@
'Petemoss' => array( '400',),
'Petit Formal Script' => array( '400',),
'Petrona' => array( '100', '200', '300', '400', '500', '600', '700', '800', '900', '100italic', '200italic', '300italic', '400italic', '500italic', '600italic', '700italic', '800italic', '900italic',),
'Phetsarath' => array( '400', '700',),
'Philosopher' => array( '400', '700', '400italic', '700italic',),
'Phudu' => array( '300', '400', '500', '600', '700', '800', '900',),
'Piazzolla' => array( '100', '200', '300', '400', '500', '600', '700', '800', '900', '100italic', '200italic', '300italic', '400italic', '500italic', '600italic', '700italic', '800italic', '900italic',),
Expand Down Expand Up @@ -1341,6 +1344,7 @@
'Poltawski Nowy' => array( '400', '500', '600', '700', '400italic', '500italic', '600italic', '700italic',),
'Poly' => array( '400', '400italic',),
'Pompiere' => array( '400',),
'Ponnala' => array( '400',),
'Pontano Sans' => array( '300', '400', '500', '600', '700',),
'Poor Story' => array( '400',),
'Poppins' => array( '100', '200', '300', '400', '500', '600', '700', '800', '900', '100italic', '200italic', '300italic', '400italic', '500italic', '600italic', '700italic', '800italic', '900italic',),
Expand Down Expand Up @@ -1759,7 +1763,7 @@
'ZCOOL KuaiLe' => array( '400',),
'ZCOOL QingKe HuangYou' => array( '400',),
'ZCOOL XiaoWei' => array( '400',),
'Zain' => array( '200', '300', '400', '700', '800', '900',),
'Zain' => array( '200', '300', '400', '700', '800', '900', '300italic', '400italic',),
'Zen Antique' => array( '400',),
'Zen Antique Soft' => array( '400',),
'Zen Dots' => array( '400',),
Expand Down
Loading