diff --git a/package.json b/package.json index 5f90b08..67bd72d 100755 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ }, "type": "module", "dependencies": { - "@fontsource-variable/work-sans": "^5.0.19", + "@fontsource-variable/inter": "^5.2.5", "@fontsource/ibm-plex-mono": "^5.0.13", "@tailwindcss/container-queries": "^0.1.1", "@tailwindcss/typography": "^0.5.13", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 7db5e0a..038d862 100755 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -8,9 +8,9 @@ importers: .: dependencies: - '@fontsource-variable/work-sans': - specifier: ^5.0.19 - version: 5.0.19 + '@fontsource-variable/inter': + specifier: ^5.2.5 + version: 5.2.5 '@fontsource/ibm-plex-mono': specifier: ^5.0.13 version: 5.0.13 @@ -311,8 +311,8 @@ packages: resolution: {integrity: sha512-BsWiH1yFGjXXS2yvrf5LyuoSIIbPrGUWob917o+BTKuZ7qJdxX8aJLRxs1fS9n6r7vESrq1OUqb68dANcFXuQQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@fontsource-variable/work-sans@5.0.19': - resolution: {integrity: sha512-UAHRcHDhCt1RyDwzigdQXFwL6skyVDQJxcnD7neHEdAHP9aQuDPWDWeHUfWsmPiBlseOlyczpfsQQcAllOxA9w==} + '@fontsource-variable/inter@5.2.5': + resolution: {integrity: sha512-TrWffUAFOnT8zroE9YmGybagoOgM/HjRqMQ8k9R0vVgXlnUh/vnpbGPAS/Caz1KIlOPnPGh6fvJbb7DHbFCncA==} '@fontsource/ibm-plex-mono@5.0.13': resolution: {integrity: sha512-gtlMmvk//2AgDEZDFsoL5z9mgW3ZZg/9SC7pIfDwNKp5DtZpApgqd1Fua3HhPwYRIHrT76IQ1tMTzQKLEGtJGQ==} @@ -1852,7 +1852,7 @@ snapshots: '@eslint/object-schema@2.1.4': {} - '@fontsource-variable/work-sans@5.0.19': {} + '@fontsource-variable/inter@5.2.5': {} '@fontsource/ibm-plex-mono@5.0.13': {} diff --git a/src/routes/Navbar.svelte b/src/routes/Navbar.svelte index 071db73..5e1cca3 100755 --- a/src/routes/Navbar.svelte +++ b/src/routes/Navbar.svelte @@ -23,7 +23,7 @@ > diff --git a/src/routes/styles.css b/src/routes/styles.css index 861abdb..2c51af0 100755 --- a/src/routes/styles.css +++ b/src/routes/styles.css @@ -2,12 +2,6 @@ @tailwind components; @tailwind utilities; -@font-face { - font-family: 'London Between'; - src: url('/fonts/LondonBetween.woff') format('woff'); - font-display: swap; -} - body { color: theme(colors.white); background-color: theme(colors.black); diff --git a/static/fonts/LondonBetween.woff b/static/fonts/LondonBetween.woff deleted file mode 100755 index 22df529..0000000 Binary files a/static/fonts/LondonBetween.woff and /dev/null differ diff --git a/tailwind.config.cjs b/tailwind.config.cjs index 48e276c..af98dcf 100755 --- a/tailwind.config.cjs +++ b/tailwind.config.cjs @@ -9,9 +9,8 @@ export default { colors: { black: '#090b0c', primary: '#58E1FF', secondary: '#00A2F8' }, fontFamily: { ...fontFamily, - sans: ['Work Sans Variable', ...fontFamily['sans']], - mono: ['IBM Plex Mono', ...fontFamily['mono']], - london: ['"London Between"', ...fontFamily['sans']] + sans: ['Inter Variable', ...fontFamily['sans']], + mono: ['IBM Plex Mono', ...fontFamily['mono']] }, backgroundImage: { 'gradient-radial': 'radial-gradient(var(--tw-gradient-stops))'