fix(curriculum): typo in CSS typography review (#64574)

This commit is contained in:
Brian Tripp
2025-12-14 05:15:20 -06:00
committed by GitHub
parent 2ed1b5b86d
commit 3c42fc858b
@@ -86,7 +86,7 @@ font-family: Arial, Lato;
## Working With External Fonts
- **Definition**: An external font is a font file that is not included directly within your project files.They're usually hosted on a separate server. To include these external fonts inside your project, you can use a `link` element or `@import` statement inside your CSS.
- **Definition**: An external font is a font file that is not included directly within your project files. They're usually hosted on a separate server. To include these external fonts inside your project, you can use a `link` element or `@import` statement inside your CSS.
- **Google Fonts**: This is a Google service that offers a collection of fonts, many of which are designed specifically for web development.
Here is an example using the `link` element: