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

Logo on website #5

@milotype

Description

@milotype

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions