From 6d70ad5d2877dd95f60bfe90e2e50cae67a6afe4 Mon Sep 17 00:00:00 2001 From: Shilpi Date: Fri, 23 Aug 2019 10:31:44 +0530 Subject: [PATCH] change font-family --- css/custom.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/css/custom.css b/css/custom.css index 0cccddc..44b52e4 100755 --- a/css/custom.css +++ b/css/custom.css @@ -532,6 +532,7 @@ stroke-dashoffset:0 #front { background-color: #2f383a; + font-family: brandon-grotesque; /*background-image: url(/images/mock_up_background.jpg); background-repeat: no-repeat; background-size: cover; @@ -1255,6 +1256,7 @@ input.hidden { .title{ text-align: center; color: #FF6600; + font-family: brandon-grotesque; } .card-title { /*font-size: 17px;*/ @@ -1677,6 +1679,7 @@ table { } #front { background-color: #2f383a; + font-family: brandon-grotesque; /*background-image: url(/images/mock_up_background.jpg); background-repeat: no-repeat; background-attachment:fixed; -- 2.0.0