From 920a2452dd292ed232464a1d4b0e12856e83e440 Mon Sep 17 00:00:00 2001 From: nicwands Date: Tue, 26 May 2026 14:21:42 -0400 Subject: [PATCH] update fonts --- pages/+Layout.vue | 14 +++--- pages/index/+Page.vue | 7 +-- public/fonts/OfficeTimesRound-Regular.woff | Bin 10300 -> 0 bytes public/fonts/OfficeTimesRound-Regular.woff2 | Bin 9576 -> 0 bytes public/fonts/geist-mono-bold.woff | Bin 0 -> 40668 bytes public/fonts/geist-mono-bold.woff2 | Bin 0 -> 30592 bytes public/fonts/geist-mono.woff | Bin 0 -> 39348 bytes public/fonts/geist-mono.woff2 | Bin 0 -> 29352 bytes public/fonts/neuefraktur.woff | Bin 0 -> 23332 bytes public/fonts/neuefraktur.woff2 | Bin 0 -> 20088 bytes styles/_font-style.scss | 20 ++++++--- styles/_fonts.scss | 29 ++++++++++--- styles/main.scss | 45 +++++--------------- 13 files changed, 59 insertions(+), 56 deletions(-) delete mode 100755 public/fonts/OfficeTimesRound-Regular.woff delete mode 100755 public/fonts/OfficeTimesRound-Regular.woff2 create mode 100644 public/fonts/geist-mono-bold.woff create mode 100644 public/fonts/geist-mono-bold.woff2 create mode 100644 public/fonts/geist-mono.woff create mode 100644 public/fonts/geist-mono.woff2 create mode 100644 public/fonts/neuefraktur.woff create mode 100644 public/fonts/neuefraktur.woff2 diff --git a/pages/+Layout.vue b/pages/+Layout.vue index dc785c1..1f730e7 100644 --- a/pages/+Layout.vue +++ b/pages/+Layout.vue @@ -1,6 +1,6 @@