-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Modify font style and size #93
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, though I am not experienced on the accessibility as the other reviewers. I'd leave them approve as well before merging
/*@import url('https://fonts.googleapis.com/css2?family=Inconsolata:wght@600&display=swap');*/ | ||
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;600;700&display=swap'); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/*@import url('https://fonts.googleapis.com/css2?family=Inconsolata:wght@600&display=swap');*/ | |
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;600;700&display=swap'); | |
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;600;700&display=swap'); |
If we are commenting statements, I'd just remove them... Not a fan of commented source code.
This PR is to add some of changes suggested by @timdansys as listed below: