SASS没有使用@import编译外部Google字体

时间:2017-05-06 08:21:57

标签: css sass gulp-sass google-font-api

我在scss中使用以下行:

@import url(https://fonts.googleapis.com/css?family=Montserrat:300,700);

哪个编译成css而没有错误......完全相同:

@import url(https://fonts.googleapis.com/css?family=Montserrat:300,700);

但它应该编译成:

/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;

etc...

我使用gulp sass编译我的scss,它基于libsass。它说here我的语法是正确的。为什么这不起作用?

0 个答案:

没有答案