It's all about the answers!

Ask a question

How to change the DNG Default font


anoop mc (74811200221) | asked Mar 02 '16, 8:40 a.m.
 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) 

Accepted answer


permanent link
Donald Nong (14.5k614) | answered Mar 02 '16, 11:28 p.m.
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

One other answer



permanent link
Graham Bleakley (611) | answered Dec 13 '16, 1:46 p.m.
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 :-(

Your answer


Register or 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.