Merge pull request 'Fixed a type for the pixel fontsize change' (#1) from wout-patch-1 into master

Reviewed-on: https://codeberg.org/wout/foot/pulls/1
This commit is contained in:
wout 2023-06-23 18:11:17 +00:00
commit 154a7fc059

View file

@ -87,7 +87,7 @@ empty string to be set, but it must be quoted: *KEY=""*)
Examples:
```
font-size-adjustment=0.5 # Adjust by 0.5 points
font-size-adjustment=10xp # Adjust by 10 pixels
font-size-adjustment=10px # Adjust by 10 pixels
font-size-adjustment=7.5% # Adjust by 7.5 percent
```