Jump to content

MediaWiki:User:Clicktuck.css: Difference between revisions

From Ditzy Wiki
No edit summary
No edit summary
 
Line 2: Line 2:
font-family: 'Showcard Gothic';
font-family: 'Showcard Gothic';
src: url('https://github.com/Clicktuck-Suskriberz/man-idk/raw/refs/heads/main/showcard%20gothic.ttf');
src: url('https://github.com/Clicktuck-Suskriberz/man-idk/raw/refs/heads/main/showcard%20gothic.ttf');
}
* {
    font-family: 'Showcard Gothic', sans-serif !important;
}
}

Latest revision as of 05:22, 14 March 2026

@font-face {
	 font-family: 'Showcard Gothic';
	 src: url('https://github.com/Clicktuck-Suskriberz/man-idk/raw/refs/heads/main/showcard%20gothic.ttf');
}
* {
    font-family: 'Showcard Gothic', sans-serif !important;
}