与字体模块成角度

时间:2020-02-19 21:34:28

标签: angular roboto

我要创建一个“使用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"
          }
        ]

突然之间,现在所有内容都使用该字体!如何将其限制为仅特定组件?这甚至是正确的方法吗?

0 个答案:

没有答案