Difference between revisions of "MediaWiki:Print.css"

From Monoskop
Jump to navigation Jump to search
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
/* CSS placed here will affect the print output */
 
/* CSS placed here will affect the print output */
  
#globalWrapper, #column-content, #content, #bodyContent {
+
body, #globalWrapper, #column-content, #content, #bodyContent, @media print {
   font-family: times new roman;
+
   font: fedra;
 
}
 
}
 
  
 
@font-face {
 
@font-face {

Latest revision as of 17:21, 6 March 2012

/* CSS placed here will affect the print output */

body, #globalWrapper, #column-content, #content, #bodyContent, @media print {
  font: fedra;
}

@font-face {
 font-family: "fedra";
 src: url("FedraSans-Light.ttf");
 font-style:normal;
}
@font-face {
 font-family: "fedra";
 src: url("FedraSans-Medium.ttf");
 font-weight:bold;
}
@font-face {
 font-family: "fedra";
 src: url("FedraSans-LightItalic.ttf");
 font-style:italic;
}