Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove custom fonts from print styles
  • Loading branch information
andrewmbacon committed Oct 16, 2015
1 parent 6c6336e commit c9ed7d1
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion style.css
Expand Up @@ -1220,4 +1220,12 @@ margin:0
width:20px;
margin-right:.5em;
margin-top:-1px;
}
}

@media print {
body, p, h1, h2, h3, a, ul, li, ol,
.post-header a,
widget-title {
font-family:"Arial", "Helvetica", sans-serif !important;
}
}

0 comments on commit c9ed7d1

Please sign in to comment.