45
1
Fork 0

Changing url in css file

This commit is contained in:
Niklas 2025-07-07 16:55:07 +00:00
parent e84c950669
commit 7e663c20a8

View file

@ -1,10 +1,10 @@
@font-face {
font-family: 'Retro Floral';
src: url('http://localhost:3000/assets/retro-floral.regular.ttf') format('truetype');
src: url('https://static.media.ccc.de/media/events/hackover2025/retro-floral.regular.ttf') format('truetype');
}
@font-face {
font-family: 'Retro Floral';
src: url('http://localhost:3000/assets/retro-floral.regular.otf') format('opentype');
src: url('https://static.media.ccc.de/media/events/hackover2025/retro-floral.regular.otf') format('opentype');
}
:root {