feat: add Hack font#14
Merged
Merged
Conversation
… italic styles - Introduced hack-subset.css and hack.css for the Hack typeface, including font-face definitions for regular, bold, italic, and bold italic styles. - Created corresponding .in files for template processing with placeholder for versioning. - Ensured proper licensing information is included in the CSS files.
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ✅ Deployment successful! View logs |
dariushdev-sveltekit | c9d8aa9 | Mar 05 2026, 08:39 PM |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request introduces support for the custom Hack monospace font throughout the application, ensuring a consistent and privacy-friendly terminal appearance. It also adds comprehensive end-to-end (E2E) tests to verify font loading, fallback behavior, and updates documentation to reflect these enhancements and increased test coverage.
Font Styling Integration:
hack.css,hack-subset.css, and their template variants), including proper licensing and font-face declarations. [1] [2] [3] [4]layout.css) to import the Hack font and sets the--font-monoCSS variable to use Hack with system fallbacks for maximum compatibility and privacy.Testing Enhancements:
terminal.test.tsthat verifies:Documentation Updates:
DOCS_INDEX.md) to highlight the new Hack font integration, and revises the test count and testing approach to reflect the expanded coverage. [1] [2]These changes together ensure a more consistent and robust terminal UI, with strong test coverage for font-related features and improved documentation.