Difference between revisions of "MediaWiki:Print.css"
Jump to navigation
Jump to search
(Created page with "→CSS placed here will affect the print output: #content { font-family: fedra; } @font-face { font-family: "fedra"; src: url("FedraSans-Light.ttf"); font-style:normal;...") |
|||
| Line 1: | Line 1: | ||
/* CSS placed here will affect the print output */ | /* CSS placed here will affect the print output */ | ||
| − | #content { | + | #column-content, #content, #bodyContent { |
font-family: fedra; | font-family: fedra; | ||
} | } | ||
Revision as of 15:49, 6 March 2012
/* CSS placed here will affect the print output */
#column-content, #content, #bodyContent {
font-family: 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;
}