Skip to content
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

Fonts inconsistent #26

Open
madkeen opened this issue Jun 11, 2019 · 2 comments
Open

Fonts inconsistent #26

madkeen opened this issue Jun 11, 2019 · 2 comments

Comments

@madkeen
Copy link
Collaborator

madkeen commented Jun 11, 2019

h1 and h2 elements do not use the same font "Inter UI"

@madkeen
Copy link
Collaborator Author

madkeen commented Jun 11, 2019

The problem can be rectified by amending the CSS body selector:

body{font-family:Inter UI Body, sans-serif;}

would be better written as,

body{font-family:Inter UI, sans-serif;}

@mitchmindtree
Copy link
Member

Nice spot! Do you want to do a PR with the fix and some before/after screenshots? Same with #28?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants