From 5810b76c9aa536b712c602bd6a5713e135010814 Mon Sep 17 00:00:00 2001 From: ayumi Date: Sun, 13 Apr 2025 15:26:41 +0200 Subject: Update Fusion font to the 2025.03.14 version --- lua/fonts/fusion10 | Bin 389532 -> 397504 bytes lua/fonts/fusion12 | Bin 659712 -> 659996 bytes 2 files changed, 0 insertions(+), 0 deletions(-) (limited to 'lua') diff --git a/lua/fonts/fusion10 b/lua/fonts/fusion10 index 2a742f08..71dd9fed 100644 Binary files a/lua/fonts/fusion10 and b/lua/fonts/fusion10 differ diff --git a/lua/fonts/fusion12 b/lua/fonts/fusion12 index cd3e4eb8..885f6ed0 100644 Binary files a/lua/fonts/fusion12 and b/lua/fonts/fusion12 differ -- cgit v1.2.3 From b2d455732df3c20eadbc4582b77e80c8e4ff86b5 Mon Sep 17 00:00:00 2001 From: ayumi Date: Mon, 14 Apr 2025 21:27:36 +0200 Subject: Add some of the missing font licences to the licence menu --- lua/licenses.lua | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'lua') diff --git a/lua/licenses.lua b/lua/licenses.lua index 61392c25..7273e3e0 100644 --- a/lua/licenses.lua +++ b/lua/licenses.lua @@ -199,6 +199,9 @@ return function(self) library("Fusion font", "OFL", function() ofl("Copyright (C) 2022 TakWolf") end) + library("Galmuri font", "OFL", function() + ofl("Copyright (c) 2019–2024 Lee Minseo (quiple@quiple.dev)") + end) library("komihash", "MIT", function() mit("Copyright (c) 2021-2022 Aleksey Vaneev") end) @@ -238,6 +241,9 @@ return function(self) library("MillerShuffle", "Apache 2.0", function() apache("Copyright 2022 Ronald Ross Miller") end) + library("Miseki font", "OFL", function() + ofl("Copyright (c) 2023-2024 Mark Li (itmarkibfb@gmail.com)") + end) library("ogg", "BSD", function() bsd3("Copyright (c) 2002, Xiph.org Foundation", "Xiph.org Foundation") end) -- cgit v1.2.3