Spaces:
Sleeping
Sleeping
crcdng
commited on
Commit
·
b6ee55e
1
Parent(s):
0fd738a
attempt fix font path
Browse files- styles.css +1 -1
styles.css
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
@font-face {
|
2 |
font-family: Cyberpunk;
|
3 |
-
src: url("/file=/Cyberpunk.otf") format("otf");
|
4 |
font-weight: Regular;
|
5 |
font-style: normal;
|
6 |
}
|
|
|
1 |
@font-face {
|
2 |
font-family: Cyberpunk;
|
3 |
+
src: url("/gradio_api/file=/Cyberpunk.otf") format("otf");
|
4 |
font-weight: Regular;
|
5 |
font-style: normal;
|
6 |
}
|