In case build artifacts are shown as a tree (>16 && <=40), the font of the whole website suddenly changes.
This is caused by core/src/main/resources/lib/hudson/artifactList.jelly injecting a
which changes the appearance of e.g. body.
Originally reported by sratz, imported from: Font of whole Jenkins UI changes if build artifacts are shown as tree
- status: Closed
- priority: Minor
- component(s): core
- label(s): 2.289.2-fixed
- resolution: Fixed
- resolved: 2021-06-03T07:29:43+00:00
- votes: 0
- watchers: 1
- imported: 2025-11-24
Raw content of original issue
In case build artifacts are shown as a tree (>16 && <=40), the font of the whole website suddenly changes.
This is caused by core/src/main/resources/lib/hudson/artifactList.jelly injecting a
<link rel="stylesheet" href="${resURL}/scripts/yui/fonts/fonts-min.css" type="text/css"/>
which changes the appearance of e.g. body.
In case build artifacts are shown as a tree (>16 && <=40), the font of the whole website suddenly changes.
This is caused by core/src/main/resources/lib/hudson/artifactList.jelly injecting a
which changes the appearance of e.g. body.
Originally reported by sratz, imported from: Font of whole Jenkins UI changes if build artifacts are shown as tree
Raw content of original issue