Skip to content

Commit

Permalink
Svelte
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Ayers <[email protected]>
  • Loading branch information
smaye81 committed Mar 3, 2025
1 parent 998e337 commit eada0a9
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions svelte/src/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,18 @@
<style>
body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto",
"Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans",
"Helvetica Neue", sans-serif;
font-family:
-apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
"Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
background-color: #fafafa;
}

code {
font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
monospace;
font-family:
source-code-pro, Menlo, Monaco, Consolas, "Courier New", monospace;
}
</style>
%sveltekit.head%
Expand Down

0 comments on commit eada0a9

Please sign in to comment.