Roundcube Community Forum

Release Support => Pending Issues => Topic started by: bburg on November 14, 2009, 06:26:33 PM

Title: Change compose font
Post by: bburg on November 14, 2009, 06:26:33 PM
I find my compose font (in plain text mode!) in Ubuntu too small. Can I somewhere in the code change this to a larger size?
Title: Change compose font
Post by: SKaero on November 14, 2009, 10:35:54 PM
Open [RC root]/skins/[skin name]/mail.css and find:

#compose-body
{
  min-height: 100px;
  height: 100%;
  font-size: 9pt;
  font-family: "Courier New", Courier, monospace;
}

Change the font-size to to make the text larger.