Report Fonts
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-05-2015 07:32 AM
Hi All.
Very very very basic question here . Is there a way to change the default font on all reports? At the minute, some of my text is falling off the edge of bar charts etc. I know I can change the font for the whole of Service Now UI in CSS properties but hoping there's a way to change it to a more specific area (in this case, View/Run in reports)
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-06-2015 04:18 PM
Hi Mark,
There's a system property "glide.pdf.font.size" that sets the font size for exported PDF files. But do you mean when they are generated as PDF's or do you mean when you run them in the browser? If you mean in the browser I'd bet you need to edit the base CSS sheet. I see there is a CSS class ".report_table_body". Not sure if you could expound on that with your own styles, ie:
.report_table_body p {
font-family: Verdana;
font-size: 9px;
}
Etc.
Might be worth a try though.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-27-2016 09:22 AM
Hey Ben,
I'm getting blocks in my PDF output when I create a report. The header is fine (name of report, etc), it's the fonts on the X/Y axis that look like blocks.
I searched for 'report' in the style sheets but didn't come up w/ anything.
Any suggestions?
Thanks
Matthew
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-27-2016 09:35 AM
Hi matthew, this was from so long ago I don't really remember but I do know there is a free "app" on the app store named something like "PDF report generator" built by walter brame which is made to provide better and more adjustable reports. Give that a try.