-
Notifications
You must be signed in to change notification settings - Fork 140
Bug - Backticks do not display properly with Noto Sans font #2455
Description
In any text box or text area element, entering a back-tick (character `) results in a single back-tick being displayed and treated almost as an accent or display fault.
This can be sourced down to something in the CSS file and was not present in earlier versions of the theme (possibly directly related to wet-boew). We have a site using wet-boew version 5 that did not exhibit this behavior. However, as far back as version 11 (2022) using the GCWeb stylesheet, it occurs
The problem is apparently with the Noto Sans web font. The workaround is to NOT use this font. But is there a recommended alternative font?
To Reproduce
- Go to '...'
- Go to the Search box.
- Enter a backtick (`) multiple times.
Observed: Tick is only shown once and
Expected: Tick should be shown as entered.
Current behaviour
The backtick is only displayed once OR it appears as an overlay.
Expected behaviour
Multiple back-ticks should appear.
Screenshots and/or logs
Screen shot appears above but here is one on the Canada.ca site.

