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:
@@ -8,11 +8,6 @@
|
|||||||
src: url("../fonts/NewsCycle-Bold.ttf");
|
src: url("../fonts/NewsCycle-Bold.ttf");
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
|
||||||
font-family: StarJedi;
|
|
||||||
src: url("../fonts/StarJedi-DGRW.woff");
|
|
||||||
}
|
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: SWCrawlTitle;
|
font-family: SWCrawlTitle;
|
||||||
src: url("../fonts/SWCrawlTitle.ttf");
|
src: url("../fonts/SWCrawlTitle.ttf");
|
||||||
|
|||||||
Reference in New Issue
Block a user