> For the complete documentation index, see [llms.txt](https://codedthemes.gitbook.io/berry-bootstrap/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://codedthemes.gitbook.io/berry-bootstrap/customizer/font-family.md).

# Font Family

For any Font Family changes, change the value in "**/gulpfile.js**".

```javascript
const font_name = 'Roboto';
// set value from 'Roboto', 'Poppins', 'Inter'
```
