From 140b189fb53a68c182082b4812838c02e1633dda Mon Sep 17 00:00:00 2001 From: Sharanya A Date: Wed, 31 Jul 2019 11:20:49 +0530 Subject: Fixed footer with fonts in base and index --- fossee_manim/static/css/custom_base.css | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 fossee_manim/static/css/custom_base.css (limited to 'fossee_manim/static') diff --git a/fossee_manim/static/css/custom_base.css b/fossee_manim/static/css/custom_base.css new file mode 100644 index 0000000..5970f3a --- /dev/null +++ b/fossee_manim/static/css/custom_base.css @@ -0,0 +1,8 @@ +.navbar{ + font-family: 'Raleway', sans-serif; + font-size: 15px; +} +#basefooter{ + font-family: 'Lato', sans-serif; + font-weight: 400; +} -- cgit