Difference between revisions of "MediaWiki:Common.css"

From Native Big Data Documentation
Jump to: navigation, search
Line 6: Line 6:
 
font-weight: normal;
 
font-weight: normal;
 
src: url('http://nativebigdata.com/font/lmroman10_regular.woff') format('woff');
 
src: url('http://nativebigdata.com/font/lmroman10_regular.woff') format('woff');
}
+
}  
  
 
@font-face {
 
@font-face {
Line 13: Line 13:
 
font-weight: normal;
 
font-weight: normal;
 
src: url('http://nativebigdata.com/font/lmroman10_italic.woff') format('woff');
 
src: url('http://nativebigdata.com/font/lmroman10_italic.woff') format('woff');
}
+
}  
  
 
@font-face {
 
@font-face {
Line 20: Line 20:
 
font-weight: bold;
 
font-weight: bold;
 
src: url('http://nativebigdata.com/font/lmroman10_regular_bold.woff') format('woff');
 
src: url('http://nativebigdata.com/font/lmroman10_regular_bold.woff') format('woff');
}
+
}  
  
 
@font-face {
 
@font-face {
Line 27: Line 27:
 
font-weight: bold;
 
font-weight: bold;
 
src: url('http://nativebigdata.com/font/lmroman10_italic_bold.woff') format('woff');
 
src: url('http://nativebigdata.com/font/lmroman10_italic_bold.woff') format('woff');
}
+
}  
  
  
Line 35: Line 35:
 
font-weight: normal;
 
font-weight: normal;
 
src:url('http://nativebigdata.com/font/texgyreadventor_regular.woff') format('woff');
 
src:url('http://nativebigdata.com/font/texgyreadventor_regular.woff') format('woff');
}
+
}  
  
/*
 
@import url("http://nativebigdata.com/css/latin_fonts.css")
 
*/
 
  
 
.mw-headline { font-family: 'tga_sans' }
 
.mw-headline { font-family: 'tga_sans' }
Line 48: Line 45:
 
   color: #606060;
 
   color: #606060;
 
   font-weight: normal;
 
   font-weight: normal;
}
+
}  
 
 
@import url("https://fonts.googleapis.com/css?family=Noto+Sans|Noto+Serif")
 
 
 
body {font-family: "Noto Sans", sans-serif}
 
  
  
 
div#content h1, div#content h2 {font-family: "lm_roman"; background: #DFD; }
 
div#content h1, div#content h2 {font-family: "lm_roman"; background: #DFD; }

Revision as of 13:55, 12 June 2019

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

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

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

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

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


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


.mw-headline { font-family: 'tga_sans' }
p        { 
background: #DDF;
   font-family: "tga_sans";
   font-size: 16px;
   color: #606060;
   font-weight: normal;
} 


div#content h1, div#content h2 {font-family: "lm_roman"; background: #DFD; }