Skip to content

Commit

Permalink
Remove font
Browse files Browse the repository at this point in the history
  • Loading branch information
lcfd committed Oct 5, 2023
1 parent 708fbf3 commit 257cb49
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion website/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ import { defineConfig } from 'astro/config';
import tailwind from "@astrojs/tailwind";
import sitemap from "@astrojs/sitemap";
export default defineConfig({
site: 'https://lexingtonthemes.com',
site: 'https://usetrak.com',
integrations: [tailwind(), sitemap()]
});
6 changes: 1 addition & 5 deletions website/src/components/BaseHead.astro
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,6 @@ import "../styles/global.css";
type="module"
src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.esm.js"
></script>
<!--
https://rsms.me/inter/
-->
<link rel="preconnect" href="https://rsms.me/" />
<link rel="stylesheet" href="https://rsms.me/inter/inter.css" />

<!---- Alpine -->
<script defer src="https://unpkg.com/[email protected]/dist/cdn.min.js"></script>
2 changes: 1 addition & 1 deletion website/tailwind.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ module.exports = {
},
},
fontFamily: {
sans: ["Inter", ...defaultTheme.fontFamily.sans],
sans: [...defaultTheme.fontFamily.sans],

},
},
Expand Down

0 comments on commit 257cb49

Please sign in to comment.