This user is not visible to guests.
i'm glad you like it! :D
yes, you can use different fonts! underneath the import link, add this "import url('https://fonts.googleapis.com/css?family=Font+family+name&display=swap');". you can only add fonts from google fonts, and if they have additional weights, you can add them like font-family:200,300,400, etc. then, replace the font variable you want to change with the name of the font. e.g. $font-heading: 'Font Family Name';
to remove the letter spacing hover effect, add this below the import link:
a:hover, .close:hover, .navbar-inverse .navbar-left .nav-link:focus, .navbar-inverse .navbar-left .nav-link:hover {
letter-spacing: 0px;
}
[$5] Container CSS Bundle's Comments