Forum Replies Created

are often better for cooling We may not necessarily be buying the concept

  • Just in case someone else needs this – there are errors in the code above (missing””) that makes the code not work. I believe the code should be:

    <link rel=”stylesheet” type=”text/css” href=”libs/fonts/font-face.css”/>
    <link rel=”stylesheet” type=”text/css” href=”libs/bootstrap-select/bootstrap-select.min.css”/>

    Thanks, that article helped. I found this one on @imports helped me understand why it is slower than using <link> http://www.stevesouders.com/blog/2009/04/09/dont-use-import/.

    Hi Julita,

    It looks like your message got cut off at the end. I’m assuming that you would like me to link with a line like this in the head: <link rel=”stylesheet” type=”text/css” href=”css/style.css”/>.

    This will work for my home page, but I’ve read that ie has problems with more than 3 css links per page. I will run into problems on my product pages where I link to the prettypicture css.

    Would it work if I move the contents of font-face.css to style.css and move the other files from libs/font to css? From what I’ve been reading from Google, it’s faster to use “link rel” rather than @import, but it would be faster still to have less files.