4,456
edits
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
/* --- | /* --- 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 */ | |||
} | |||
/* | /* 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 */ |