diff --git a/Support/include/FontWriter/Type/types.hpp b/support/include/FontWriter/Type/types.hpp similarity index 100% rename from Support/include/FontWriter/Type/types.hpp rename to support/include/FontWriter/Type/types.hpp diff --git a/Support/include/FontWriter/default_font.hpp b/support/include/FontWriter/default_font.hpp similarity index 100% rename from Support/include/FontWriter/default_font.hpp rename to support/include/FontWriter/default_font.hpp diff --git a/Support/include/FontWriter/font_writer.hpp b/support/include/FontWriter/font_writer.hpp similarity index 100% rename from Support/include/FontWriter/font_writer.hpp rename to support/include/FontWriter/font_writer.hpp diff --git a/Support/src/.gitignore b/support/src/.gitignore similarity index 100% rename from Support/src/.gitignore rename to support/src/.gitignore diff --git a/Support/src/FontWriter/Makefile b/support/src/FontWriter/Makefile similarity index 100% rename from Support/src/FontWriter/Makefile rename to support/src/FontWriter/Makefile diff --git a/Support/src/FontWriter/ressources/DefaultFont.png b/support/src/FontWriter/ressources/DefaultFont.png similarity index 100% rename from Support/src/FontWriter/ressources/DefaultFont.png rename to support/src/FontWriter/ressources/DefaultFont.png diff --git a/Support/src/FontWriter/src/default_font.cpp b/support/src/FontWriter/src/default_font.cpp similarity index 100% rename from Support/src/FontWriter/src/default_font.cpp rename to support/src/FontWriter/src/default_font.cpp diff --git a/Support/src/FontWriter/src/font_writer.cpp b/support/src/FontWriter/src/font_writer.cpp similarity index 100% rename from Support/src/FontWriter/src/font_writer.cpp rename to support/src/FontWriter/src/font_writer.cpp diff --git a/Support/src/Makefile b/support/src/Makefile similarity index 100% rename from Support/src/Makefile rename to support/src/Makefile diff --git a/Support/src/SupportLibrary.code-workspace b/support/src/SupportLibrary.code-workspace similarity index 100% rename from Support/src/SupportLibrary.code-workspace rename to support/src/SupportLibrary.code-workspace