From c8027460db70dcc2db0f9a6e9d374d3e667800b5 Mon Sep 17 00:00:00 2001 From: Ariel Costas Guerrero <94913521+arielcostas@users.noreply.github.com> Date: Wed, 1 Jan 2025 19:26:25 +0100 Subject: Add Beiruti font for titles --- package-lock.json | 30 +++++++++++++++---------- package.json | 1 + src/layouts/Layout.astro | 1 + src/pages/contact.astro | 56 ++++++++++++++++++++++++++++++++++++++--------- src/partials/Header.astro | 11 ---------- styles/shared.scss | 12 ++++------ 6 files changed, 71 insertions(+), 40 deletions(-) diff --git a/package-lock.json b/package-lock.json index c46c9c2..3d7f9ce 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,12 +9,13 @@ "version": "0.0.1", "dependencies": { "@astrojs/check": "^0.9.4", - "@astrojs/rss": "^4.0.10", - "@astrojs/sitemap": "^3.2.1", - "@fontsource-variable/sen": "^5.0.5", + "@astrojs/rss": "4.0.10", + "@astrojs/sitemap": "3.2.1", + "@fontsource-variable/sen": "5.1.0", + "@fontsource/beiruti": "^5.1.1", "astro": "^5.1.1", - "braces": ">=3.0.3", - "typescript": "5.5.4" + "braces": "3.0.3", + "typescript": "5.7.2" }, "devDependencies": { "sass": "^1.76.0" @@ -702,9 +703,16 @@ } }, "node_modules/@fontsource-variable/sen": { - "version": "5.0.5", - "resolved": "https://registry.npmjs.org/@fontsource-variable/sen/-/sen-5.0.5.tgz", - "integrity": "sha512-hChjqHYtTt1hud11Q0IOLqFu6sI/qlfhftO+CofnijniEM/DoFys7N2T/7sltTJPJSPrWnOP8/NYVTb0ZzWsYg==" + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/@fontsource-variable/sen/-/sen-5.1.0.tgz", + "integrity": "sha512-kvtPL4/Bmpj2JOK8BdE5MRbLFTgeXnKJs9GrbJKZ7ruuoFG7U50GgfPxcrV2Gzlk9C+VZxcxtsK1iS+V96Iu+w==", + "license": "OFL-1.1" + }, + "node_modules/@fontsource/beiruti": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/@fontsource/beiruti/-/beiruti-5.1.1.tgz", + "integrity": "sha512-kKBLhtVEED1acwMBtItZiw7AokIeI7/S5+MhaTfRHL5suVeA7cfd/ZHsB5HzHPsXAy6RBRYPOow8RvlJR9Zouw==", + "license": "OFL-1.1" }, "node_modules/@img/sharp-darwin-arm64": { "version": "0.33.3", @@ -5740,9 +5748,9 @@ "license": "MIT" }, "node_modules/typescript": { - "version": "5.5.4", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.4.tgz", - "integrity": "sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==", + "version": "5.7.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.2.tgz", + "integrity": "sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==", "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", diff --git a/package.json b/package.json index 1856324..3aa67de 100644 --- a/package.json +++ b/package.json @@ -14,6 +14,7 @@ "@astrojs/rss": "4.0.10", "@astrojs/sitemap": "3.2.1", "@fontsource-variable/sen": "5.1.0", + "@fontsource/beiruti": "^5.1.1", "astro": "^5.1.1", "braces": "3.0.3", "typescript": "5.7.2" diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 26507bd..988f096 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -1,4 +1,5 @@ --- +import "@fontsource/beiruti"; import "@fontsource-variable/sen"; import Header from "../partials/Header.astro"; import Footer from "../partials/Footer.astro"; diff --git a/src/pages/contact.astro b/src/pages/contact.astro index 2bb5b18..e8615cc 100644 --- a/src/pages/contact.astro +++ b/src/pages/contact.astro @@ -22,7 +22,9 @@ const schema = {
La forma más sencilla de contactar conmigo es a través de mi dirección de correo electrónico: - ariel ARROBA costas PUNTO dev + ACTIVA JAVASCRIPT PARA VER ESTO. También + puedes usar WhatsApp con el número de teléfono + ACTIVA JAVASCRIPT PARA VER ESTO.
También puedes encontrarme en algunas redes sociales:
@@ -32,18 +34,52 @@ const schema = {