Skip to content

Commit

Permalink
use Sans Serif font for pdf text
Browse files Browse the repository at this point in the history
  • Loading branch information
aziz-access committed Feb 5, 2024
1 parent 817e242 commit 8898809
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/geo/src/lib/print/shared/print.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ export class PrintService {
mapPrintExtent: Array<number>;

TEXTPDFFONT = {
titleFont: 'Times',
titleFont: 'Sans Serif',
titleFontStyle: 'bold',
subtitleFont: 'Times',
subtitleFont: 'Sans Serif',
subtitleFontStyle: 'bold',
commentFont: 'Times',
commentFont: 'Sans Serif',
commentFontStyle: 'normal',
commentFontSize: 12
};
Expand Down

0 comments on commit 8898809

Please sign in to comment.