From 488072a6278a359a250ca96138bdfe2813cbf71a Mon Sep 17 00:00:00 2001 From: dstuckey-uoe Date: Fri, 15 Sep 2023 14:48:16 +0100 Subject: [PATCH 1/3] Updated the font_face value in DEFAULT_SETTINGS from 'Arial, Helvetica, Sans-Serif' to 'Roboto, Arial, Sans-Serif'. --- app/models/settings/template.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/models/settings/template.rb b/app/models/settings/template.rb index 7a00ec970f..7e1878d4d0 100644 --- a/app/models/settings/template.rb +++ b/app/models/settings/template.rb @@ -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, From 06bd855639f420a98167342cec380bbbd8c9190a Mon Sep 17 00:00:00 2001 From: dstuckey-uoe Date: Fri, 15 Sep 2023 15:47:19 +0100 Subject: [PATCH 2/3] Added entry to in Fixed section for this change. --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b28bcbab00..62a02794ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -90,6 +90,7 @@ For more detailed explanation, please refer to this video : https://www.youtube. - Added rack-attack version 6.6.1 gem. https://rubygems.org/gems/rack-attack/versions/6.6.1 ### Fixed +- Updated the default font on the 'Download page' to be 'Roboto, Arial, Sans-Serif' - Fixed an issue that was preventing uses from leaving the research output byte_size field blank - Patched issue that was causing template visibility to default to organizationally visible after saving - Froze mail gem version [#3254](https://github.com/DMPRoadmap/roadmap/issues/3254) From 5d1281bf6198f9d658abb0d716b3d4337bd4353a Mon Sep 17 00:00:00 2001 From: dstuckey-uoe Date: Mon, 18 Sep 2023 16:56:07 +0100 Subject: [PATCH 3/3] Moved the fixed-entry for this issue to the top the CHANGELOG.md file. --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 62a02794ca..caa09ecb80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +### Fixed +- Updated the default font on the 'Download page' to be 'Roboto, Arial, Sans-Serif' + ## v4.1.0 **Note this upgrade is a migration from Ruby v2.7.6 to v3.0.5.** Note that this could have an impact on any customizations you may have made to your fork of this project. Please see https://www.fastruby.io/blog/ruby/upgrades/upgrade-ruby-from-2.7-to-3.0.html for further information on what to check. In particular, please note the changes to the way [Ruby 3 handles keyword arguments](https://www.ruby-lang.org/en/news/2019/12/12/separation-of-positional-and-keyword-arguments-in-ruby-3-0/) @@ -90,7 +93,6 @@ For more detailed explanation, please refer to this video : https://www.youtube. - Added rack-attack version 6.6.1 gem. https://rubygems.org/gems/rack-attack/versions/6.6.1 ### Fixed -- Updated the default font on the 'Download page' to be 'Roboto, Arial, Sans-Serif' - Fixed an issue that was preventing uses from leaving the research output byte_size field blank - Patched issue that was causing template visibility to default to organizationally visible after saving - Froze mail gem version [#3254](https://github.com/DMPRoadmap/roadmap/issues/3254)