How to change the DNG Default font
Accepted answer
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.
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;
}