我要创建一个“使用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"
}
]
突然之间,现在所有内容都使用该字体!如何将其限制为仅特定组件?这甚至是正确的方法吗?