Changing url in css file
This commit is contained in:
parent
e84c950669
commit
7e663c20a8
1 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue