Commit 6d70ad5d2877dd95f60bfe90e2e50cae67a6afe4

Authored by Shilpi Saini
1 parent 1451346ac7
Exists in master

change font-family

Showing 1 changed file with 3 additions and 0 deletions   Show diff stats
... ... @@ -532,6 +532,7 @@ stroke-dashoffset:0
532 532  
533 533 #front {
534 534 background-color: #2f383a;
  535 + font-family: brandon-grotesque;
535 536 /*background-image: url(/images/mock_up_background.jpg);
536 537 background-repeat: no-repeat;
537 538 background-size: cover;
... ... @@ -1255,6 +1256,7 @@ input.hidden {
1255 1256 .title{
1256 1257 text-align: center;
1257 1258 color: #FF6600;
  1259 + font-family: brandon-grotesque;
1258 1260 }
1259 1261 .card-title {
1260 1262 /*font-size: 17px;*/
... ... @@ -1677,6 +1679,7 @@ table {
1677 1679 }
1678 1680 #front {
1679 1681 background-color: #2f383a;
  1682 + font-family: brandon-grotesque;
1680 1683 /*background-image: url(/images/mock_up_background.jpg);
1681 1684 background-repeat: no-repeat;
1682 1685 background-attachment:fixed;
... ...