diff options
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/fonts/fusion10 | bin | 397504 -> 395428 bytes | |||
| -rw-r--r-- | lua/fonts/fusion12 | bin | 659996 -> 663972 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 71dd9fed..78369227 100644 --- a/lua/fonts/fusion10 +++ b/lua/fonts/fusion10 diff --git a/lua/fonts/fusion12 b/lua/fonts/fusion12 Binary files differindex 885f6ed0..b7bffc08 100644 --- a/lua/fonts/fusion12 +++ b/lua/fonts/fusion12 diff --git a/lua/licenses.lua b/lua/licenses.lua index 7273e3e0..7a66c063 100644 --- a/lua/licenses.lua +++ b/lua/licenses.lua @@ -178,6 +178,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) |
