fix(css): add format hint + descriptors to @font-face for police1/Combinedd.otf

This commit is contained in:
Pontoporeia
2026-04-06 16:54:57 +02:00
parent b45e6c50cc
commit b8e94f1b6b
2 changed files with 6 additions and 1 deletions

View File

@@ -2,7 +2,9 @@
@font-face {
font-family: "police1";
src: url("../fonts/Combinedd.otf");
src: url("../fonts/Combinedd.otf") format("opentype");
font-style: normal;
font-weight: 400;
font-display: swap;
}