7 lines
185 B
CSS
Raw Normal View History

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