# Help with changing Pluto notebook font sizes

**URL:** https://discourse.julialang.org/t/help-with-changing-pluto-notebook-font-sizes/125694
**Category:** Pluto
**Tags:** question
**Created:** [February 8, 2025, 7:28pm UTC](https://discourse.julialang.org/t/help-with-changing-pluto-notebook-font-sizes/125694 "2025-02-08T19:28:49Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![gganapat](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/gganapat/32/52988_2.png) [@gganapat](https://discourse.julialang.org/u/gganapat)
#### Post date: [February 8, 2025, 7:28pm UTC](https://discourse.julialang.org/t/help-with-changing-pluto-notebook-font-sizes/125694/1 "2025-02-08T19:28:49Z")

</div>

I am able to change Pluto notebook input font size but unable to change output font. The code I used was

html"“”

.cm-editor .cm-scroller, .cm-editor .cm-content { font-family: "Fira Code", monospace !important; font-size: 16px !important; } .pluto-output pre, .pluto-output code { font-family: "Arial", monospace !important; font-size: 14px !important; }

“”"

Help would be appreciated. Thanks!  
gani -
