CSS loading fonts from internet
02:29 02 Jan 2014

I'm using foundation.min.css in my project. Every time I load the above in my HTML file, my browser tries to fetch the fonts online.

But the strange part is that it works even if there's no internet access.

I need to know:

  1. How to disable foundation from fetching the fonts online?
  2. Why there's no change in functionality even if it gets loaded?

How to edit this to remove online fetching functionality without harming the original file? foundation.min.css code:

@import url("//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,400,300,700");

HTML code:



  
    
    
    
  
  


Sample Application

{{name}}

NameAge as on 1/1/2014
Sourabh Sharma21
Shourya Sharma23
Vinay Kumar18
html css