MediaWiki:Common.css: Difference between revisions
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
	
attempt 3
imported>Hb1290 No edit summary  | 
				imported>Hb1290   (attempt 3)  | 
				||
| 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://  | @import url('https://static.miraheze.org/avidwiki/7/7e/CLGSans-Regular.ttf');  | ||
@import url('https://  | @import url('https://static.miraheze.org/avidwiki/6/6f/CLGSans-Bold.ttf');  | ||
/* Define AVID Sans typefaces*/  | /* Define AVID Sans typefaces*/  | ||
@font-face {  | @font-face {  | ||
     font-family: 'AVID Sans';  |      font-family: 'AVID Sans';  | ||
     src: url('https://  |      src: url('https://static.miraheze.org/avidwiki/7/7e/CLGSans-Regular.ttf');  | ||
}  | }  | ||
| Line 13: | Line 13: | ||
}  | }  | ||
@font-face {  | @font-face {  | ||
     font-family: 'AVID Sans';  |      font-family: 'AVID Sans Bold';  | ||
     src: url('https://  |      src: url('https://static.miraheze.org/avidwiki/6/6f/CLGSans-Bold.ttf');  | ||
}  | }  | ||