How to change the Travelify logo fon family and font size

Hi all,

Again, great theme and support. This is not my first time asking a question.

How can I change the font (family) AND the font size for the logo?

Hi @aptoitos,

Use this css code and put your values:

#site-title a {
    font-family:;
    font-size:;
}

Thanks,

Cristian