# How to increase or decrease post font size?

**URL:** https://meta.discourse.org/t/how-to-increase-or-decrease-post-font-size/44441
**Category:** Support
**Created:** [May 18, 2016, 3:12pm UTC](https://meta.discourse.org/t/how-to-increase-or-decrease-post-font-size/44441 "2016-05-18T15:12:54Z")
**Posts on this page:** 10
**Page:** 1

<div class="post-metadata">

### Author: ![hashOK](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/hashok/32/84852_2.png) [@hashOK](https://meta.discourse.org/u/hashOK)
#### Post date: [May 18, 2016, 3:12pm UTC](https://meta.discourse.org/t/how-to-increase-or-decrease-post-font-size/44441/1 "2016-05-18T15:12:54Z")

</div>

I dont see any option.Can anyone suggest me a way to do it?

---

<div class="post-metadata">

### Author: ![TheLiker5839](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/theliker5839/32/56377_2.png) [@TheLiker5839](https://meta.discourse.org/u/TheLiker5839)
#### Post date: [May 18, 2016, 3:19pm UTC](https://meta.discourse.org/t/how-to-increase-or-decrease-post-font-size/44441/2 "2016-05-18T15:19:35Z")

</div>

There was a way to do it before the latest update using BBCode, but it was limited to this:  
`<small>blah</small>`  
`<big>blah</big>`

---

<div class="post-metadata">

### Author: ![lrossouw](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/lrossouw/32/121275_2.png) [@lrossouw](https://meta.discourse.org/u/lrossouw)
#### Post date: [May 18, 2016, 3:26pm UTC](https://meta.discourse.org/t/how-to-increase-or-decrease-post-font-size/44441/3 "2016-05-18T15:26:03Z")

</div>

#This is a way to try  
##using the heading tag

### from markdown

#### see code below

```markdown
#This is a way to try
##using the heading tag 
### from markdown
#### see code below

```

---

<div class="post-metadata">

### Author: ![Falco](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/falco/32/179432_2.png) [@Falco](https://meta.discourse.org/u/Falco)
#### Post date: [May 18, 2016, 3:27pm UTC](https://meta.discourse.org/t/how-to-increase-or-decrease-post-font-size/44441/4 "2016-05-18T15:27:58Z")

</div>

For all?

Admin → Customize → CSS/HTML

```CSS
.post-stream .cooked {
  font-size: 16px;
}

```

For You?

CTRL + +

---

<div class="post-metadata">

### Author: ![hashOK](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/hashok/32/84852_2.png) [@hashOK](https://meta.discourse.org/u/hashOK)
#### Post date: [May 18, 2016, 3:51pm UTC](https://meta.discourse.org/t/how-to-increase-or-decrease-post-font-size/44441/5 "2016-05-18T15:51:51Z")

</div>

Does for all increase post size for all existing posts and topics?

---

<div class="post-metadata">

### Author: ![Falco](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/falco/32/179432_2.png) [@Falco](https://meta.discourse.org/u/Falco)
#### Post date: [May 18, 2016, 3:52pm UTC](https://meta.discourse.org/t/how-to-increase-or-decrease-post-font-size/44441/6 "2016-05-18T15:52:37Z")

</div>

Yes, do you want anything else?

---

<div class="post-metadata">

### Author: ![hashOK](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/hashok/32/84852_2.png) [@hashOK](https://meta.discourse.org/u/hashOK)
#### Post date: [May 18, 2016, 4:10pm UTC](https://meta.discourse.org/t/how-to-increase-or-decrease-post-font-size/44441/7 "2016-05-18T16:10:13Z")

</div>

yes one more thing

How to add/change feature so that I see font size and color change option here :

![](https://global.discourse-cdn.com/meta/original/3X/3/6/36747337fbe4ea507d52d8a7fcec3540238ce06c.png)

sorry if i m asking for more

---

<div class="post-metadata">

### Author: ![cpradio](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/cpradio/32/4970_2.png) [@cpradio](https://meta.discourse.org/u/cpradio)
#### Post date: [May 18, 2016, 4:19pm UTC](https://meta.discourse.org/t/how-to-increase-or-decrease-post-font-size/44441/8 "2016-05-18T16:19:22Z")

</div>

Check out

> [@Formatting toolbar](https://meta.discourse.org/t/formatting-toolbar/40649):
>
> Add some formatting options to your discourse posts : center a text or an image, align to the right, justify, colors, underline, etc. It’s easy to use and it will provide some options to embellish your posts.

---

<div class="post-metadata">

### Author: ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)
#### Post date: [January 21, 2019, 9:20am UTC](https://meta.discourse.org/t/how-to-increase-or-decrease-post-font-size/44441/9 "2019-01-21T09:20:17Z")

</div>



---

<div class="post-metadata">

### Author: ![zogstrip](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/zogstrip/32/512781_2.png) [@zogstrip](https://meta.discourse.org/u/zogstrip)
#### Post date: [January 22, 2019, 2:32pm UTC](https://meta.discourse.org/t/how-to-increase-or-decrease-post-font-size/44441/10 "2019-01-22T14:32:55Z")

</div>


