[Fix] bold text of vote introduction

This commit is contained in:
Tony Yang 2021-04-01 16:38:28 +08:00
parent 99b2b8785e
commit ee0c3d84f9
Signed by: t510599
GPG Key ID: D88388851C28715D

View File

@ -57,6 +57,7 @@ $fontFamilyVote: "Noto Serif CJK TC -Black";
margin: 50px 0;
&.bold {
font-family: $fontFamilyBold;
font-weight: bold;
}
}