MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
attempting to implement AVID sans. Nut sure if it will work but here goes nothing
imported>Agent Isai
(Fix banners)
imported>Hb1290
(attempting to implement AVID sans. Nut sure if it will work but here goes nothing)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
@import url('/w/extensions/FontAwesome/res/fontawesome/css/all.min.css');
@import url('/w/extensions/FontAwesome/res/fontawesome/css/all.min.css');
@import url('https://cdn.discordapp.com/attachments/1018197597153935380/1019626454595678268/CLGSans-Regular.ttf');
@import url('https://cdn.discordapp.com/attachments/1018197597153935380/1020109078980206592/CLGSans-Bold.ttf');
/* Define AVID Sans typefaces*/
@font-face {
font-family: 'AVID Sans';
font-style: normal;
font-weight: 400;
src: local('AVID Sans'), local('AVID Sans'), url(https://cdn.discordapp.com/attachments/1018197597153935380/1019626454595678268/CLGSans-Regular.ttf) format('ttf');
}
@font-face {
font-family: 'AVID Sans Bold';
font-style: normal;
font-weight: 400;
src: local('AVID Sans Bold'), local('AVID Sans Bold'), url(https://cdn.discordapp.com/attachments/1018197597153935380/1020109078980206592/CLGSans-Bold.ttf) format('ttf');
}
/* Code copied from [[wikipedia:MediaWiki:Common.css]] */
/* Code copied from [[wikipedia:MediaWiki:Common.css]] */
/* Make Main Page title invisible */
/* Make Main Page title invisible */
Anonymous user

Navigation menu