diff options
author | Sharanya A | 2019-08-01 15:25:45 +0530 |
---|---|---|
committer | Sharanya A | 2019-08-01 15:25:45 +0530 |
commit | 20c5c832b848cbe4f4c27479b83065e4501e3505 (patch) | |
tree | 56ff634f5f44dbead8811f811415b17e45071e68 /fossee_manim/static | |
parent | 098cce53e353394cf654e4e34dd77b82cf8c8570 (diff) | |
download | FOSSEE_animations-20c5c832b848cbe4f4c27479b83065e4501e3505.tar.gz FOSSEE_animations-20c5c832b848cbe4f4c27479b83065e4501e3505.tar.bz2 FOSSEE_animations-20c5c832b848cbe4f4c27479b83065e4501e3505.zip |
fixes font error with raleway
Diffstat (limited to 'fossee_manim/static')
-rw-r--r-- | fossee_manim/static/css/custom_base.css | 28 |
1 files changed, 15 insertions, 13 deletions
diff --git a/fossee_manim/static/css/custom_base.css b/fossee_manim/static/css/custom_base.css index 7ddc1cd..e2623b1 100644 --- a/fossee_manim/static/css/custom_base.css +++ b/fossee_manim/static/css/custom_base.css @@ -1,33 +1,35 @@ -.navbar{ - font-family: 'Raleway', sans-serif; - font-size: 15px; -} - #basefooter{ font-family: 'Lato', sans-serif; - font-weight: 400; } -h1, -h2, -form, -.btn{ - font-family: 'Raleway', sans-serif; +.navbar{ + font-family: 'Montserrat', sans-serif; + font-size: 15px; } p, h3, h4, h5, h6, -.card-body{ +.card-body, +form{ font-family: 'Lato', sans-serif; } +h1, +h2, +.btn{ + font-family: 'Montserrat', sans-serif; +} .perma_link:hover{ background-color:#d1d2d3; text-decoration: none; } .perma_link a{ text-decoration: none; - font-family: 'Raleway', sans-serif; font-weight: 500; font-size: 18px; } + +#btnblue{ + background-color: #1facb3; + border-color: transparent; +} |