Skip to content

Host Poppins font locally #145

@prof729

Description

@prof729

It would be great to have the Poppins font hosted locally for the self-hosted option.
So the application is not depending on google hosting some stuff.

As far as I've checked the source code the lines that can be changed are:

<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Poppins:wght@400&display=swap"
rel="stylesheet"
/>
with the content of the https://fonts.googleapis.com/css2?family=Poppins:wght@400&display=swap with links to local copy of the font.

Thank you!

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementSomething that is on the roadmap

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions