Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

How to change the DNG Default font

 Hi Team,

There is a requirement from the project team to check if there is an option to change the DNG Default font (showing up in the web browser) 

0 votes


Accepted 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;
}

anoop mc selected this answer as the correct answer

1 vote


One other answer

Permanent link
Thats is not very intuitive, i want to be able to change the font across several requirements at once jsut by selcting them. Not impressed :-(

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
× 12,020

Question asked: Mar 02 '16, 8:40 a.m.

Question was seen: 3,060 times

Last updated: Dec 13 '16, 1:46 p.m.

Confirmation Cancel Confirm