Giter Club home page Giter Club logo

Comments (11)

GoogleCodeExporter avatar GoogleCodeExporter commented on September 17, 2024
The conflict is caused by the call for google fonts.  To remove the call, add 
this code to the end of the functions.php file:

function remove_open_sans() {
   wp_dequeue_style( 'twentytwelve-fonts' );
}
add_action('wp_print_styles','remove_open_sans');

This solved the problem for me.

Original comment by [email protected] on 19 Apr 2013 at 2:16

from css3-mediaqueries-js.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 17, 2024
Sorry, the above is assuming you are using wordpress. But in general, I've 
found this code does not work with google fonts.

Original comment by [email protected] on 19 Apr 2013 at 2:18

from css3-mediaqueries-js.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 17, 2024
I was not using word press, and was not using Google fonts on the project.
I was using @font-face's if that's relevant.

Original comment by [email protected] on 20 Apr 2013 at 9:34

from css3-mediaqueries-js.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 17, 2024
I'm having the same issue, on a stand alone html file that's calling @font-face.

Original comment by [email protected] on 4 Sep 2013 at 4:54

from css3-mediaqueries-js.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 17, 2024
Mee too have same issue

Original comment by [email protected] on 26 Dec 2013 at 11:15

from css3-mediaqueries-js.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 17, 2024
I'm having the same issue on my site. I am not using google fonts but am using 
my own custom fonts that are locally hosted.

Original comment by [email protected] on 26 Mar 2014 at 10:10

from css3-mediaqueries-js.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 17, 2024
Back from the dead... There is a new version of the script. It has some CSS 
parsing and processing improvements. If you're still using it, or would like to 
try again, could you confirm that this issue is solved or not?

Original comment by [email protected] on 4 Apr 2014 at 11:46

from css3-mediaqueries-js.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 17, 2024
Where is the new version of the script? Should I download by checking out the 
SVN repo?

Original comment by [email protected] on 4 Apr 2014 at 9:04

from css3-mediaqueries-js.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 17, 2024
I fixed the issue myself if anyone is interested? I adjusted the code so it 
would ignore linked stylesheets on other domains.

Original comment by [email protected] on 11 Apr 2014 at 5:54

from css3-mediaqueries-js.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 17, 2024
I recently ran into this error as well with a Wordpress site. Has the code been 
updated? Where can I grab it from?

Original comment by [email protected] on 1 Dec 2014 at 7:57

from css3-mediaqueries-js.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 17, 2024
I am having this problem in WordPress.  Will the code suggestion from iveydo 
above work as shown:

function remove_open_sans() {
   wp_dequeue_style( 'twentytwelve-fonts' );
}
add_action('wp_print_styles','remove_open_sans');


Original comment by [email protected] on 15 Jan 2015 at 2:23

from css3-mediaqueries-js.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.