Commit graph

4 commits

Author SHA1 Message Date
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
Ian Stewart
3944332883 Ibis: Correctly load Editor Styles, update them to match front-end, fix typo
This PR has a few fixes.

- Correctly loads the Editor Styles for Ibis _after_ the Seedlet ones. Props @alaczek for pointing me in the right direction with her debuggin'.
- Adds some of the new front-end styles to the editor styles. Layout and fonts'll match now.
- Fixes a typo in the code I stole from Mayland. :)
2020-07-30 12:49:41 -05:00
Ian Stewart
97fef31187 New theme: Ibis
This PR is the first commit of new, proposed, block-based theme, Ibis. Forked from Seedlet Blocks, and a variation that more closely aligns with some of the defaults the WP.com View Team has come to expect from our favourite Varia-based themes on WP.com. It's named after a bird because birds are cool.

There are several things wrong, potentially wrong, or unfinished with it. Here's a few todo items off the top of my head.

- The header template part needs updating.
- The editor styles don't match the front-end.
- The default palette is probably lame in practice.
- The grid proportions need to be adjusted down to mobile.
2020-07-29 13:26:17 -05:00