From 61926598ce96bee00aafe5340af4a905759b122a Mon Sep 17 00:00:00 2001 From: pml68 Date: Sat, 11 Jan 2025 01:50:16 +0100 Subject: refactor: remove iced_drop & workspace --- fonts/icons.toml | 6 ++++++ fonts/icons.ttf | Bin 0 -> 6348 bytes 2 files changed, 6 insertions(+) create mode 100644 fonts/icons.toml create mode 100644 fonts/icons.ttf (limited to 'fonts') diff --git a/fonts/icons.toml b/fonts/icons.toml new file mode 100644 index 0000000..a70c0e7 --- /dev/null +++ b/fonts/icons.toml @@ -0,0 +1,6 @@ +module = "icon" + +[glyphs] +save = "entypo-floppy" +open = "fontawesome-folder-open-empty" +copy = "fontawesome-file-code" diff --git a/fonts/icons.ttf b/fonts/icons.ttf new file mode 100644 index 0000000..7af6b0e Binary files /dev/null and b/fonts/icons.ttf differ -- cgit v1.2.3