From 6ee47cc5c8d2f7e2500a9308197c5cdb575044ae Mon Sep 17 00:00:00 2001 From: Victor Tran Date: Wed, 5 Apr 2017 23:27:37 +1000 Subject: [PATCH] More contemporary fixes --- Project-Unite/Content/bootstrap-theme.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project-Unite/Content/bootstrap-theme.css b/Project-Unite/Content/bootstrap-theme.css index 5791ff1..f13c5e5 100644 --- a/Project-Unite/Content/bootstrap-theme.css +++ b/Project-Unite/Content/bootstrap-theme.css @@ -270,7 +270,7 @@ html { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } body { - font-family: "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; + font-family: "Contemporary", "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 14px; line-height: 1.42857143; color: #BDBDBD; @@ -359,7 +359,7 @@ h6, .h4, .h5, .h6 { - font-family: "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; + font-family: "Contemporary", "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 500; line-height: 1.1; color: #ffffff;