We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi! Would it be possible to remove the
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;700;800&family=Roboto+Mono:wght@300;400;700;800&display=swap" rel="stylesheet">
from the index.html or make it somehow optional? I'm using Logdy locally in my LAN and don't want to load a Google Font for this local service.
index.html
Would be nice if you could consider this, thanks!
Edit: Addtionally the font-family: 'Roboto mono', sans-serif; lines in the app.scss should be changed to: font-family: 'Roboto mono', monospace;
font-family: 'Roboto mono', sans-serif;
font-family: 'Roboto mono', monospace;
The text was updated successfully, but these errors were encountered:
hey, thanks for the context, it makes sense, I'll update that
Sorry, something went wrong.
No branches or pull requests
Hi! Would it be possible to remove the
from the
index.html
or make it somehow optional?I'm using Logdy locally in my LAN and don't want to load a Google Font for this local service.
Would be nice if you could consider this, thanks!
Edit:
Addtionally the
font-family: 'Roboto mono', sans-serif;
lines in the app.scss should be changed to:font-family: 'Roboto mono', monospace;
The text was updated successfully, but these errors were encountered: