When I added a description to a field I get
GET http://voice.test/fonts/bootstrap/glyphicons-halflings-regular.woff2 net::ERR_ABORTED 404 (Not Found)
GET http://voice.test/fonts/bootstrap/glyphicons-halflings-regular.woff net::ERR_ABORTED 404 (Not Found)
with the CSS loading from the 'http://voice.test/admin/assets?path=css%2Fapp.css' path
@font-face {
font-family: Glyphicons Halflings;
src: url(../fonts/bootstrap/glyphicons-halflings-regular.eot);
src: url(../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"),
url(../fonts/bootstrap/glyphicons-halflings-regular.woff2) format("woff2"),
url(../fonts/bootstrap/glyphicons-halflings-regular.woff) format("woff"),
url(../fonts/bootstrap/glyphicons-halflings-regular.ttf) format("truetype"),
url(../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg")
}
Steps to reproduce the behavior:
The CSS path correctly linked to load the font files and description icon showing correctly
As a temporary solution you can copy fonts folder from /vendor/tcg/voyager/publishable/assets/.
For a definitive solution I think url should be changed in app.css with assets?path=fonts/bootstrap/etc..
@MrCrayon thanks.
I have a similar issue after upgrading to Voyager 1.2 and Laravel 5.6.


I dont't if could be the same or not.
@xXcoronaXx it's the same
This issue has been automatically locked since there has not been any recent activity after it was closed. If you have further questions please ask in our Slack group.
Most helpful comment
As a temporary solution you can copy fonts folder from /vendor/tcg/voyager/publishable/assets/.
For a definitive solution I think url should be changed in app.css with assets?path=fonts/bootstrap/etc..