diff options
author | Sharanya A | 2019-07-30 11:48:27 +0530 |
---|---|---|
committer | Sharanya A | 2019-07-30 11:48:27 +0530 |
commit | ef9cf827cd30f114b04c6537755b9754c5554b35 (patch) | |
tree | f84f5b8422a2be8fb336dfdea27ceb6b62fbc850 /fossee_manim/static | |
parent | 0ee67999bcf12b3c871bd6621ba05ab211f13e60 (diff) | |
download | FOSSEE_animations-ef9cf827cd30f114b04c6537755b9754c5554b35.tar.gz FOSSEE_animations-ef9cf827cd30f114b04c6537755b9754c5554b35.tar.bz2 FOSSEE_animations-ef9cf827cd30f114b04c6537755b9754c5554b35.zip |
css changes on landing page
Diffstat (limited to 'fossee_manim/static')
-rw-r--r-- | fossee_manim/static/css/custom_font.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/fossee_manim/static/css/custom_font.css b/fossee_manim/static/css/custom_font.css new file mode 100644 index 0000000..1d90f6a --- /dev/null +++ b/fossee_manim/static/css/custom_font.css @@ -0,0 +1,4 @@ +.navbar{ + font-family: 'Raleway', sans-serif; + font-size: 15px; +} |