MediaWiki:Print.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 1: Line 1:
/* --- Global print baseline --- */
/* --- Load custom print font --- */
@font-face {
  font-family: 'HALColant-TextRegular';
  src: url('/fonts/HALColant-TextRegular.woff2') format('woff2'),
      url('/fonts/HALColant-TextRegular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap; /* optional */
}


/* show the print layout block */
/* Global print baseline */
.print-only { display: block !important; }
.print-only { display: block !important; }
/* Use the font everywhere in print */
html, body {
  margin: 0;
  font-family: 'HALColant-TextRegular', Georgia, "Times New Roman", serif;
  color: #111;
}


/* A5 page setup */
/* A5 page setup */

Navigation menu