Skip to content

Commit

Permalink
docs: try public sans font
Browse files Browse the repository at this point in the history
  • Loading branch information
atinux committed Jun 18, 2024
1 parent 099fcbd commit 05fcfea
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
3 changes: 0 additions & 3 deletions docs/assets/css/style.css

This file was deleted.

1 change: 0 additions & 1 deletion docs/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ export default defineNuxtConfig({
ui: {
icons: ['heroicons', 'ph', 'simple-icons']
},
css: ['~/assets/css/style.css'],
routeRules: {
'/': { prerender: true },
'/api/search.json': { prerender: true },
Expand Down
3 changes: 1 addition & 2 deletions docs/tailwind.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ export default <Partial<Config>>{
}
},
fontFamily: {
sans: ['Inter var experimental', 'Inter var', 'Inter', ...defaultTheme.fontFamily.sans],
title: ['DM Sans', ...defaultTheme.fontFamily.sans]
sans: ['Public Sans', ...defaultTheme.fontFamily.sans]
}
}
}
Expand Down

0 comments on commit 05fcfea

Please sign in to comment.