Skip to content

Commit

Permalink
import fontawesome to get css
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-intuitem committed Feb 25, 2024
1 parent c9c6fdc commit c312faf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion frontend/src/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
<head>
<meta charset="utf-8" />
<link rel="icon" href="%sveltekit.assets%/favicon.ico" />
<link rel="stylesheet" href="/node_modules/@fortawesome/fontawesome-free/css/all.min.css"/>
<meta name="viewport" content="width=device-width" />
%sveltekit.head%
<style>
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/routes/+layout.svelte
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<script lang="ts">
// Most of your app wide CSS should be put in this file
import '../app.postcss';
import '@fortawesome/fontawesome-free/css/all.min.css';
import ParaglideSvelte from './ParaglideJsProvider.svelte';
import { computePosition, autoUpdate, offset, shift, flip, arrow } from '@floating-ui/dom';
Expand Down

0 comments on commit c312faf

Please sign in to comment.