diff --git a/package.json b/package.json index 80ceec6..6d9e593 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,6 @@ "@divriots/jampack": "^0.21.1", "astro": "^3.4.0", "astro-seo": "^0.8.0", - "gotham-fonts": "github:SergioFloresG/gotham-fonts", "modern-normalize": "^2.0.0", "preact": "^10.6.5", "vite-plugin-pwa": "^0.16.5" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index a97a749..022bdc0 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -14,9 +14,6 @@ dependencies: astro-seo: specifier: ^0.8.0 version: 0.8.0 - gotham-fonts: - specifier: github:SergioFloresG/gotham-fonts - version: github.com/SergioFloresG/gotham-fonts/48e72283ee36faafd5b0fe79f72c16cc374fa9b4 modern-normalize: specifier: ^2.0.0 version: 2.0.0 @@ -6836,9 +6833,3 @@ packages: /zwitch@2.0.4: resolution: {integrity: sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==} dev: false - - github.com/SergioFloresG/gotham-fonts/48e72283ee36faafd5b0fe79f72c16cc374fa9b4: - resolution: {tarball: https://codeload.github.com/SergioFloresG/gotham-fonts/tar.gz/48e72283ee36faafd5b0fe79f72c16cc374fa9b4} - name: gotham-fonts - version: 1.0.2 - dev: false diff --git a/public/fonts/URWGothic-Book.woff2 b/public/fonts/URWGothic-Book.woff2 new file mode 100644 index 0000000..fb23767 Binary files /dev/null and b/public/fonts/URWGothic-Book.woff2 differ diff --git a/public/fonts/URWGothic-Demi.woff2 b/public/fonts/URWGothic-Demi.woff2 new file mode 100644 index 0000000..3a261e5 Binary files /dev/null and b/public/fonts/URWGothic-Demi.woff2 differ diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index f785f1a..9b525b9 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -3,8 +3,6 @@ import { SEO } from "astro-seo"; import "modern-normalize/modern-normalize.css"; import "../main.css"; import { seoConfig, manifest } from "../../utils/seo.ts"; -import gothamBook from "gotham-fonts/webfonts/Gotham-Book.woff2"; -import gothamBold from "gotham-fonts/webfonts/Gotham-Bold.woff2"; export interface Props { title?: string; @@ -46,14 +44,14 @@ const ogTitle = Astro.props.ogTitle ?? title; /> (Are you a nerd? Check the developer console.)

-

+