I have a scss file with font import implemented this way:
@import url(https://fonts.googleapis.com/css?family=PT+Sans+Caption:400,700&subset=latin-ext,cyrill
it's a bit late but you can use the following format with libsass for external imports
@import url("http...");