How to Change Blaskan's Title Font

Hello, all! I would like to change Blaskan’s title font from Pacifico to Quicksand. In poking through the CSS, the applicable lines of code seem to start at line 484 of the stylesheet. They read:

Header

--------------------------------------------------------------*/
.site-title {
font-size: 50px;
line-height: 1.1;
font-family: ‘Pacifico’, serif;
margin: 0.67em 0;

Per the Google Fonts instructions (Google Fonts), I tried embedding the suggested CSS code so that it read:

Header

--------------------------------------------------------------*/
.site-title {
font-size: 50px;
line-height: 1.1;
font-family: ‘Quicksand’, sans-serif;
margin: 0.67em 0;

I am brand new to Wordpress, so I’m sure I’m doing something incorrectly. Any help would be appreciated!

Hi there

Hope you are having a good day :slight_smile:
If you are new to web development then my suggestion is to not touch theme files, you can use this great plugin to change any font anywhere on your website:

Thanks!
Colorlib Support Team