I want to use a collection of fonts from the Google Fonts directory. I selected the styles and included the CSS link tag in my project template.
Alternatively, with Google Fonts, you can also download the collection, and what you get is a zip file with all font styles.
I can create the CSS equivalent of the one that Google lets me include in HTML, so I want to provide self-service font files as backup if the visitor cannot access the Google font API.
How do I configure this and prevent the download of both the Google font file and the font self-service file? If the user has access to Google Fonts, the browser should not download its own version of the font.
Armando Pérez Marqués
source share