Author Topic: Change compose font  (Read 2808 times)

Offline bburg

  • Jr. Member
  • **
  • Posts: 20
Change compose font
« 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?

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,901
    • SKaero - Custom Roundcube development
Change compose font
« Reply #1 on: November 14, 2009, 10:35:54 PM »
Open [RC root]/skins/[skin name]/mail.css and find:
Code: [Select]

#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.