# Set custom font for all elements in embed mode (Reviews)

**URL:** https://community.elfsight.com/t/set-custom-font-for-all-elements-in-embed-mode-reviews/23041
**Category:** Reviews
**Created:** [October 20, 2023, 2:50pm UTC](https://community.elfsight.com/t/set-custom-font-for-all-elements-in-embed-mode-reviews/23041 "2023-10-20T14:50:41Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Helga](https://sea2.discourse-cdn.com/flex020/user_avatar/community.elfsight.com/helga/32/1155_2.png) [@Helga](https://community.elfsight.com/u/Helga)
#### Post date: [October 20, 2023, 2:50pm UTC](https://community.elfsight.com/t/set-custom-font-for-all-elements-in-embed-mode-reviews/23041/1 "2023-10-20T14:50:41Z")

</div>

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 [Reviews](https://elfsight.com/widgets/?category=reviews) widget’s Style tab:

```auto
.es-main-container {
  font-family: Montserrat;
}

```

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

Guys, if this code was helpful to you, please drop a line in the comments. Your feedback helps us improve our services and provide better solutions 🙂
