7 lines
179 B
CSS
Raw Normal View History

2022-05-28 13:52:14 +08:00
@font-face {
/* 重命名字体名 */
font-family: 'Zen Maru Gothic';
src: url('./fonts/ZenMaruGothic-Regular.ttf');
font-weight: normal;
font-style: normal;
}