修改对话按钮字体

This commit is contained in:
X1627315083@163.com
2026-03-06 11:08:02 +08:00
parent 6be8c56516
commit 3a4301b9a6
3 changed files with 8 additions and 1 deletions

View File

@@ -83,4 +83,11 @@
font-weight: 700; font-weight: 700;
font-display: swap; font-display: swap;
font-style: normal; font-style: normal;
}
@font-face {
font-family: 'MSemiBold';
src:url('../fonts/MazzardL-SemiBold.otf') format('opentype');
font-weight: 700;
font-display: swap;
font-style: normal;
} }

Binary file not shown.

View File

@@ -779,7 +779,7 @@
width: 13rem; width: 13rem;
color: #fff; color: #fff;
border-radius: 4.2rem; border-radius: 4.2rem;
font-family: 'Mazzard'; font-family: 'MSemiBold';
font-weight: 600; font-weight: 600;
font-size: 1.28rem; font-size: 1.28rem;
cursor: pointer; cursor: pointer;