Stylus + @include font

So basically meteor stylus has a know bug where @import font doesnt work.

How should i go around this? I tried creating a fonts.css file and just put the import there, but that doesnt work either. How am i supposed to use google fonts with meter & stylus?

html:

<head>
  <link href='//fonts.googleapis.com/css?family=Lato' rel='stylesheet' type='text/css'>
</head>

stylus

body
    font-family: 'Lato', sans-serif