diff --git a/style.css b/style.css index 7269b2b..e24829b 100644 --- a/style.css +++ b/style.css @@ -1,10 +1,10 @@ @font-face { font-family: 'Orbitron'; - src: url('fonts/Orbitron-Black.ttf') format('truetype'); + src: url('/fonts/Orbitron-Black.ttf') format('truetype'); } @font-face { font-family: 'Roboto'; - src: url('fonts/Roboto-Regular.ttf') format('truetype'); + src: url('/fonts/Roboto-Regular.ttf') format('truetype'); } body { font-family: 'Roboto', sans-serif;