Skip to content

Commit

Permalink
fix font url
Browse files Browse the repository at this point in the history
  • Loading branch information
Tnze committed Sep 29, 2024
1 parent fec664a commit 1cff054
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ watchEffect(async () => {
<style>
@font-face {
font-family: 'xivicon';
src: url('./src/assets/fonts/XIV_Icon_Recreations.ttf');
src: url('./assets/fonts/XIV_Icon_Recreations.ttf');
}
#app {
Expand Down

0 comments on commit 1cff054

Please sign in to comment.