Skip to content
New issue

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

CSS is missing when running without external sources #193

Open
m1ga opened this issue Apr 18, 2024 · 0 comments
Open

CSS is missing when running without external sources #193

m1ga opened this issue Apr 18, 2024 · 0 comments

Comments

@m1ga
Copy link

m1ga commented Apr 18, 2024

In the template the local CSS is ignored when you build with --no-external-references:

{% if not no_external_references %}

The CSS should be treated as a local reference as it is a local file and not be excluded. There is only the font that is an external request. For DSGVO/GDPR reasons it should be pulled locally, removed or replaced with just

html {
    font-family: sans-serif;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants