## Describe the bug As seen in the video below, the rendering of `<em>` is inconsistent across different views (it's either italicized or bold). Observed in demo.dspace.org and sandbox.dspace.org using Google Chrome & Brave, so it likely affects DSpace 8.x and above. https://github.com/user-attachments/assets/ed4f9dcc-f022-4a85-819e-d8a5d539ec7c ## To Reproduce 1. Log in as admin and go to the System-Wide Alerts panel. 2. Create or edit an alert message. Example: ```html Lorem ipsum <strong>dolor sit amet</strong>, <em>consectetur</em> adipiscing elit. ``` 3. Save and enable the alert 4. Observe the styling is inconsistent across different views (/home, /statistics, etc.) ## Expected behavior Text inside alert's `<em>` should remain consistent across all views. ## Related work * Relates to DSpace/dspace-angular#3019
Describe the bug
As seen in the video below, the rendering of
<em>is inconsistent across different views (it's either italicized or bold).Observed in demo.dspace.org and sandbox.dspace.org using Google Chrome & Brave, so it likely affects DSpace 8.x and above.
b80f694e-43af-450f-a3ad-57fb99441b8f.webm
To Reproduce
Expected behavior
Text inside alert's
<em>should remain consistent across all views.Related work