diff options
author | Sharanya A | 2019-07-31 11:35:07 +0530 |
---|---|---|
committer | Sharanya A | 2019-07-31 11:35:07 +0530 |
commit | 3b718f137645eba6e419e30ce4695d724b4f5be8 (patch) | |
tree | 96e174a1e99ab19b1508068de2e085a4393ad22f | |
parent | 4a14541f8bfb682f9726b62d9d2b457803fc9a10 (diff) | |
download | FOSSEE_animations-3b718f137645eba6e419e30ce4695d724b4f5be8.tar.gz FOSSEE_animations-3b718f137645eba6e419e30ce4695d724b4f5be8.tar.bz2 FOSSEE_animations-3b718f137645eba6e419e30ce4695d724b4f5be8.zip |
Find where used or delete index.css
-rw-r--r-- | fossee_manim/static/css/index.css | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/fossee_manim/static/css/index.css b/fossee_manim/static/css/index.css index 176126e..0a7895e 100644 --- a/fossee_manim/static/css/index.css +++ b/fossee_manim/static/css/index.css @@ -1,15 +1,13 @@ #brand{ font-size: 2vw; - /* font-family: "Times New Roman", Georgia, serif; */ - font-family: 'Raleway', sans-serif; + font-family: "Times New Roman", Georgia, serif; } #tag { padding: 15 15 15 15; font-size: 3vw; color: goldenrod; - /* font-family: Arial, Helvetica, sans-serif; */ - font-family: 'Raleway', sans-serif; + font-family: Arial, Helvetica, sans-serif; } |