6 lines
107 B
CSS
6 lines
107 B
CSS
/* 字体定义 */
|
|
@font-face {
|
|
font-family: 'Poppins';
|
|
src: url('./poppins.woff2') format('woff2');
|
|
}
|