From 614b19f5447449b50dcd329066eaa1e83ebb64fd Mon Sep 17 00:00:00 2001 From: Alter Date: Sun, 30 Aug 2026 22:15:05 +0200 Subject: [PATCH] ready to deploy --- src/App.vue | 22 ++++++++++++++++++++-- src/components/IAm.vue | 2 ++ src/components/SideMenu.vue | 4 +++- src/main.css | 5 +++++ 4 files changed, 30 insertions(+), 3 deletions(-) diff --git a/src/App.vue b/src/App.vue index 8dae32d..dbf9ab0 100644 --- a/src/App.vue +++ b/src/App.vue @@ -17,7 +17,12 @@ import SideMenu from './components/SideMenu.vue'

Senior full-stack developer

-

I deliver and deploy secure, fast, internationalized and accessible web applications.

+

+ I deliver and deploy secure, + fast, + internationalized and + accessible web applications. +

@@ -163,6 +168,7 @@ import SideMenu from './components/SideMenu.vue'
+ diff --git a/src/components/IAm.vue b/src/components/IAm.vue index 06f4497..0e82fd3 100644 --- a/src/components/IAm.vue +++ b/src/components/IAm.vue @@ -5,6 +5,8 @@ diff --git a/src/main.css b/src/main.css index caf6637..950ec83 100644 --- a/src/main.css +++ b/src/main.css @@ -4,6 +4,11 @@ src: local("cascadia"), url(./static/fonts/cascadia_code/woff2/CascadiaCode.woff2); } +@font-face { + font-family: "cascadia"; + font-style: italic; + src: local("cascadia"), url(./static/fonts/cascadia_code/woff2/CascadiaCodeItalic.woff2); +} @font-face { font-family: "logic"; font-style: normal;