mirror of
https://github.com/standardebooks/web.git
synced 2025-07-07 07:10:29 -04:00
Add missing font awesome source in core.css
This commit is contained in:
parent
6772a77930
commit
ada834c365
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
@font-face{
|
@font-face{
|
||||||
font-family: "FontAwesome";
|
font-family: "FontAwesome";
|
||||||
src: local("FontAwesome");
|
src: local("FontAwesome"), url("/fonts/font-awesome.woff2") format("woff2");
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue