7 lines
185 B
CSS
7 lines
185 B
CSS
|
@font-face {
|
||
|
/* 重命名字体名 */
|
||
|
font-family: 'Zen Maru Gothic';
|
||
|
src: url('./fonts/ZenMaruGothic-Regular.ttf');
|
||
|
font-weight: normal;
|
||
|
font-style: normal;
|
||
|
}
|