I'm trying to integrate purecss with a project I've been working on.
It was just borking my layout for some reason, so I tried to create an extremely primitive template (below), and I'm just getting funny letter spacing. What is going on?
<!DOCTYPE html>
<html>
  <head>
    <link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.2.0/pure-min.css">
    </head>
    <body>
      <div class="pure-g-r">
        <div class="pure-u-2-4">
          <p>Left side.</p>
        </div>
        <div class="pure-u-2-4">
          <p>Right side.</p>
        </div>
      </div>
    </body>
</html>
JSBin showing issue:
http://jsbin.com/ubarag/1/edit
My code appears to be correct when looking at examples, so I must be doing something really obvious/stupid...
Edit:
Appears to be linked to these two issues, except none of the work-arounds in the comments are working for me.
 
     
     
    