This commit is contained in:
2025-12-01 15:33:55 +08:00
parent 71fef759c8
commit 641761c76a
62 changed files with 197 additions and 197 deletions

View File

@@ -1,20 +1,20 @@
@font-face {
font-family: "Montserrat";
src: url("../fonts/Montserrat-Regular.ttf") format("truetype");
font-family: "Metropolis";
src: url("../fonts/Metropolis-Regular.otf") format("opentype");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "Montserrat-Bold";
src: url("../fonts/Montserrat-Bold.ttf") format("truetype");
font-family: "Metropolis-Bold";
src: url("../fonts/Metropolis-Bold.ttf") format("opentype");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "Montserrat-Medium";
src: url("../fonts/Montserrat-Medium.ttf") format("truetype");
font-family: "Metropolis-Medium";
src: url("../fonts/Metropolis-Medium.ttf") format("opentype");
font-weight: normal;
font-style: normal;
}
@@ -22,7 +22,7 @@
* {
margin: 0;
padding: 0;
/* font-family: 'Montserrat'; */
/* font-family: 'Metropolis'; */
-ms-overflow-style: none;
/* IE 和 Edge */
scrollbar-width: none;
@@ -88,7 +88,7 @@ a {
}
body {
font-family: 'Montserrat-SemiBold';
font-family: 'Metropolis-SemiBold';
}
/* 分页样式 */