Add missing font awesome source in core.css

This commit is contained in:
Alex Cabal 2020-09-15 18:28:50 -05:00
parent 6772a77930
commit ada834c365

View file

@ -2,7 +2,7 @@
@font-face{
font-family: "FontAwesome";
src: local("FontAwesome");
src: local("FontAwesome"), url("/fonts/font-awesome.woff2") format("woff2");
font-weight: normal;
font-style: normal;
}