refactor: remove duplicate crosses font-face declaration

The crosses font is already defined in app.css which loads globally,
so the duplicate in rosenkranz.css is unnecessary.
This commit is contained in:
2026-01-26 10:32:14 +01:00
parent 31c9f43114
commit 8398bc9b14

View File

@@ -1,12 +1,4 @@
@font-face {
font-family: 'crosses';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/fonts/crosses.woff2) format('woff2'),
url(/fonts/crosses.ttf) format('truetype');
}
@font-face {
font-family: 'LibertineMinimal';
font-style: normal;
font-weight: 400;