Add new spacing option wide-mosaic for custom build (#2637). (#2646)

This commit is contained in:
Belleve 2025-01-16 16:35:33 -10:00 committed by GitHub
parent 67681e983f
commit c88a857923
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 6 additions and 0 deletions

View file

@ -13,3 +13,4 @@
- VIEWDATA SQUARE (`U+2317`). - VIEWDATA SQUARE (`U+2317`).
- PLACE OF INTEREST SIGN (`U+2318`). - PLACE OF INTEREST SIGN (`U+2318`).
- CURVED STEM PARAGRAPH SIGN ORNAMENT (`U+2761`). - CURVED STEM PARAGRAPH SIGN ORNAMENT (`U+2761`).
* Add new spacing option `wide-mosaic` for custom build (#2637).

View file

@ -74,6 +74,7 @@ Inside the plan, top-level properties include:
- `U+2B33` LONG LEFTWARDS SQUIGGLE ARROW - `U+2B33` LONG LEFTWARDS SQUIGGLE ARROW
- Remove `NWID` and `WWID` features typographic features - Remove `NWID` and `WWID` features typographic features
- `fixed`: Apply `fontconfig-mono` changes and further remove ligations. - `fixed`: Apply `fontconfig-mono` changes and further remove ligations.
- `wide-mosaic`: Similar to `normal`, but all mosaic (box-drawing characters and block elements) will be wide.
* `serifs`: Optional, String, configures style of serifs. * `serifs`: Optional, String, configures style of serifs.
- When set to `slab`, the font will be converted into slab-serif. - When set to `slab`, the font will be converted into slab-serif.
- Otherwise the font will be sans-serif. - Otherwise the font will be sans-serif.

View file

@ -108,6 +108,10 @@ verbose = true
slab = 2 slab = 2
###### Spacings ###### Spacings
# Wide mosaic spacing variant
[spacing-wide-mosaic]
spacing = 4
# Terminal variant # Terminal variant
[spacing-term] [spacing-term]
spacing = 0 spacing = 0