Jump to content

MediaWiki:User:Clicktuck.css: Difference between revisions

From Ditzy Wiki
Created page with "@font-face { font-family: 'Showcard Gothic'; src: url('https://github.com/Clicktuck-Suskriberz/man-idk/blob/main/showcard%20gothic.ttf'); }"
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
@font-face {
@font-face {
font-family: 'Showcard Gothic';
font-family: 'Showcard Gothic';
src: url('https://github.com/Clicktuck-Suskriberz/man-idk/blob/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;
}