Description
At least the Noto Sans font paths in the Neos.css and the Includes-built.css of the Neos.Neos package are incorrect, as they are
../Fonts/NotoSans/NotoSans-Regular.ttf
instead of
../Fonts/NotoSans-Regular.ttf
The organization of the fonts has probably been flattened recently without adjusting the paths. The other CSS files in the same package have correct paths, e.g. Lite.css, Login.css, etc.
Steps to Reproduce
- Include the Neos.css stylesheet in the backend template of an arbitrary document type.
- Apply
style='font-family: "Noto Sans", sans-serif;' to an arbitrary text element of that template.
- Verify that the text is not rendered in Noto Sans and that the browser console displays an appropriate error for the missing font.
Expected behavior
The text should be rendered in Noto Sans.
Actual behavior
The text is rendered in the fallback font.
Affected Versions
Neos: 9.0, 8.2, 7.3, 5.3
Description
At least the Noto Sans font paths in the Neos.css and the Includes-built.css of the Neos.Neos package are incorrect, as they are
instead of
The organization of the fonts has probably been flattened recently without adjusting the paths. The other CSS files in the same package have correct paths, e.g. Lite.css, Login.css, etc.
Steps to Reproduce
style='font-family: "Noto Sans", sans-serif;'to an arbitrary text element of that template.Expected behavior
The text should be rendered in Noto Sans.
Actual behavior
The text is rendered in the fallback font.
Affected Versions
Neos: 9.0, 8.2, 7.3, 5.3