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
Tested on macOS.
Specified font stack is -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Inter,Helvetica,Arial,sans-serif.
-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Inter,Helvetica,Arial,sans-serif
On macOS, Blitz will translate both -apple-system and BlinkMacSystemFont to FontFamily::Generic(GenericFamily::SystemUi)
-apple-system
BlinkMacSystemFont
FontFamily::Generic(GenericFamily::SystemUi)
cargo run --release --package readme -- wikipedia.org
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Tested on macOS.
Specified font stack is
-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Inter,Helvetica,Arial,sans-serif
.On macOS, Blitz will translate both
-apple-system
andBlinkMacSystemFont
toFontFamily::Generic(GenericFamily::SystemUi)
Reproduction
cargo run --release --package readme -- wikipedia.org
Screenshot
The text was updated successfully, but these errors were encountered: