字体修改

This commit is contained in:
hanasaki-misaki
2023-03-19 23:41:24 +08:00
parent e750367e0d
commit 526f44ebf5
2 changed files with 12 additions and 3 deletions

View File

@@ -392,4 +392,11 @@ body {
border: 2px solid #585858;
border-radius: 15px;
backdrop-filter: blur(5px);
}
/* 载入字体url */
@font-face {
font-family: 'Saira';
src: url('https://fonts.akass.cn/saira/v14/files/saira-latin-regular.woff2');
font-weight: normal;
font-style: normal;
}