Closes #145
Changes the font of view on the front page so it syncs with the rest of the page.
https://view-font-csc-class-profile-staging-snedadah.k8s.csclub.cloud/
Small suggestion (optional): if you've looked at other parts of the code that specify the font family, we have monospace as the fallback font family. You can add that! Not a blocker for this PR though!
Small suggestion (optional): if you've looked at other parts of the code that specify the font family, we have `monospace` as the fallback font family. You can add that! Not a blocker for this PR though!
Closes #145
Changes the font of view on the front page so it syncs with the rest of the page.
https://view-font-csc-class-profile-staging-snedadah.k8s.csclub.cloud/
LGTM! @r2shuai
font-size: calc(30rem / 16);
color: var(--primary-accent-light);
font-weight: 700;
font-family: 'Inconsolata';
Small suggestion (optional): if you've looked at other parts of the code that specify the font family, we have
monospace
as the fallback font family. You can add that! Not a blocker for this PR though!8f39bb3483
into main 2 months agoReviewers
8f39bb3483
.