In order to raise awareness of our projects, we need to include the project wordmark to the the print styles of articles
**Design**
{F8626632}
**Zeplin Spec**
https://zpl.io/UFmH3
**Where does the logo come from?
**We recently added project wordmarks to mobilefrontend headers, We would like the same project wordmark to appear here.
= Developer notes
* This is going to be a little tricky. We need to include an entry in a configurable variable ($wgMinervaCustomLogos) inside a css file.
The [[ https://github.com/wikimedia/mediawiki/blob/master/includes/resourceloader/ResourceLoaderSkinModule.php | ResourceLoaderSkinModule.php ]] does exactly this. Options are subclassing ResourceLoaderFileModule or registering a LESS variable inside onResourceLoaderGetLessVars (see @matmarex's super useful comments > T169826#3415344)