@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap'); /* 可以添加其他粗重的字体作为备选 */ @font-face { font-family: 'Inter'; src: url('https://fonts.googleapis.com/css2?family=Inter:wght@800&display=swap'); font-weight: 800; font-style: normal; } /* 添加其他粗重字体选项 */ @font-face { font-family: 'Noto Sans'; src: url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@700;800;900&display=swap'); } @font-face { font-family: 'Montserrat'; src: url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700;800;900&display=swap'); }