Complying with GDPR when using Google Fonts

As you may have heard, a German court fined a website using Google-hosted webfonts for violating Europe’s General Data Protection Regulation (GDPR).

This decision affects many themes in the directory. Most of us have been using Google Fonts by enqueuing from Google CDN. While it improves performance, it reveals a user’s IP address which consequently violates a user’s privacy.

How does the decision affect the existing themes?

The themes team strongly encourages the theme authors to update their themes. We recommend updating by switching to locally hosted webfonts. Luckily Google Fonts can be downloaded and bundled in a theme. Bundled font files allow users to host webfonts locally and comply with GDPR.

How does the decision affect the new themes?

We are planning to discuss further at our next meeting whether the remotely hosted font is allowed in a theme as we move forward. Please use the comment box below if you’d like to leave any comments.

Ways to locally host webfonts files

You can check out the default theme, Twenty Twenty-Two, to learn how to bundle locally hosted webfont files using theme.json.

For those using functions.php, you can check out the Implementing a Webfonts API in WordPress Core post by @aristath. It explains how to generate styles using bundled font files in detail. 

Alternatively, the theme authors can use the Webfont-loader package in conjunction with the webfonts APIAPI An API or Application Programming Interface is a software intermediary that allows programs to interact with each other and share data in limited, clearly defined ways.. It allows authors to download Google Fonts locally and then use them in the API, which currently only supports local fonts.

Default themes

WordPress core contributorsCore Contributors Core contributors are those who have worked on a release of WordPress, by creating the functions or finding and patching bugs. These contributions are done through Trac. https://core.trac.wordpress.org. are moving forward with updating the default themes, Twenty Twelve through Twenty Seventeen. You can follow the conversation at this link. Props to @luehrsen and @luminuu

Resources

Thank you @aristath and @kafleg for reviewing the post.

#themereview, #themes-team

Themes Team Meeting Notes – February 8, 2022

Hello everyone. These are the meeting notes from the themes review team discussion on February 8, 2022. The themes team meets second and fourth Tuesday of every month at 15:00 UTC.

This week’s meeting agendas can be found here. Thank you @kafleg for preparing the agenda. The meeting was facilitated by @kafleg. The note was taken by @Benachi. You can read the full transcript on our #themereview channel. 

1. Weekly updates

The themes team published weekly updates about tickets and HelpScout emails. See this week’s updates here in the past 7 days,

  • 569 tickets were opened
  • 571 tickets were closed:
    • 555 tickets were made live.
      • 24 new Themes were made live.
      • 531 Theme updates were made live.
      • 0 more were approved but are waiting to be made live.
    • 16 tickets were not-approved.
    • 0 tickets were closed-newer-version-uploaded.

Number of reviewers: 2

BlockBlock Block is the abstract term used to describe units of markup that, composed together, form the content or layout of a webpage using the WordPress editor. The idea combines concepts of what in the past may have achieved with shortcodes, custom HTML, and embed discovery into a single consistent API and user experience. Themes
1 block themes are live in the past 7 days.  

2. Open floor

No questions or comments were brought during the open floor. 

#meeting-notes, #themereview

Themes Team Meeting Notes – January 25, 2022

Hello everyone. These are the meeting notes from the themes review team discussion on January 11, 2022. The themes team meets second and fourth Tuesday of every month at 15:00 UTC.

This week’s meeting agendas can be found here. Thank you @kafleg for preparing the agenda. The meeting was facilitated by @kafleg. The note was taken by @Benachi. You can read the full transcript on our #themereview channel. 

1. Weekly updates

The themes team published weekly updates about tickets and HelpScout emails. See this week’s updates here in the past 7 days,

  • 320 tickets were opened
  • 323 tickets were closed:
    • 299 tickets were made live.
      • 29 new Themes were made live.
      • 270 Theme updates were made live.
      • 0 more were approved but are waiting to be made live.
    • 24 tickets were not-approved.
    • 0 tickets were closed-newer-version-uploaded.

Number of reviewers: 4

BlockBlock Block is the abstract term used to describe units of markup that, composed together, form the content or layout of a webpage using the WordPress editor. The idea combines concepts of what in the past may have achieved with shortcodes, custom HTML, and embed discovery into a single consistent API and user experience. Themes
6 block themes are live in the past 7 days.  

2. Noteworthy Updates

The themes team continues to update the Theme Handbook with the block theme information. Big thanks to @poena for her extensive help.

There are great ongoing discussions related to converting classic to block and customizerCustomizer Tool built into WordPress core that hooks into most modern themes. You can use it to preview and modify many of your site’s appearance settings.. We will continue to update the theme handbook as we get more inputs from more people. In case you are interested in joining the conversations. Please share your thoughts and experiences. 

3. Get ready for WordPress 5.9

We all have been waiting this moment. WordPress 5.9 has finally arrived. We encourage theme authors to test your theme with WordPress 5.9 for any issues. 

4. Open floor

We discussed the upcoming WordCampWordCamp WordCamps are casual, locally-organized conferences covering everything related to WordPress. They're one of the places where the WordPress community comes together to teach one another what they’ve learned throughout the year and share the joy. Learn more. Europe on June 3-4 2022. You can find more information here

We also discussed what kind of block theme examples should be included in the Theme Developer Handbook? (per @poena). @kafleg commented that a very basic theme with some settings on theme.jsonJSON JSON, or JavaScript Object Notation, is a minimal, readable format for structuring data. It is used primarily to transmit data between a server and web application, as an alternative to XML. and minimum templates parts and patterns would be fine. He also recommends the Block theme generator and an empty theme that authors can generate from here.

#themereview, #themes-team

Themes Team Meeting Notes – January 4, 2022.

Happy New Year! Hope everyone had a great holiday! 
This is the meeting notes from the themes review team discussion on January 4, 2022. This is a rescheduled meeting from 12/28/21. The themes team regularly meets second and fourth Tuesday of every month at 15:00 UTC

You can read the full transcript on our #themereview channel. 

1. A Year in the themes  – 2021

In 2021, 1,227 new themes were added to the theme directory. Among them, 29 themes are block themes. Thanks to  all the theme authors who contributed. 

  • 16,816 tickets were opened
  • 17,053 tickets were closed:
    • 16,111 tickets were made live.
      • 1,227 new Themes were made live.
      • 14,884 Theme updates were made live.
      • 0 more were approved but are waiting to be made live.
    • 902 tickets were not-approved.
    • 40 tickets were closed-newer-version-uploaded.

2. Weekly updates

The themes team published weekly updates about tickets and HelpScout emails. See this week’s updates here in the past 7 days,

  • 263 tickets were opened
  • 266 tickets were closed:
    • 256 tickets were made live.
      • 28 new Themes were made live.
      • 228 Theme updates were made live.
      • 0 more were approved but are waiting to be made live.
    • 10 tickets were not-approved.
    • 0 tickets were closed-newer-version-uploaded.

Number of reviewers: 6

3. Encouraging theme authors for more blockBlock Block is the abstract term used to describe units of markup that, composed together, form the content or layout of a webpage using the WordPress editor. The idea combines concepts of what in the past may have achieved with shortcodes, custom HTML, and embed discovery into a single consistent API and user experience. themes

During the meeting, the themes team discussed how we can encourage the theme authors to start building block themes. @acosmin suggested creating a special tab on the theme directory. 

We also discussed limiting the number of child themeChild theme A Child Theme is a customized theme based upon a Parent Theme. It’s considered best practice to create a child theme if you want to modify the CSS of your theme. https://developer.wordpress.org/themes/advanced-topics/child-themes/. submissions per author. Although we have not received any feedback from users, a large number of similar child themes are causing a lack of variation in designs on the theme directory. @peona addressed that once the new theme review automation is implemented, the theme review will move away from manual review to user-oriented flags/badges system. As a result, the “flooding” of child themes will become irrelevant.

We will continue with the discussion on the next meeting on January 11, 2022.  

4. Open floor 

Theme Handbook Update:
We are working on updating the Theme Handbook. Releasing Your Theme and Required Theme Files have been updated so far. We will be adding references and links to the Block theme throughout the Theme Handbook to promote block themes.


Noteworthy Update: 

WordPress 5.9 will officially introduce the first block theme, Twenty Twenty-Two. Twenty Twenty-Two can be a great resource If you are interested in building a block theme. Explore GitHub Twenty Twenty-Two repo to find out how the block theme is built. If you are looking for a boilerplate for your first block theme, you can find a starter block theme, Empty Theme in the theme-experiments bundle.

Find more information about building block themes at the following links.

#meeting-notes, #themereview, #themes-team

Block-based Themes Meeting Agenda: January 5, 2022

Welcome to 2022 everyone! Below is the agenda for this week’s BlockBlock Block is the abstract term used to describe units of markup that, composed together, form the content or layout of a webpage using the WordPress editor. The idea combines concepts of what in the past may have achieved with shortcodes, custom HTML, and embed discovery into a single consistent API and user experience.-based Themes meeting. This is the last meeting before WP 5.9 is released.

Time: Wednesday, January 5, 2022, 06:00 PM GMT+2

Channel: #themereview

Agenda

  • Discuss the remaining bugs that are impacting block-based themes for 5.9, including TT2.
  • What are theme developers looking forward to for the next stage of block theming?
  • Open Floor / Q&A

Please comment if you have any additional topics you’d like to see discussed!

+make.wordpress.org/core/ #agenda #meeting #block-based-meeting