Skip to content

Commit

Permalink
feat(new-default-font): public sans (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
josh-chamberlain authored Jul 23, 2024
1 parent f490816 commit c4faab8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Public+Sans:[email protected]&display=swap" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + Vue + TS</title>
</head>
Expand Down
1 change: 1 addition & 0 deletions src/config/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ export const tailwindConfig = {
// Using properties directly - overrides tailwind theme defaults for entire section
fontFamily: {
sans: [
'"Public Sans"',
'"Libre Franklin"',
'ui-sans-serif',
'system-ui',
Expand Down

0 comments on commit c4faab8

Please sign in to comment.