CSS添加otf字体文件

@font-face {
  font-family: 'Lato';
  src: local('Lato'), url(./fonts/Lato-Regular.otf) format('opentype');
}

 

posted @ 2022-05-11 21:07  Redchar  阅读(1445)  评论(0编辑  收藏  举报