From 947ac6584c17ca9f595f125cd2649826c82bbae9 Mon Sep 17 00:00:00 2001 From: Anuj K Date: Wed, 4 Oct 2023 21:58:07 +0530 Subject: [PATCH] Tesing with default fonts. --- style.css | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/style.css b/style.css index e4ea50b..0030a30 100644 --- a/style.css +++ b/style.css @@ -1,3 +1,5 @@ +/* + @font-face { font-family: 'Montserrat-Regular'; src: url('content/fonts/Montserrat-Regular.woff2') format('woff2'), @@ -14,6 +16,8 @@ font-style: normal; } +*/ + a { text-decoration: none !important; color: #b4b4bb; @@ -23,7 +27,7 @@ body { margin: 0; padding: 0; background: #25252d; - font-family: 'Montserrat-Regular'; + font-family: sans-serif; color: #b4b4bb; display: flex; min-height: 100vh; @@ -31,7 +35,7 @@ body { } h1, h2 { - font-family: 'Montserrat-Black'; + font-weight: 900; font-size:clamp(2.813rem,2.813vw + 2.25rem,5.625rem); margin: 0; padding: 0; @@ -44,7 +48,7 @@ h1, h2 { } h3 { - font-family: 'Montserrat-Black'; + font-weight: 900; font-size:clamp(0.813rem,0.813vw + 0.25rem,3.625rem); } @@ -103,8 +107,8 @@ h2 { } .button { - font-family: 'Montserrat-Black'; padding: 1.5vw; + font-weight: 900; margin: 2vw; background-image: linear-gradient(145deg, #4c4dfb , #706efb); color: #fff; @@ -135,5 +139,4 @@ p { img { max-width: 100%; height: auto; -} - +} \ No newline at end of file