Difference between revisions of "MediaWiki:Common.css"

From OCTOPUSCINEMA
Jump to: navigation, search
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
  
 +
/*
 
* {
 
* {
 
   font-family: 'Poppins';
 
   font-family: 'Poppins';
Line 6: Line 7:
 
       url(http://www.octopuscinema.com/fonts/Poppins-Regular.ttf);
 
       url(http://www.octopuscinema.com/fonts/Poppins-Regular.ttf);
 
}
 
}
 +
*/

Revision as of 10:18, 12 October 2021

/* CSS placed here will be applied to all skins */

/*
* {
  font-family: 'Poppins';
  src: local("Poppins"),
       url(http://www.octopuscinema.com/fonts/Poppins-Regular.ttf);
}
*/