Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    How to change font size

    Hi,
    we're using you're framework for a part of our product and we received many feedbacks from our customers, that the font size is too small.
    Therefore we're looking to an enhanced skin version, where the font size is bigger. Is there any simple way to do so without the changing the css file by hand.

    Are you using tools like SASS or SCSS? Is there any chance to get these files to manipulate the attributes,
    like font size or padding in a simplier way than to iterate over the file and replace them manually one by one?

    Thanks in advance
    Marcus

    #2
    We are internally using SASS, but not for font sizes, and in any case we cannot provide our internal tools to you.

    There's no shortcut to changing the CSS, which is not especially challenging. However bear in mind, if you make the fonts significantly larger, you will need to adjust other sizes as well. For example, the height of SectionHeaders would need to be adjusted if you make the font used in the header much taller.

    Comment


      #3
      We're already aware of the fact that if we change the font size, we also have to change other attributes like padding. We've already tried to change it by hand.
      But we're searching for a possiblity to automise the editing of the css file, so we don't have to change it by hand,
      every time we're updating our smartclient version or the skin file has changed.

      Is there a possibility, that you could provide us with a second css file with a changed font size like 14 px? Is there a possibility to sponsor this changes?

      Comment

      Working...
      X