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

Popular posts from this blog

assembly - What is the addressing mode for ld, add, and rjmp instructions? -

vowpalwabbit - Interpreting Vowpal Wabbit results: Why are some lines appended by "h"? -

Is there a way to convert an HTML page styled with Bootstrap CSS into email-compatible html? -