Print fonts from the Google Fonts API

I am using api for google google and now I am trying to create print.css file.

I am trying to print fonts, but I had no luck.

Does anyone know how to print fonts from google api font?

thanks

+6
coding-style fonts printing google-font-api
source share
1 answer

This seems to be a bug in firefox . Try using other browsers. Also, if your website has a separate CSS file for printing, make sure the font is correctly embedded in that CSS.

+1
source share

All Articles