Remove unused font-face declaration

- Removed unused font-face declaration for 'StarJedi' from the CSS file.
- This change aims to reduce unnecessary code and improve file size efficiency.
- No impact on existing styles or functionality.
This commit is contained in:
2025-02-07 15:05:31 -06:00
parent 00a066eafd
commit ee5302c2fd

View File

@@ -8,11 +8,6 @@
src: url("../fonts/NewsCycle-Bold.ttf");
}
@font-face {
font-family: StarJedi;
src: url("../fonts/StarJedi-DGRW.woff");
}
@font-face {
font-family: SWCrawlTitle;
src: url("../fonts/SWCrawlTitle.ttf");