All external CDN references have been removed, so all resources are now served locally

This commit is contained in:
2026-01-14 18:50:08 +01:00
parent 325ddc2733
commit 5d52fbcba9
19 changed files with 55 additions and 18 deletions

View File

@@ -0,0 +1,28 @@
@font-face {
font-family: 'Cinzel';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/static/vendor/fonts/cinzel-400.ttf) format('truetype');
}
@font-face {
font-family: 'Cinzel';
font-style: normal;
font-weight: 600;
font-display: swap;
src: url(/static/vendor/fonts/cinzel-600.ttf) format('truetype');
}
@font-face {
font-family: 'Cinzel';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(/static/vendor/fonts/cinzel-700.ttf) format('truetype');
}
@font-face {
font-family: 'MedievalSharp';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/static/vendor/fonts/medieval-sharp.ttf) format('truetype');
}