Skip to content
This repository has been archived by the owner on May 16, 2024. It is now read-only.

Logo on website #5

Open
milotype opened this issue Jul 17, 2020 · 0 comments
Open

Logo on website #5

milotype opened this issue Jul 17, 2020 · 0 comments

Comments

@milotype
Copy link
Contributor

Currently the logo in the left upper corner of the website is cut off (see screenshot), when a visitor of the website doesn't have the font Raleway installed. This is happening, because your logo.svg file consists of text instead of outlines.

LogoInHeader

Solution:
Either use @import from Google fonts:

<style>
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@700&display=swap');
</style>

or you can use the svg files in the attached zip file. I've made white and gray versions:

  • Logos with outlines: logo-gray.svg and logo-white.svg
  • Logos with text: logo-gray-text.svg and logo-white-text.svg (in case you want to make changes at some point)

Hope it helps. Cheers,
Milo

logo-svg.zip

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

No branches or pull requests

1 participant