From 62d83c307965c502b4b24a80ae61310f18b113f4 Mon Sep 17 00:00:00 2001 From: Nathan Tsai <14931423+chrishappy@users.noreply.github.com> Date: Mon, 17 Jun 2024 12:11:50 -0700 Subject: [PATCH] Update content.md with additional preconnect When adding new fonts, Google Fonts now suggests adding both of the tags: ``` ``` for example when adding: Lexend and Alegreya ``` ``` --- .../using_web_fonts_from_a_font_delivery_service/content.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cc-by-sa/knowledge/modules/using_type/lessons/using_web_fonts_from_a_font_delivery_service/content.md b/cc-by-sa/knowledge/modules/using_type/lessons/using_web_fonts_from_a_font_delivery_service/content.md index e057028153..a0a7c7e4f2 100644 --- a/cc-by-sa/knowledge/modules/using_type/lessons/using_web_fonts_from_a_font_delivery_service/content.md +++ b/cc-by-sa/knowledge/modules/using_type/lessons/using_web_fonts_from_a_font_delivery_service/content.md @@ -14,7 +14,8 @@ In this article weâll first look at the process of adding fonts from a font de Once weâve browsed the font library and made our selection(s), weâll need to copy the code provided by the delivery service into the `
` of our HTML. Google Fonts provides something like this: ``` - + + ``` -- 2.47.2