/* 根目录 font.css */
@font-face {
  font-family: 'Alimama';
  src: url('fonts/alimama.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: 'Alimama', sans-serif;
}
