[Style] font-weight adjustment

This commit is contained in:
Tony Yang 2021-01-20 18:28:44 +08:00
parent f90dd9af1f
commit 692eb064bf
Signed by: t510599
GPG Key ID: D88388851C28715D
2 changed files with 2 additions and 2 deletions

View File

@ -521,7 +521,7 @@
@include qaQdisplay();
display: inline-block;
font-weight: 900;
font-weight: bold;
font-stretch: normal;
font-style: normal;
line-height: 1.25;

View File

@ -29,6 +29,6 @@
p.description {
line-height: 1.55em;
text-align: center;
font-weight: 900;
font-weight: bold;
}
}