Commit graph

18 commits

Author SHA1 Message Date
Ben Dwyer
839d682f5d
Merge pull request #3309 from Automattic/add/seedlet/extensibility-3134
Add filter to change bundled google fonts in assorted themes.
2021-05-05 18:58:34 +01:00
Jason Crist
06e3595f9b Add experimental link color support 2021-02-25 08:38:37 +00:00
George Stephanis
8347656eb8 Add filter to change bundled google fonts.
Initially intended as a part-fix for #3134 to enable child themes to swap typefaces that get included more easily, this also extends that change across to many themes using the common patterns.

It explicitly does not change the following themes:

Spearhead (uses different endpoint and method)

And the following themes that have multiple functions that generate typeface includes so as to avoid confusion:

* canard
* gazette
* illustratr
* publication
2021-02-18 10:20:38 -05:00
Ben Dwyer
5a410e23c4 All Themes: Fix whitespace in functions.php 2021-02-18 10:17:16 +00:00
Ben Dwyer
eb0d4cf435 Moden: Add color annotations 2021-02-12 13:20:25 +00:00
Enej Bajgoric
ca1ba9919f Simplify: Refactor functions to just include one function that adds the 3 required filters/actions 2020-12-17 11:36:48 +01:00
Enej Bajgoric
ecec58072b Move functions to after theme setup call 2020-12-17 11:36:47 +01:00
Enej Bajgoric
11cbcc675b Move functions to Varia add customizer control 2020-12-17 11:36:47 +01:00
Enej Bajgoric
626ba8c1b6 Updates to take into accout the theme switch. 2020-12-17 11:36:47 +01:00
Enej Bajgoric
7fa2ec4ff3 Include the varia_mobile_nav_on_side function in all the themes.
This makes sure that the user will not get a PHP warning if theu are not running the latest version of varia that has that function.
Since varia doesn't have that feature enabled this PR removes the function as well.
2020-12-17 11:36:47 +01:00
Enej Bajgoric
5e371dd302 Update the Morden theme to have the mobile nav on the side. 2020-12-17 11:36:47 +01:00
Allan Cole
ec4a731e63 Morden: Update responsive logic to fix alignwide issues and make outerwrapper flexible width up to 1200px, fix typo in google font url 2019-08-19 19:59:40 -04:00
Thomas Guillot
7f8cd905ac Morden: New primary & secondary colours with better contrast 2019-08-06 16:32:49 +01:00
Thomas Guillot
b834869bbb Morden: Enqueue Google fonts 2019-08-06 16:23:00 +01:00
Thomas Guillot
904924295a Morden: Update editor font sizes 2019-08-06 15:55:02 +01:00
Thomas Guillot
ed62fd2745 Morden: Update theme
* Add new footer file
* Add new site-branding file
* Rework Primary & Secondary colours
* Update CSS
2019-08-05 14:16:50 +01:00
Thomas Guillot
f7280c0be9 Morden: Import some of Hever styles 2019-08-02 17:25:43 +01:00
Thomas Guillot
e7939406ab Moren: Initial creation of the child theme 2019-08-02 16:59:58 +01:00