What's new

Possible to Host Google Web Fonts on Router?

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

Mikey Dread

Occasional Visitor
Hi,

Is there anyway to serve google web fonts locally from the router? Maybe like the way that absolution and pixelserve work, if I understand correctly, intercepting and replacing before they reach the browser? Or is this too tinfoil hatish?

Thanks in advance.
 
Hi,

Is there anyway to serve google web fonts locally from the router? Maybe like the way that absolution and pixelserve work, if I understand correctly, intercepting and replacing before they reach the browser? Or is this too tinfoil hatish?

Thanks in advance.
AB-Solution or pixelserv offer no web hosting services.
But you could install a webserver from the Entware package repository, nginx is one of them.
Then you add your redirect rules in /jffs/configs/dnsmasq.conf.add
 
Doesn't this get cached by your browser anyway, as multiple websites will refer to the same file?
 
Doesn't this get cached by your browser anyway, as multiple websites will refer to the same file?
When developing, I set my cache size to zero, for obvious reasons.
But I have my local webservers that host the content.
 
Doesn't this get cached by your browser anyway, as multiple websites will refer to the same file?

exactly... and caching them locally on a local server might miss the benefits of updates/fixes for those fonts...
 

Latest threads

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top