gpt4 book ai didi

css - SCSS : How can import a Google Font inside a SCSS file?

转载 作者:行者123 更新时间:2023-11-28 09:24:19 26 4
gpt4 key购买 nike

我正在尝试在 main.scss 文件中导入 Google 字体,但以下代码不起作用:

@import url("//fonts.googleapis.com/css?family=Open+Sans:300,400,600,700");

有办法吗?我在 stackoverflow 中寻找这个问题,但没有找到具体答案...

有人可以帮帮我吗?

最佳答案

不要使用 url(),请尝试以下操作:

@import 'https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700';

关于css - SCSS : How can import a Google Font inside a SCSS file?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39741714/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com