# 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 "Enlace directo al Values")

#### [`AccountBrandingFont.SOURCE_SANS_3`](#source-sans-3)[​](#source-sans-3 "Enlace directo al source-sans-3")

#### [`AccountBrandingFont.INTER`](#inter)[​](#inter "Enlace directo al inter")

#### [`AccountBrandingFont.ROBOTO`](#roboto)[​](#roboto "Enlace directo al roboto")

#### [`AccountBrandingFont.OPEN_SANS`](#open-sans)[​](#open-sans "Enlace directo al open-sans")

#### [`AccountBrandingFont.MONTSERRAT`](#montserrat)[​](#montserrat "Enlace directo al montserrat")

#### [`AccountBrandingFont.NUNITO`](#nunito)[​](#nunito "Enlace directo al nunito")

#### [`AccountBrandingFont.RALEWAY`](#raleway)[​](#raleway "Enlace directo al raleway")

#### [`AccountBrandingFont.LORA`](#lora)[​](#lora "Enlace directo al lora")

#### [`AccountBrandingFont.ROBOTO_SLAB`](#roboto-slab)[​](#roboto-slab "Enlace directo al roboto-slab")

### Member Of[​](#member-of "Enlace directo al Member Of")

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