# AccountBrandingFont

Font applied to the hosted payment page. Leave unset to keep the page default.

* `LORA` - Serif.
* `ROBOTO_SLAB` - Slab serif.
* Every other value is a sans-serif.

```
enum AccountBrandingFont {

  SOURCE_SANS_3

  INTER

  ROBOTO

  OPEN_SANS

  MONTSERRAT

  NUNITO

  RALEWAY

  LORA

  ROBOTO_SLAB

}
```

### Values[​](#values "Direct link to Values")

#### [`AccountBrandingFont.SOURCE_SANS_3`](#source-sans-3)[​](#source-sans-3 "Direct link to source-sans-3")

#### [`AccountBrandingFont.INTER`](#inter)[​](#inter "Direct link to inter")

#### [`AccountBrandingFont.ROBOTO`](#roboto)[​](#roboto "Direct link to roboto")

#### [`AccountBrandingFont.OPEN_SANS`](#open-sans)[​](#open-sans "Direct link to open-sans")

#### [`AccountBrandingFont.MONTSERRAT`](#montserrat)[​](#montserrat "Direct link to montserrat")

#### [`AccountBrandingFont.NUNITO`](#nunito)[​](#nunito "Direct link to nunito")

#### [`AccountBrandingFont.RALEWAY`](#raleway)[​](#raleway "Direct link to raleway")

#### [`AccountBrandingFont.LORA`](#lora)[​](#lora "Direct link to lora")

#### [`AccountBrandingFont.ROBOTO_SLAB`](#roboto-slab)[​](#roboto-slab "Direct link to roboto-slab")

### Member Of[​](#member-of "Direct link to Member Of")

[`AccountBranding`](https://docs.monei.com/apis/graphql/types/objects/account-branding/.md) object ● [`AccountBrandingInput`](https://docs.monei.com/apis/graphql/types/inputs/account-branding-input/.md) input
