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
I wonder would it be possible to allow incorporating custom font within user CSS? I’ve tried with
@import url('https://fonts.googleapis.com/css?family=Lato:300&subset=latin-ext');
and then to refer to this font within further CSS, but it seems not to be working currently.
The text was updated successfully, but these errors were encountered:
why not use local fonts ? Maybe it's better to prevent foreign request to keep device secure.
Sorry, something went wrong.
No branches or pull requests
I wonder would it be possible to allow incorporating custom font within user CSS? I’ve tried with
and then to refer to this font within further CSS, but it seems not to be working currently.
The text was updated successfully, but these errors were encountered: