Jazz Register Log in
Jazz Forum Welcome to the Jazz Community Forum

Welcome to the Jazz Community Forum

Connect and collaborate with IBM Engineering experts and users

How to increase default font size on Description

By default font size on description is 12px, I want to change this size to other size. Is there any option to change the default font size value to 16px or 18px.

I'm looking for some option to set default font size to 16px or 18px so that new work items will pick custom value instead of default value.

Please suggest. <o:p> </o:p>

0 votes



One answer

Permanent link

You may consider using the Web GUI Theming.
https://jazz.net/wiki/bin/view/Main/WebUITheming

Depending on what you want to change about the "font", it can be quite easy or may need some work. For example, changing the type face is pretty easy - just add a custom CSS rule like this.

body {
    font-family: "Times New Roman", Georgia, Serif !important;
    font-size: 9pt;
}

0 votes

Your answer

Register or log in to post your answer.

Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details

Question asked: Feb 03 '20, 4:27 p.m.

Question was seen: 1,301 times

Last updated: Mar 06 '20, 5:20 p.m.

Confirmation Cancel Confirm