View button font change #152

Merged
r2shuai merged 5 commits from view-font into main 2023-02-01 21:45:47 -05:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 9e51b39729 - Show all commits

View File

@ -86,6 +86,7 @@
font-size: calc(30rem / 16);
color: var(--primary-accent-light);
font-weight: 700;
font-family: 'Inconsolata';
Review

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!
position: relative;
cursor: pointer;
padding: 0;