Change font of the hole template

First of all, you have made a great job! Loving all your themes, they are best things u can get.

Is it possible to change the hole font of the template to illdy-font?
That all headlines, body & buttons change the font?

Thx for your help

Hi @oliver,

I hope you are well today and thank you for your question.

I am not sure what font you are referring as illdy-font as i didn’t find it so could you please tell me a bit more in detail so that i can help you?

Kind Regards,
Movin

Hi Movin, thank you for your offer, but i found the Solution myself.

I added Custom CSS:

body {
	font-family: 'Source Sans Pro', sans-serif;
}
.navbar .container .button .navbar-brand,  h2, h3, h4, h5, h6, .h2, .h3, .h4, .h5, .h6, .navbar.navbar-default {
  font-family: 'Source Sans Pro', sans-serif;
}
h1, .h1 {
  font-family: 'Source Sans Pro', sans-serif;
}
.btn {
 font-family: 'Source Sans Pro', sans-serif;
}
.menu {
 font-family: 'Source Sans Pro', sans-serif;
}

Regards Oliver

Awesome great to see you got that achieved.

Please advise if you have more questions.

Have a fantastic day!