From 900f0efb75e7c5b3071c21e70cf7008f82c5070c Mon Sep 17 00:00:00 2001 From: Kevin Date: Fri, 15 Nov 2024 13:04:30 -0500 Subject: [PATCH] add accompanying README with license details --- src/font/res/README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 src/font/res/README.md diff --git a/src/font/res/README.md b/src/font/res/README.md new file mode 100644 index 000000000..9509a329c --- /dev/null +++ b/src/font/res/README.md @@ -0,0 +1,17 @@ +# Fonts and Licenses + +This project uses several fonts which fall under the SIL Open Font License (OFL-1.1) and MIT License: + +- Code New Roman (OFL-1.1) +- Geist Mono (OFL-1.1) +- Inconsolata (OFL-1.1) +- JetBrains Mono (OFL-1.1) +- JuliaMono (OFL-1.1) +- Kawkab Mono (OFL-1.1) +- Lilex (OFL-1.1) +- Monaspace Neon (OFL-1.1) +- Noto Emoji (OFL-1.1) +- Cozette (MIT) + +A full copy of the OFL license can be found at [OFL.txt](./OFL.txt). +An accompanying FAQ is also available at .