mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
fix(curriculum): typo in CSS typography review (#64574)
This commit is contained in:
+1
-1
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user