Difference between revisions of "MediaWiki:Common.css"

From Native Big Data Documentation
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-face {
 
@font-face {
 
font-family: 'lm_roman';
 
font-family: 'lm_roman';
Line 6: Line 6:
 
font-weight: bold;
 
font-weight: bold;
 
src: local('LMRoman10-Bold'), url('http://nativebigdata.com/font/lmroman10_regular_bold.woff') format('woff');
 
src: local('LMRoman10-Bold'), url('http://nativebigdata.com/font/lmroman10_regular_bold.woff') format('woff');
 
+
*/
body { background: red; font-family: "lm_roman" }
+
body { background: red }

Revision as of 17:29, 10 January 2019

/* CSS placed here will be applied to all skins */
/*
@font-face {
	font-family: 'lm_roman';
	font-style: normal;
	font-weight: bold;
	src: local('LMRoman10-Bold'), url('http://nativebigdata.com/font/lmroman10_regular_bold.woff') format('woff');
*/
body { background: red }