gpt4 book ai didi

css - 如何在 react 中从外部源导入样式表?

转载 作者:行者123 更新时间:2023-12-03 15:16:57 28 4
gpt4 key购买 nike

我的意思是来自 fontawesome 的图标或来自谷歌字体的字体。在 HTML 中,我在头部放置了这样的东西:

<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">

react 过来呢?

最佳答案

你可以像这样在你的样式表中导入它

    @import url('https://fonts.googleapis.com/css?family=Roboto');

你的体型会变成
body {
font-family: 'Roboto';
}

关于css - 如何在 react 中从外部源导入样式表?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51060111/

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