diff --git a/Resources/Public/Styles/Folder.css b/Resources/Public/Styles/Folder.css index 7ff4c3d..9064359 100644 --- a/Resources/Public/Styles/Folder.css +++ b/Resources/Public/Styles/Folder.css @@ -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; }