Hallo,
I have successfully for a selector (h6) a google font.
If I want print the page, the font is not showing.
I found the css print.css and put in there:
h6 {
margin: 0;
padding: 0;
color: red;
font-family: 'Euphoria Script', 'cursive';
font-weight: 300;
line-height: 40px;
}
But with no success.
In the header of the main page I can see:
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Euphoria+Script" type="text/css" />
But in the header of the print-page this is not there.
So where can I put the line in?
Thanks in advance
Ralf