diff options
author | Sharanya A | 2019-07-31 11:20:49 +0530 |
---|---|---|
committer | Sharanya A | 2019-07-31 11:20:49 +0530 |
commit | 140b189fb53a68c182082b4812838c02e1633dda (patch) | |
tree | c8b428b8f314f6978462b406e090f503ca3b03cd /fossee_manim/static | |
parent | 6bf9a8edd05de55b4c666d74c3cca7e6668cab86 (diff) | |
download | FOSSEE_animations-140b189fb53a68c182082b4812838c02e1633dda.tar.gz FOSSEE_animations-140b189fb53a68c182082b4812838c02e1633dda.tar.bz2 FOSSEE_animations-140b189fb53a68c182082b4812838c02e1633dda.zip |
Fixed footer with fonts in base and index
Diffstat (limited to 'fossee_manim/static')
-rw-r--r-- | fossee_manim/static/css/custom_base.css | 8 |
1 files changed, 8 insertions, 0 deletions
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; +} |