Tag: google fonts

  • WordPress’ Legacy Default Themes Updated to Bundle Google Fonts Locally

    WordPress’ Legacy Default Themes Updated to Bundle Google Fonts Locally

    WordPress contributors have updated the legacy default themes to bundle Google Fonts locally in the theme folder, instead of loading them from Google’s servers. In years past, loading fonts from the the Google CDN was the recommended practice for performance reasons, but new privacy concerns have emerged following a German court case, which fined a website…

  • New Tool Checks If Google Fonts Are Hosted Locally

    New Tool Checks If Google Fonts Are Hosted Locally

    Earlier this year, WordPress’ Themes Team began urging theme authors to switch to locally hosted fonts after a German court case decision, which fined a website owner for violating the GDPR by using Google-hosted webfonts. Since that ruling, German website owners have continued to receive threats of fines for not having their fonts hosted locally. The…

  • WordPress Punts Locally Hosted Fonts for Legacy Default Themes to 6.2 Release

    WordPress Punts Locally Hosted Fonts for Legacy Default Themes to 6.2 Release

    In June 2022, WordPress.org’s Themes Team began strongly urging theme authors to switch to locally hosted webfonts, following a German court case, which fined a website owner for violating the GDPR by using Google-hosted webfonts. For years, theme authors have been enqueuing Google Fonts from the Google CDN for better performance, but this method exposes visitors’…

  • WordPress Theme Authors Are Moving to Host Fonts Locally

    WordPress Theme Authors Are Moving to Host Fonts Locally

    The WordPress Themes team is poised to change its guidelines on remote hosting Google Fonts and is once again strongly urging theme authors to host their fonts locally. Yoast-sponsored contributor Ari Stathopoulos published an update today to answer some questions the team has been receiving about fonts in themes: Historically, WordPress themes hosted in the w.org…

  • German Court Fines Website Owner for Violating the GDPR by Using Google-Hosted Fonts

    German Court Fines Website Owner for Violating the GDPR by Using Google-Hosted Fonts

    In late January, a Munich regional court ruled that a plaintiff was entitled to injunctive relief and damages of 100 € from an undisclosed website owner for passing on the visitor’s IP address to Google through the use of Google Fonts. Since it is possible to use the fonts without connecting to Google, the court…

  • Google Fonts Gets a Redesign

    Google Fonts Gets a Redesign

    Google Fonts is sporting a fresh new design that makes it much easier to browse. The catalog of free and open source fonts first launched in 2010 with 14 fonts and has grown to host more than 800 today. In addition to being viewed across the web over 15 billion times per day in 135…

  • How to Use Open Source Brick Fonts With WordPress

    How to Use Open Source Brick Fonts With WordPress

    Easy access to open source typography services has made the web a more beautiful place. Google’s vast library of fonts is free, fast-loading and hosted on high performing servers, which has resulted in ubiquitous use across the web. But have you ever looked at Google fonts and wondered why they appear to be a bit…

  • WordPress Tip: How to Load Google Fonts Over SSL and Non-SSL

    WordPress Tip: How to Load Google Fonts Over SSL and Non-SSL

    Here’s a quick tip for when you load Google fonts in WordPress. If you want the fonts to work over both SSL and non-SSL, you need to use the protocol relative link. For example, if you’re loading Google fonts from your theme’s functions.php file, you might do it like this: [php light=”true”]function mytheme_enqueue_styles() { wp_register_style(‘googleFonts’,…