parent
67681e983f
commit
c88a857923
3 changed files with 6 additions and 0 deletions
|
@ -13,3 +13,4 @@
|
|||
- VIEWDATA SQUARE (`U+2317`).
|
||||
- PLACE OF INTEREST SIGN (`U+2318`).
|
||||
- CURVED STEM PARAGRAPH SIGN ORNAMENT (`U+2761`).
|
||||
* Add new spacing option `wide-mosaic` for custom build (#2637).
|
||||
|
|
|
@ -74,6 +74,7 @@ Inside the plan, top-level properties include:
|
|||
- `U+2B33` LONG LEFTWARDS SQUIGGLE ARROW
|
||||
- Remove `NWID` and `WWID` features typographic features
|
||||
- `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.
|
||||
- When set to `slab`, the font will be converted into slab-serif.
|
||||
- Otherwise the font will be sans-serif.
|
||||
|
|
|
@ -108,6 +108,10 @@ verbose = true
|
|||
slab = 2
|
||||
|
||||
###### Spacings
|
||||
# Wide mosaic spacing variant
|
||||
[spacing-wide-mosaic]
|
||||
spacing = 4
|
||||
|
||||
# Terminal variant
|
||||
[spacing-term]
|
||||
spacing = 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue