Bug fixes
We are using the "Courier New" font for comparison image text and screenshot dumps. It appears that "Courier New" is not available in CentOS, although this may not be an issue for Mac, Ubuntu, and Windows users.
To address this problem, we have introduced two mechanisms. Thank you for reporting this issue, @LloydBlv.
- Added a fallback to Font.MONOSPACED to ensure execution when the font exists
- Made the font customizable through
roborazzi.theme.typography.font.name=Your Font Name
What's Changed
- Fix issue where Roborazzi crash when the font is not available by @takahirom in #657
Full Changelog: 1.41.1...1.42.0