# CSS to change entire app font

**URL:** https://forums.knack.com/t/css-to-change-entire-app-font/7517
**Category:** Ask Developers
**Created:** [November 4, 2016, 12:28pm UTC](https://forums.knack.com/t/css-to-change-entire-app-font/7517 "2016-11-04T12:28:30Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![AjayGupta71893](https://avatars.discourse-cdn.com/v4/letter/a/7cd45c/32.png) [@AjayGupta71893](https://forums.knack.com/u/AjayGupta71893)
#### Post date: [November 4, 2016, 12:28pm UTC](https://forums.knack.com/t/css-to-change-entire-app-font/7517/1 "2016-11-04T12:28:30Z")

</div>

Is there a CSS to change entire font of the application. I am using this

#knack-body {  
 font-family: Arial, Helvetica, sans-serif  
}

But its not working

---

<div class="post-metadata">

### Author: ![BennetSt.L83204](https://avatars.discourse-cdn.com/v4/letter/b/848f3c/32.png) [@BennetSt.L83204](https://forums.knack.com/u/BennetSt.L83204)
#### Post date: [November 7, 2016, 5:18pm UTC](https://forums.knack.com/t/css-to-change-entire-app-font/7517/2 "2016-11-07T17:18:17Z")

</div>

I haven't tried it - but I assume it would be:  
  
#view\_2 {

font-family: whatever !important

}

---

<div class="post-metadata">

### Author: ![AjayGupta71893](https://avatars.discourse-cdn.com/v4/letter/a/7cd45c/32.png) [@AjayGupta71893](https://forums.knack.com/u/AjayGupta71893)
#### Post date: [November 6, 2016, 9:03am UTC](https://forums.knack.com/t/css-to-change-entire-app-font/7517/3 "2016-11-06T09:03:27Z")

</div>

It worked thank you very much. I have another question. Is it possible to do font change for only one page or view.

Thanks

---

<div class="post-metadata">

### Author: ![BennetSt.L83204](https://avatars.discourse-cdn.com/v4/letter/b/848f3c/32.png) [@BennetSt.L83204](https://forums.knack.com/u/BennetSt.L83204)
#### Post date: [November 4, 2016, 12:51pm UTC](https://forums.knack.com/t/css-to-change-entire-app-font/7517/4 "2016-11-04T12:51:35Z")

</div>

.kn-content {

font-family: WHATEVER

}
