Blame view

node_modules/less/test/less-bom/import/imports/font.less 131 Bytes
ce4c83ff   wxy   初始提交
1
2
3
4
5
6
7
8
  @font-face {
      font-family: xecret;
      src: url('../assets/xecret.ttf');
  }
  
  #secret {
      font-family: xecret, sans-serif;
  }