diff options
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/fonts/fusion10 | bin | 389532 -> 387500 bytes | |||
| -rw-r--r-- | lua/fonts/fusion12 | bin | 659712 -> 663688 bytes | |||
| -rw-r--r-- | lua/licenses.lua | 3 |
3 files changed, 3 insertions, 0 deletions
diff --git a/lua/fonts/fusion10 b/lua/fonts/fusion10 Binary files differindex 2a742f08..adf6fcfc 100644 --- a/lua/fonts/fusion10 +++ b/lua/fonts/fusion10 diff --git a/lua/fonts/fusion12 b/lua/fonts/fusion12 Binary files differindex cd3e4eb8..c19f896c 100644 --- a/lua/fonts/fusion12 +++ b/lua/fonts/fusion12 diff --git a/lua/licenses.lua b/lua/licenses.lua index 0ea6a389..31d48a40 100644 --- a/lua/licenses.lua +++ b/lua/licenses.lua @@ -179,6 +179,9 @@ return function(self) button:onClicked(show_fn) end + library("Ark Pixel font", "OFL", function() + ofl("Copyright (C) 2021 TakWolf") + end) library("catch2", "BSL", function() bsl("2022 Two Blue Cubes Ltd.") end) |
