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

fix: Added a specific dimension to logo and web-font display swap #42

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

thejosephbcole
Copy link

This PR adds a specific dimension to the logo of the homepage; also a display font swap to avoid text being invisible during web-font load.

@@ -28,7 +28,7 @@
<meta name="twitter:description" content="" />
<meta name="twitter:image" content="img/logo.png" />

<link rel="icon" href="img/logo.png" alt="Image Search App Logo" type="image/png" sizes="512X512">
<link rel="icon" href="img/logo.png" alt="Image Search App Logo" type="image/png" width="300" height="300">
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Someone is already fixing this in #35. Can you remove the changes for this part, please?

@@ -1,4 +1,4 @@
@import url('https://fonts.googleapis.com/css?family=Roboto+Mono:100,300,400');
@import url('https://fonts.googleapis.com/css?family=Roboto+Mono:100,300,400&display=swap');
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me!

Please take a look at my other comment.

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

Successfully merging this pull request may close these issues.

2 participants