Skip to content

Commit

Permalink
Updated the font_face value in DEFAULT_SETTINGS from 'Arial, Helvetic…
Browse files Browse the repository at this point in the history
…a, Sans-Serif' to 'Roboto, Arial, Sans-Serif'.
  • Loading branch information
dstuckey-uoe committed Sep 15, 2023
1 parent d7d64e6 commit 488072a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/settings/template.rb
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class Template < RailsSettings::SettingObject
left: 12,
right: 12
},
font_face: 'Arial, Helvetica, Sans-Serif',
font_face: 'Roboto, Arial, Sans-Serif',
font_size: 10 # pt
},
max_pages: 3,
Expand Down

0 comments on commit 488072a

Please sign in to comment.