From 15c7d751f8b4138eb68d2cf7c44b8589e023cb15 Mon Sep 17 00:00:00 2001 From: Marco Thomas Date: Fri, 4 Nov 2022 00:37:04 +0100 Subject: [PATCH] [fonts] move font dir --- files/fonts/.fonts/.uuid | 1 + {fonts => files/fonts/.fonts}/JuliaMono-Medium.ttf | Bin .../fonts/.fonts}/JuliaMono-MediumItalic.ttf | Bin .../fonts/.fonts}/NotoSansCJK-Regular.ttc | Bin .../SFMono Medium Italic Nerd Font Complete.otf | Bin .../.fonts}/SFMono Medium Nerd Font Complete.otf | Bin 6 files changed, 1 insertion(+) create mode 100644 files/fonts/.fonts/.uuid rename {fonts => files/fonts/.fonts}/JuliaMono-Medium.ttf (100%) rename {fonts => files/fonts/.fonts}/JuliaMono-MediumItalic.ttf (100%) rename {fonts => files/fonts/.fonts}/NotoSansCJK-Regular.ttc (100%) rename {fonts => files/fonts/.fonts}/SFMono Medium Italic Nerd Font Complete.otf (100%) rename {fonts => files/fonts/.fonts}/SFMono Medium Nerd Font Complete.otf (100%) diff --git a/files/fonts/.fonts/.uuid b/files/fonts/.fonts/.uuid new file mode 100644 index 0000000..d20c5cd --- /dev/null +++ b/files/fonts/.fonts/.uuid @@ -0,0 +1 @@ +14304504-7ad4-40e7-a285-02c20838a7df \ No newline at end of file diff --git a/fonts/JuliaMono-Medium.ttf b/files/fonts/.fonts/JuliaMono-Medium.ttf similarity index 100% rename from fonts/JuliaMono-Medium.ttf rename to files/fonts/.fonts/JuliaMono-Medium.ttf diff --git a/fonts/JuliaMono-MediumItalic.ttf b/files/fonts/.fonts/JuliaMono-MediumItalic.ttf similarity index 100% rename from fonts/JuliaMono-MediumItalic.ttf rename to files/fonts/.fonts/JuliaMono-MediumItalic.ttf diff --git a/fonts/NotoSansCJK-Regular.ttc b/files/fonts/.fonts/NotoSansCJK-Regular.ttc similarity index 100% rename from fonts/NotoSansCJK-Regular.ttc rename to files/fonts/.fonts/NotoSansCJK-Regular.ttc diff --git a/fonts/SFMono Medium Italic Nerd Font Complete.otf b/files/fonts/.fonts/SFMono Medium Italic Nerd Font Complete.otf similarity index 100% rename from fonts/SFMono Medium Italic Nerd Font Complete.otf rename to files/fonts/.fonts/SFMono Medium Italic Nerd Font Complete.otf diff --git a/fonts/SFMono Medium Nerd Font Complete.otf b/files/fonts/.fonts/SFMono Medium Nerd Font Complete.otf similarity index 100% rename from fonts/SFMono Medium Nerd Font Complete.otf rename to files/fonts/.fonts/SFMono Medium Nerd Font Complete.otf