From 88f96b523b1f78b450e50fffaf5fb32db32d7948 Mon Sep 17 00:00:00 2001 From: AashishVivekBhat <72133255+AashishVivekBhat@users.noreply.github.com> Date: Tue, 30 Jan 2024 23:47:22 +0530 Subject: [PATCH] Update styles.css --- styles.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/styles.css b/styles.css index 1acbee8..f86c16d 100644 --- a/styles.css +++ b/styles.css @@ -21,7 +21,7 @@ body{ max-width: 100vw; min-height: 100vh; /*to apply flex display and align item in center*/ - font-family: Work Sans; + font-family: "Work Sans"; background: var(--light-pink) no-repeat url(./assets/images/background-pattern-desktop.svg); background-size: contain; display: flex; @@ -114,4 +114,4 @@ hr{ position: absolute; top: 20vh; } -} \ No newline at end of file +}