-
Notifications
You must be signed in to change notification settings - Fork 667
Remove web fonts. #3
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
Closed
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Contributor
Author
|
jenkins push |
|
The PR image has been pushed to Quay with tag |
Replace web fonts with the system UI font stack. See https://bitsofco.de/the-new-system-font-stack/ for more info. - Reduces our build artifact from 11.3MB to 7.6MB. - Improves load times by 10-20% depending on the browser. - Avoids a re-flow once the web fonts are downloaded. - Avoids an entire class of rendering bugs across platforms.
Contributor
|
We should definitely revisit this again, but closing for now. |
christianvogt
referenced
this pull request
in christianvogt/console
Mar 6, 2019
joshuawilson
pushed a commit
to joshuawilson/console
that referenced
this pull request
Apr 2, 2019
christianvogt
referenced
this pull request
in christianvogt/console
May 7, 2019
christianvogt
referenced
this pull request
in christianvogt/console
May 7, 2019
jeff-phillips-18
referenced
this pull request
in jeff-phillips-18/console
Oct 7, 2019
Add cola layout
afreen23
pushed a commit
to afreen23/console
that referenced
this pull request
Oct 18, 2019
Added stack chart and custom legend component
openshift-merge-robot
pushed a commit
that referenced
this pull request
Nov 22, 2019
better support for mac key variants
Merged
4 tasks
rawagner
referenced
this pull request
in rawagner/console
Feb 11, 2020
Add 'Clusters' link to left navigation bar
openshift-merge-robot
pushed a commit
that referenced
this pull request
Feb 14, 2020
Correcting lint errors
rohitkrai03
referenced
this pull request
in rohitkrai03/console
May 21, 2020
mareklibra
added a commit
to mareklibra/console
that referenced
this pull request
Jul 2, 2021
…irdArgOptional Make 3rd arg of k8sKill optional
Closed
openshift-merge-robot
pushed a commit
that referenced
this pull request
Jan 20, 2022
…l data is available. (#3)
TimothyAsirJeyasing
pushed a commit
to TimothyAsirJeyasing/console
that referenced
this pull request
Aug 3, 2022
Fix image tag
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Replace web fonts with the system UI font stack. See https://bitsofco.de/the-new-system-font-stack/
for more info.