我想创建一个“使用 Google 登录”按钮。为此,我安装了这个模块npm i roboto-fontface
并在 angular.json 中添加了这一行
"styles": [
{
"input": "src/theme/variables.scss"
},
{
"input": "src/global.scss"
},
{
"input": "./node_modules/roboto-fontface/css/roboto/sass/roboto-fontface-medium.scss"
}
]
突然间,一切都变成了那种字体!如何将其限制为仅特定组件?这甚至是正确的方法吗?