Contact Forms Font

Is it possible to use our brand for on the contact forms? Is this something that is relatively easy to upload / change?

Hey @paulg13,

This should relatively easy depending on a few variables.

1) Is your brand font a webfont?

2) If so has it been added to the site in any way?

If you know the font stack and its been added you could do something like the following:

form {
 font-family: *brand font*, Arial, Helvetica Neue, Helvetica, sans-serif;
}

That css probably will need alittle more specification but should get you going down the right path!

Hey Kevin-C

Thanks so much for this. It’s really helpful. Our font is a web font. I’m not sure if it has been added. I will look into this.

Thank you!