Mozilla-Campus-Club-IIT / Mozilla-Campus-Club-IIT.github.io

Official Website of Mozilla Campus Club IIT OLD
Apache License 2.0
15 stars 40 forks source link

Changed the font in the header. #37

Open ChathuminaVimukthi opened 6 years ago

Savidude commented 6 years ago

Hi,

Thank you for the contribution. However, why has the entire main.css file been changed? All that is required is the font type of the title to be changed. You would just have to change the font-family attribute in here (see line 2687 in main.css):

#header .logo {
            color: #f6755e;
            font-family: "Trebuchet MS", cursive;
            font-size: 2.5em;
            letter-spacing: 2px;
            margin-top: -5px;
            text-decoration: none;
            display: inline-block;
        }
ChathuminaVimukthi commented 6 years ago

Hi, I realized it after making the PR. I am a newbie and won't happen again. :)

Savidude commented 6 years ago

No worries. That's what the Mozilla Club is all about :) Anyway I will keep the PR open until the end of Hacktoverfest. Good luck!

ChathuminaVimukthi commented 6 years ago

Thanks ayya. Cheers!