janken

对应的CSS文件中如下方式进行字体库的引用:

@font-face {
font-family: \'造字工房情书\';
src: url(\'../fonts/MFQingShu_Noncommercial-Regular.otf\');
}

.website-purpose {
	color: white;
	font-size: 1.5em;
	font-family: \'造字工房情书\';
	text-align: center;
	padding-top: 0.8em;
	letter-spacing: 5px;
}

分类:

技术点:

相关文章:

  • 2021-08-01
  • 2021-11-08
  • 2022-12-23
  • 2022-12-23
  • 2021-06-19
  • 2021-09-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-05
  • 2022-12-23
  • 2021-12-23
相关资源
相似解决方案