Skip to content

Commit

Permalink
[#18] Remove unused Google Fonts & stylesheet calls
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesMitofsky committed Aug 3, 2023
1 parent 711e9fe commit c8af4b5
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/routes/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,6 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>btv.dev</title>

<link
href="https://fonts.googleapis.com/css2?family=Modak&display=swap?text=btv.dev"
rel="stylesheet"
/>
<link rel="stylesheet" href="assets/styles.css" />
</head>
<body>
<slot />
Expand Down

0 comments on commit c8af4b5

Please sign in to comment.