diff options
author | Sharanya A | 2019-07-30 13:02:57 +0530 |
---|---|---|
committer | Sharanya A | 2019-07-30 13:02:57 +0530 |
commit | 6bf9a8edd05de55b4c666d74c3cca7e6668cab86 (patch) | |
tree | 702c9f51d8c337bc28e78176b4fe2d337ca121f2 /fossee_manim/static | |
parent | ef9cf827cd30f114b04c6537755b9754c5554b35 (diff) | |
download | FOSSEE_animations-6bf9a8edd05de55b4c666d74c3cca7e6668cab86.tar.gz FOSSEE_animations-6bf9a8edd05de55b4c666d74c3cca7e6668cab86.tar.bz2 FOSSEE_animations-6bf9a8edd05de55b4c666d74c3cca7e6668cab86.zip |
Font and css changes to index.html; fix base.html fonts and footer
Diffstat (limited to 'fossee_manim/static')
-rw-r--r-- | fossee_manim/static/css/custom_font.css | 4 | ||||
-rw-r--r-- | fossee_manim/static/css/custom_index.css | 8 |
2 files changed, 8 insertions, 4 deletions
diff --git a/fossee_manim/static/css/custom_font.css b/fossee_manim/static/css/custom_font.css deleted file mode 100644 index 1d90f6a..0000000 --- a/fossee_manim/static/css/custom_font.css +++ /dev/null @@ -1,4 +0,0 @@ -.navbar{ - font-family: 'Raleway', sans-serif; - font-size: 15px; -} diff --git a/fossee_manim/static/css/custom_index.css b/fossee_manim/static/css/custom_index.css new file mode 100644 index 0000000..3984c29 --- /dev/null +++ b/fossee_manim/static/css/custom_index.css @@ -0,0 +1,8 @@ +.navbar{ + font-family: 'Raleway', sans-serif; + font-size: 15px; +} +#mainfooter{ + font-family: 'Lato', sans-serif; + font-weight: 400; +} |