Newer
Older
smartwell_app_front / src / assets / css / font.styl
StephanieGitHub on 6 Aug 2019 160 bytes first commit
@font-face {
  font-family: 'agencry';  //重命名字体名
  src: url('../fonts/agencry.ttf');  //引入字体
  font-weight: normal;
  font-style: normal;
}