-
Notifications
You must be signed in to change notification settings - Fork 100
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
Apply new brand on the website #538
Conversation
302bfe4
to
14af64e
Compare
font-weight: 100 900; | ||
font-display: swap; | ||
font-style: oblique 0deg 10deg; | ||
src: url("../fonts/Inter.var.woff2?v=3.19") format("woff2"); |
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.
"https://dl.flathub.org/repo/assets/Inter-3.19/inter.css"
@barthalion hosted Inter there for us, so it might be worth using it from the same source. But it might cause CSP problems
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.
I've opted to go variable font, for it is the future. A single request covering all weight needs. Looking into sharing the asset across both sites in future would be nice.
Other then that, clearly an improvement in my book. Especially on readability in the footer. |
- remove absolute sizing to allow to scaling Addresses #538 (comment)
See #537 for more details.