From 6b6b5fcaaa51044bf312993efd89466bf2089675 Mon Sep 17 00:00:00 2001 From: Muhammed Mustafa Date: Mon, 23 May 2022 12:09:35 +0200 Subject: [PATCH] fix(curriculum): external google font's link in Legacy RWD (#46115) --- .../01-responsive-web-design/basic-css/import-a-google-font.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curriculum/challenges/english/01-responsive-web-design/basic-css/import-a-google-font.md b/curriculum/challenges/english/01-responsive-web-design/basic-css/import-a-google-font.md index 9bdc354ce17..7448cf89e1a 100644 --- a/curriculum/challenges/english/01-responsive-web-design/basic-css/import-a-google-font.md +++ b/curriculum/challenges/english/01-responsive-web-design/basic-css/import-a-google-font.md @@ -11,7 +11,7 @@ dashedName: import-a-google-font In addition to specifying common fonts that are found on most operating systems, we can also specify non-standard, custom web fonts for use on our website. There are many sources for web fonts on the Internet. For this example we will focus on the Google Fonts library. -[Google Fonts](https://fonts.google.com/) is a free library of web fonts that you can use in your CSS by referencing the font's URL. +Google Fonts is a free library of web fonts that you can use in your CSS by referencing the font's URL. So, let's go ahead and import and apply a Google font (note that if Google is blocked in your country, you will need to skip this challenge).