php - Fonts Localhost v Server -
php - Fonts Localhost v Server -
this 1 driving me mad. have unadulterated template have on localhost , have uploaded server. identical files in both setups.
however fonts not rendering should on server.
i've narrowed downwards this:
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=open+sans:400italic,700italic,300,400,700"> if comment out on local host exact same render issues on server line in place. server not reading , using these style sheets.
anybody seen - can go solve this?
thanks simon
there (and maybe more) things might cause this:
is server connected internet? (i know sounds stupid, knows) is browser you're using on server severely deprecated , utilize update or two? is there firewall on server might block browser's access internet? try adding 'type="text/css" ' link tag somewhere , see if makes difference. try surfing http://fonts.googleapis.com/css?family=open+sans:400italic,700italic,300,400,700 , check you're getting something. php css
Comments
Post a Comment