From d8d54318bb3dd5322158f07fc8dbcbae66f6daba Mon Sep 17 00:00:00 2001 From: Shreya Anand Date: Wed, 2 Oct 2019 21:32:47 +0530 Subject: [PATCH 1/2] changed font to Lato --- assets/css/style.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/css/style.scss b/assets/css/style.scss index ae875e91..b36f1c81 100644 --- a/assets/css/style.scss +++ b/assets/css/style.scss @@ -6,7 +6,7 @@ @import url('https://fonts.googleapis.com/css?family=Kanit'); body{ - font-family : "Montserrat", sans-serif; + font-family : "Lato", sans-serif; } a { color:#286e75; From b114d0100bdda72a3aebb3e38b24512e7ac6457a Mon Sep 17 00:00:00 2001 From: Shreya Anand Date: Thu, 1 Oct 2020 18:37:02 +0530 Subject: [PATCH 2/2] updated readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aab80dff..bc30dae5 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ #### **[Quotes](https://vinitshahdeo.github.io/inspirational-quotes/) + [Twitter](https://twitter.com/Vinit_Shahdeo) = [Quotter](https://twitter.com/SayHiToQuotter)** -## Getting Started +## Getting Started with it - First clone this repository: ```git clone https://github.com/vinitshahdeo/Quotter.git```