> For the complete documentation index, see [llms.txt](https://codedthemes.gitbook.io/mantis-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/mantis-bootstrap/customizer/font-family.md).

# Font Family

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

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