From 91dbb744aa38f410e16e1ec0a10a327be5ce3612 Mon Sep 17 00:00:00 2001 From: sindhura14 Date: Wed, 10 Apr 2024 16:26:16 -0700 Subject: [PATCH 1/2] Update README.md Added a new section on how to add google fonts. --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index f2e69a38..6f126c1b 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,13 @@ Create the HTML and CSS needed to replicate [this exact same picture](https://ra ![Postcard Strategy](https://github.com/breatheco-de/exercise-postcard/raw/main/.learn/assets/strategy.gif?raw=true) +## You can add different fonts by using free google fonts (https://fonts.google.com/) . +1.Click on the font you like. +2.Click get font. +3.Click on Embed code. +4.Add the link tags to your html file. + + ## What to do if you are stuck? There is a video about this exercise, watch it if you are lost. But don't copy everything, try to code some of your own. From 1cbda3a70cc6178c6cf0668628c75f87d78a43c1 Mon Sep 17 00:00:00 2001 From: Tomas Gonzalez <56565994+tommygonzaleza@users.noreply.github.com> Date: Fri, 10 May 2024 10:24:05 -0400 Subject: [PATCH 2/2] Update README.md --- README.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 6f126c1b..2b08694e 100644 --- a/README.md +++ b/README.md @@ -38,11 +38,15 @@ Create the HTML and CSS needed to replicate [this exact same picture](https://ra ![Postcard Strategy](https://github.com/breatheco-de/exercise-postcard/raw/main/.learn/assets/strategy.gif?raw=true) -## You can add different fonts by using free google fonts (https://fonts.google.com/) . -1.Click on the font you like. -2.Click get font. -3.Click on Embed code. -4.Add the link tags to your html file. +## You can add different fonts by using free [Google Fonts](https://fonts.google.com/) + +1. Click on the font you like. + +2. Click get font. + +3. Click on Embed code. + +4. Add the link tags to your html file. ## What to do if you are stuck?