MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
let's try that again
imported>Hb1290 No edit summary |
imported>Hb1290 (let's try that again) |
||
| Line 5: | Line 5: | ||
/* Define AVID Sans typefaces*/ | /* Define AVID Sans typefaces*/ | ||
@font-face { | @font-face { | ||
font-family: 'AVID Sans'; | |||
src: url('https://cdn.discordapp.com/attachments/1018197597153935380/1019626454595678268/CLGSans-Regular.ttf'); | |||
} | |||
.classname { | |||
font-family: 'AVID Sans'; | |||
} | |||
@font-face { | |||
font-family: 'AVID Sans'; | |||
src: url('https://cdn.discordapp.com/attachments/1018197597153935380/1020109078980206592/CLGSans-Bold.ttf'); | |||
} | |||
.classname { | |||
font-family: 'AVID Sans Bold'; | |||
} | } | ||
/* Code copied from [[wikipedia:MediaWiki:Common.css]] */ | /* Code copied from [[wikipedia:MediaWiki:Common.css]] */ | ||
/* Make Main Page title invisible */ | /* Make Main Page title invisible */ | ||