From 1034619abfd5286d7310aa07f2e55497d482771d Mon Sep 17 00:00:00 2001 From: andatoshiki Date: Sun, 22 Sep 2024 04:00:37 -0700 Subject: [PATCH] feat!(logo): add `v2` version of site logo on navbar with complete new design in stampson calligraphy font for cursive signature & seperate and isolate linear bar of lower case t to a secondary path that scribes concurrenly with letter a and partial t letter hook & force change the stroke width property of logo signature to 6.5 for a relatively conhesive design on site throughout --- src/components/LogoV2.vue | 92 +++++++++++++++++++++++++++++++++++++++ src/components/Navbar.vue | 6 +-- 2 files changed, 95 insertions(+), 3 deletions(-) create mode 100644 src/components/LogoV2.vue diff --git a/src/components/LogoV2.vue b/src/components/LogoV2.vue new file mode 100644 index 0000000..7a9ea58 --- /dev/null +++ b/src/components/LogoV2.vue @@ -0,0 +1,92 @@ + + diff --git a/src/components/Navbar.vue b/src/components/Navbar.vue index 5aea86b..5cbc46e 100755 --- a/src/components/Navbar.vue +++ b/src/components/Navbar.vue @@ -1,6 +1,6 @@