Set custom font for all elements

Although we do provide a list of fonts for you to choose for your widget, you might happen to need a custom code.

If that is the case, add the code below to Custom CSS field on your Job Board widget’s Appearance tab:

.LayoutContainer__Container-sc-13gejj2-0, .PopupComponent__Content-sc-12ld66t-0 {
  font-family: Georgia;
}

You’re welcome to set any other font, providing it is supported by your browser and added to your website.