From 20c5c832b848cbe4f4c27479b83065e4501e3505 Mon Sep 17 00:00:00 2001 From: Sharanya A Date: Thu, 1 Aug 2019 15:25:45 +0530 Subject: fixes font error with raleway --- fossee_manim/static/css/custom_base.css | 28 +++++++++++++++------------- 1 file changed, 15 insertions(+), 13 deletions(-) (limited to 'fossee_manim/static/css/custom_base.css') diff --git a/fossee_manim/static/css/custom_base.css b/fossee_manim/static/css/custom_base.css index 7ddc1cd..e2623b1 100644 --- a/fossee_manim/static/css/custom_base.css +++ b/fossee_manim/static/css/custom_base.css @@ -1,33 +1,35 @@ -.navbar{ - font-family: 'Raleway', sans-serif; - font-size: 15px; -} - #basefooter{ font-family: 'Lato', sans-serif; - font-weight: 400; } -h1, -h2, -form, -.btn{ - font-family: 'Raleway', sans-serif; +.navbar{ + font-family: 'Montserrat', sans-serif; + font-size: 15px; } p, h3, h4, h5, h6, -.card-body{ +.card-body, +form{ font-family: 'Lato', sans-serif; } +h1, +h2, +.btn{ + font-family: 'Montserrat', sans-serif; +} .perma_link:hover{ background-color:#d1d2d3; text-decoration: none; } .perma_link a{ text-decoration: none; - font-family: 'Raleway', sans-serif; font-weight: 500; font-size: 18px; } + +#btnblue{ + background-color: #1facb3; + border-color: transparent; +} -- cgit