• Icon: Suggestion Suggestion
    • Resolution: Won't Fix
    • None
    • None
    • Confluence 2.6.2 standalone, JDK 1.5.0_13-b05, Linux 2.6.9-34.ELsmp
    • We collect Confluence feedback from various sources, and we evaluate what we've collected when planning our product roadmap. To understand how this piece of feedback will be reviewed, see our Implementation of New Features Policy.

      Problem:
      The base font in Confluence, as specified in main-action.css is font-family: Helvetica,Arial,sans-serif;
      If a user has Helvetica installed on his system, Confluence will use this (ugly!) font.

      Improvement: In our opinion Arial should always be the default font, so --> font-family: Arial,Helvetica,sans-serif;

      This applies to two styles:

      main-action.css, line 5:

      body, p, td, table, tr, .bodytext, .stepfield
      {
      font-family: Helvetica,Arial,sans-serif;
      font-size: 10pt;
      line-height: 13pt;
      color: #000000;
      font-weight: normal;
      }
      

      main-action.css, line 1256:

      input
      {
      font-family: Helvetica,Arial,sans-serif;
      font-size: 10pt;
      color: #000000;
      }
      

              Unassigned Unassigned
              26df1c595a79 Sander van den Berg
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: