From 1d5440da8d73d413a2ac73a2054d788be6bc3895 Mon Sep 17 00:00:00 2001 From: sanyamidha <41261003+sanyamidha@users.noreply.github.com> Date: Wed, 9 Oct 2019 23:51:19 +0530 Subject: [PATCH] Update style.css --- css/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/css/style.css b/css/style.css index 4ef4621..ec8ddc6 100644 --- a/css/style.css +++ b/css/style.css @@ -7,7 +7,7 @@ body{ width: 100%; background: #dedede; text-align: center; - font-family: 'Montserrat', sans-serif; + font-family: 'Raleway', sans-serif; color: #191919; overflow-x: hidden; @@ -92,7 +92,7 @@ table,thead,tbody,tfoot,tr, td,th{ .heading{ - font-family: 'Allerta Stencil', sans-serif; + font-family: 'Verdana', sans-serif; color:teal; } @@ -154,4 +154,4 @@ input[type=submit]:hover { color : #2E302C; font-size: 18px; font-weight: 800; - } \ No newline at end of file + }