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

# Font Family

To change the **Font** in the theme change value in "**public/assets/js/config.js**".

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