diff --git a/public/Iosevka/Bold.woff2 b/public/Iosevka/Bold.woff2 new file mode 100644 index 0000000..63b588f Binary files /dev/null and b/public/Iosevka/Bold.woff2 differ diff --git a/public/Iosevka/Heavy.woff2 b/public/Iosevka/Heavy.woff2 new file mode 100644 index 0000000..b639cd5 Binary files /dev/null and b/public/Iosevka/Heavy.woff2 differ diff --git a/public/Iosevka/Regular.woff2 b/public/Iosevka/Regular.woff2 new file mode 100644 index 0000000..1446bf3 Binary files /dev/null and b/public/Iosevka/Regular.woff2 differ diff --git a/public/global.css b/public/global.css index da5c9a3..4652199 100644 --- a/public/global.css +++ b/public/global.css @@ -1,3 +1,21 @@ +/* Iosevka web */ +@font-face { + font-family: "Iosevka Fixed Web"; + font-display: swap; + font-weight: 400; + font-stretch: normal; + font-style: normal; + src: url("/Iosevka/Regular.woff2") format("woff2"); +} + +@font-face { + font-family: 'Iosevka Fixed Web'; + font-display: swap; + font-weight: 700; + font-stretch: normal; + font-style: normal; + src: url('/Iosevka/Bold.woff2') format('woff2'); +} :root { --c-bg: #101010; @@ -10,7 +28,7 @@ :root { --c-bg: #f5f5f5; --c-on-bg: #101010; - + --c-bg-2: white; } } @@ -21,6 +39,6 @@ html { } body { - font-family: "JetBrains Mono", monospace; + font-family: "Iosevka Fixed Web", "Iosevka Nerd Font", "Iosevka", monospace; font-optical-sizing: auto; } diff --git a/src/components/Sidebar.astro b/src/components/Sidebar.astro index 74e9b78..bf55ab5 100644 --- a/src/components/Sidebar.astro +++ b/src/components/Sidebar.astro @@ -2,7 +2,7 @@

Hi 👋! I'm
- Fernando Araoz + Fernando Araoz

diff --git a/src/pages/index.astro b/src/pages/index.astro index 937d6a4..aa99eaa 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -13,12 +13,6 @@ import Tools from "../components/index/Tools.astro"; Fernando Araoz - - -