Spaces:
Running
Running
crcdng
commited on
Commit
·
5b5555c
1
Parent(s):
eadf5bc
fix font-family declaration in styles.css
Browse files- styles.css +1 -1
styles.css
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
@font-face {
|
2 |
-
font-family:
|
3 |
src: url("/file=/gradio_api/Cyberpunk.otf") format("otf");
|
4 |
font-weight: Regular;
|
5 |
font-style: normal;
|
|
|
1 |
@font-face {
|
2 |
+
font-family: Cyberpunk;
|
3 |
src: url("/file=/gradio_api/Cyberpunk.otf") format("otf");
|
4 |
font-weight: Regular;
|
5 |
font-style: normal;
|