Skip to content

Commit

Permalink
Update the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
fredizzimo committed Apr 24, 2024
1 parent 4fc1c78 commit 4d5fdf4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions website/docs/config-file.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,10 @@ see that doc for details on what those settings do.
- `features`: optional, `{ "<font>" = ["<string>"] }`
- `size`: required,
- `width`: optional,
- `allow_float_size`: optional,
- `hinting`: optional,
- `edging`: optional,

Settings `size`, `width`, `allow_float_size`, `hinting` and `edging` can be found in
Settings `size`, `width`, `hinting` and `edging` can be found in
[Configuration](configuration.md).

- `FontDescription` can be:
Expand Down
4 changes: 2 additions & 2 deletions website/docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@ as such it's also documented in `:h guifont`. But to sum it up and also add Neov
- alias
- `#h-X` (available since 0.10.2) - Sets level of glyph outline adjustment, while `X` is
a type of hinting:
- full (default)
- full
- normal
- slight
- slight (default)
- none
- Some examples:
- `Hack,Noto_Color_Emoji:h12:b` — Hack at size 12 in bold, with Noto Color Emoji as fallback
Expand Down

0 comments on commit 4d5fdf4

Please sign in to comment.