Difference between revisions of "MediaWiki:Common.css"

From Native Big Data Documentation
Jump to: navigation, search
Line 7: Line 7:
 
src: local('LMRoman10_Regular'), url('http://nativebigdata.com/font/lmroman10_regular.woff') format('woff');
 
src: local('LMRoman10_Regular'), url('http://nativebigdata.com/font/lmroman10_regular.woff') format('woff');
 
}
 
}
 +
 +
@font-face {
 +
font-family: 'lm_roman';
 +
font-style: italic;
 +
font-weight: normal;
 +
src: local('LMRoman10-Italic'), url('http://nativebigdata.com/font/lmroman10_italic.woff') format('woff');
 +
}
 +
 +
@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');
 +
}
 +
 +
@font-face {
 +
font-family: 'lm_roman';
 +
font-style: italic;
 +
font-weight: bold;
 +
src: local('LMRoman10_Italic_Bold'), url('http://nativebigdata.com/font/lmroman10_italic_bold.woff') format('woff');
 +
}
 +
  
 
@font-face {
 
@font-face {
Line 17: Line 39:
 
#mw-headline { font-family: 'tga_sans' }
 
#mw-headline { font-family: 'tga_sans' }
 
p            { font-family: 'lm_roman' }
 
p            { font-family: 'lm_roman' }
 +
body        { font-family: 'lm_roman' }

Revision as of 17:49, 10 January 2019

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

@font-face {
	font-family: 'lm_roman';
	font-style: normal;
	font-weight: normal;
	src: local('LMRoman10_Regular'), url('http://nativebigdata.com/font/lmroman10_regular.woff') format('woff');
}

@font-face {
	font-family: 'lm_roman';
	font-style: italic;
	font-weight: normal;
	src: local('LMRoman10-Italic'), url('http://nativebigdata.com/font/lmroman10_italic.woff') format('woff');
}

@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');
}

@font-face {
	font-family: 'lm_roman';
	font-style: italic;
	font-weight: bold;
	src: local('LMRoman10_Italic_Bold'), url('http://nativebigdata.com/font/lmroman10_italic_bold.woff') format('woff');
}


@font-face {
	font-family: 'tga_sans';
	font-style: normal;
	font-weight: normal;
	src: local('texgyreadventor_regular'), url('http://nativebigdata.com/font/texgyreadventor_regular.woff') format('woff');
}

#mw-headline { font-family: 'tga_sans' }
p            { font-family: 'lm_roman' }
body         { font-family: 'lm_roman' }