# How to change the font size of docs in Juno

**URL:** https://discourse.julialang.org/t/how-to-change-the-font-size-of-docs-in-juno/15036
**Category:** Juno
**Tags:** question
**Created:** [September 16, 2018, 10:38pm UTC](https://discourse.julialang.org/t/how-to-change-the-font-size-of-docs-in-juno/15036 "2018-09-16T22:38:40Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![yzcj105](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/yzcj105/32/8754_2.png) [@yzcj105](https://discourse.julialang.org/u/yzcj105)
#### Post date: [September 16, 2018, 10:38pm UTC](https://discourse.julialang.org/t/how-to-change-the-font-size-of-docs-in-juno/15036/1 "2018-09-16T22:38:40Z")

</div>

Juno has many panes from source / REPL / Plot / workspace / documentation.

I’m low vision user. I’d like to customize the font size for different panes. There is a font-size setting, however, it will change all the font size. How can I do it separately for them?

For the Documentation, it has styles, the font size does not work for the quoted codes stays unchanged, so is it possible to setup it?

![image](https://global.discourse-cdn.com/julialang/original/3X/0/a/0a837d576e5e4340726d63452ab8779065f8d02b.png)

---

<div class="post-metadata">

### Author: ![pfitzseb](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/pfitzseb/32/45566_2.png) [@pfitzseb](https://discourse.julialang.org/u/pfitzseb)
#### Post date: [September 21, 2018, 2:41pm UTC](https://discourse.julialang.org/t/how-to-change-the-font-size-of-docs-in-juno/15036/2 "2018-09-21T14:41:24Z")

</div>

I meant to get back to you on this earlier but got distracted – this issue will be fixed with the next release of `ink`.

In the meantime you can set

```css
.ink .markdown pre {
  font-size: inherit;
}

```

in your user stylesheet.

---

<div class="post-metadata">

### Author: ![yzcj105](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/yzcj105/32/8754_2.png) [@yzcj105](https://discourse.julialang.org/u/yzcj105)
#### Post date: [September 21, 2018, 3:36pm UTC](https://discourse.julialang.org/t/how-to-change-the-font-size-of-docs-in-juno/15036/3 "2018-09-21T15:36:27Z")

</div>

Thank you very much. It fix the problem.

Here is a tiny issue

![image](https://global.discourse-cdn.com/julialang/original/3X/e/1/e11169003220818cffb28c667f87a21470c26605.png)

The last line characters are somewhat cut due to large font.
