Viewing 1 replies (of 1 total)
  • Plugin Author Frank Goossens

    (@futtta)

    First of all; what do you mean with “inline”? Google’s fonts are supposed to be initiated by loading a CSS-file. So either that CSS-file is linked in the HTML like this;

    <link rel='stylesheet' id='open-sans-css'  href='//fonts.googleapis.com/css?family=Open+Sans%3A300italic%2C400italic%2C600italic%2C300%2C400%2C600&subset=latin%2Clatin-ext&ver=3.9' type='text/css' media='all' />

    or the font-CSS is imported from within a block of CSS (inline or in a style.css file), like this;

    @import url('http://fonts.googleapis.com/css?family=Open+Sans');

    I’ve tested with the first approach on my testblog and there the Google Font CSS URL is left untouched and the fonts load correctly.

Viewing 1 replies (of 1 total)

The topic ‘Google Fonts’ is closed to new replies.