Skip to content
This repository was archived by the owner on Mar 4, 2026. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 1 addition & 7 deletions Resources/Public/Styles/Folder.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,7 @@
height: 100%;
background-color: #222222;
z-index: 9999;
/*
The Neos 7 backend normally uses the "Noto Sans" font,
which is no longer available as of 14 January 2023 in
the Neos.Neos package due to an incorrect file path in
Neos.css.
*/
font-family: sans-serif;
font-family: "Noto Sans", sans-serif;
-webkit-font-smoothing: antialiased;
}

Expand Down