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!
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:
flatnotes/flatnotes/src/index.html
Lines 35 to 40 in acd3f99
Thank you!