From 3bb0e36df68e64d12abc867be84013609b55ab9b Mon Sep 17 00:00:00 2001 From: preranadeshpande Date: Sat, 12 Oct 2019 21:32:58 +0530 Subject: [PATCH] changed font-family in style2.css file --- css/style2.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/style2.css b/css/style2.css index d1ee066ad..b19cdc16a 100644 --- a/css/style2.css +++ b/css/style2.css @@ -19,7 +19,7 @@ a {text-decoration: none; color: #333; border-bottom: 3px solid #0068FF;} a:hover {color: #0068FF} p {font-weight: 200; font-size: 20px;} -.name {font-family: Montserrat; font-size: 45px; text-transform: uppercase; font-weight: 900; padding: 12px; border: 4px solid #0068FF; color: #0068FF; display: inline-block; position: absolute; margin-bottom: 60px; top: 60px; left: 90px;} +.name {font-family: sans-serif; font-size: 45px; text-transform: uppercase; font-weight: 900; padding: 12px; border: 4px solid #0068FF; color: #0068FF; display: inline-block; position: absolute; margin-bottom: 60px; top: 60px; left: 90px;} .container {margin: 0 auto; width: 700px; padding: 120px 12px 50px; overflow: auto;} article {padding: 60px;}