This website works better with JavaScript.
Home
Explore
Help
Sign In
Autoplex
/
autoplex-legacy
Watch
1
Star
0
Fork
0
Code
Issues
1
Pull Requests
0
Projects
0
Releases
1
Wiki
Activity
Browse Source
Fix Font Awesome not loading
dev
David Ludwig
4 years ago
parent
50d55f4ff3
commit
c4dcfe9cea
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
services/webui/src/app/styles/index.css
+ 2
- 1
services/webui/src/app/styles/index.css
View File
@ -1,9 +1,10 @@
@
import
'@fortawesome/fontawesome-free/css/all.css'
;
@
font-face
{
font-family
:
"IBM Plex Sans"
;
src
:
url
(
"../assets/fonts/IBMPlexSans/IBMPlexSans-Thin.ttf"
)
;
}
@
import
'@fortawesome/fontawesome-free/css/all.css'
;
@
tailwind
base
;
@
tailwind
components
;
@
tailwind
utilities
;
Write
Preview
Loading…
Cancel
Save