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;