Spaces:
Running
Running
Refactor css_html_js.py to update Font Awesome version
Browse files
src/display/css_html_js.py
CHANGED
@@ -108,5 +108,6 @@ get_window_url_params = """
|
|
108 |
"""
|
109 |
|
110 |
CSS_EXTERNAL = [
|
111 |
-
"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css"
|
|
|
112 |
]
|
|
|
108 |
"""
|
109 |
|
110 |
CSS_EXTERNAL = [
|
111 |
+
# "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css"
|
112 |
+
"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"
|
113 |
]
|