Adding Google Fonts into your WordPress website is a two-step process, which requires you to add CSS and PHP to your theme or plugin. Many people forget to do one of the steps. In this hands-on lab, you will write the code while I walk you through it step-by-step.
What You Will Learn
In this lab, you will learn:
- how to select a font from Google;
- the impact of selecting font styles;
- use the Google font instructions to help you load the feature into your code;
- working with Google Chrome Developer Tools;
- actual code changes to both CSS and PHP;
- and upticking your theme’s version number to ensure the new version is loaded in the browser.
Unlocked & Open Preview
We’ve opened this lab up for everyone. Whether you’re a member or not, you can take this lab (all of it).
Who needs copy/paste? Right. Writing code from scratch is fun!
Episodes
Total Lab Runtime: 00:18:35
- 1 Google Fonts and Your CSSfree 08:38
- 2 Enqueue the Stylesheet Resourcefree 09:57