1
0

Compare commits

..

1 Commits

Author SHA1 Message Date
7020f970d8 korrigierte Schriftart 2024-10-28 21:15:19 +01:00

View File

@ -1,10 +1,10 @@
@font-face { @font-face {
font-family: 'Orbitron'; font-family: 'Orbitron';
src: url('fonts/Orbitron-Black.ttf') format('truetype'); src: url('/fonts/Orbitron-Black.ttf') format('truetype');
} }
@font-face { @font-face {
font-family: 'Roboto'; font-family: 'Roboto';
src: url('fonts/Roboto-Regular.ttf') format('truetype'); src: url('/fonts/Roboto-Regular.ttf') format('truetype');
} }
body { body {
font-family: 'Roboto', sans-serif; font-family: 'Roboto', sans-serif;