diff --git a/.drone.yml b/.drone.yml index dca6494..8239f18 100644 --- a/.drone.yml +++ b/.drone.yml @@ -2,13 +2,6 @@ kind: pipeline type: docker name: deploy -clone: - disable: false - git: - image: plugins/git - settings: - clone_url: http://10.10.10.2:3000/admin/tgCrewLanding.git - steps: - name: build image: node:22 diff --git a/src/components/BaseLogo.vue b/src/components/BaseLogo.vue index 5975059..12f875e 100644 --- a/src/components/BaseLogo.vue +++ b/src/components/BaseLogo.vue @@ -68,8 +68,13 @@ - - tg! + + tg diff --git a/src/css/fonts/Lato-Regular.woff2 b/src/css/fonts/Lato-Regular.woff2 deleted file mode 100644 index cc40990..0000000 Binary files a/src/css/fonts/Lato-Regular.woff2 and /dev/null differ diff --git a/src/css/fonts/Ubuntu-Regular.woff2 b/src/css/fonts/Ubuntu-Regular.woff2 deleted file mode 100644 index f6d2be9..0000000 Binary files a/src/css/fonts/Ubuntu-Regular.woff2 and /dev/null differ diff --git a/src/css/quasar.variables.scss b/src/css/quasar.variables.scss index 1cf8c16..ab35ca4 100644 --- a/src/css/quasar.variables.scss +++ b/src/css/quasar.variables.scss @@ -32,7 +32,6 @@ body, html, #q-app { -moz-osx-font-smoothing: grayscale; } -/* Гарантируем наследование для всех элементов */ * { font-family: inherit; }