Greetings grav community!
I have been building an GRAV based intranet and it is nearing its official launch.
Suddenly a tall order came through that demanding that 30% of the users do not have an internet access.
When I've tested the Grav based intranet the load was extremely slow (due to fetching fonts.googleapis.com in a closed environment. and plugins like [pdf-js]=cloudflare.com etc...).
While I'm using an original theme which extends antimatter, is there a correct or hassle free way to
stop accessing or using google fonts?
I've read that option to disable google font was found in the older versions of admin panel, but not missing in the current one.
my current quick and dirty fix was to comment out
template/_fonts.scss
// @import url(//fonts.googleapis.com/css?family=Montserrat:400|Raleway:300,400,600|Inconsolata);
on my theme and antimatter
or should I edit the "configuration/template/_typography.scss"
to exclude [Inconsolata,Montserrat,Raleway]
I want this tweak to be hassle free as possible when grav or grav themes updates
thanks
ryan