FontAwesome Browser Error 400

After reading your PM (big thanks!) and fiddling with Scrutiny, I have come to the conclusion this FontAwesome thing MUST be a bug, so I am going to report that to Norm now. I appreciate all your help!

REPORTED.

But I am curious if the problem is in my Navigation Bar, since all pages in my Blocs site are affected, and the Navigation bar is the only consistent content among them. I have some FontAwesome icons inside that navigation bar, called with an HTML widget. Here is just one example of my HTML widget code:

<a href="https://visionsecurity.jp/download.html" class="a-btn a-block dropdown-links"> <span class="fa fa-download"> </span> 説明書ダウンロード</a>

But I don’t see this as being anything bad on my part, so I think my Blocs bug report is valid. Even so, if you have any thoughts on this, please post them here. And again, the link to my 1-page Blocs document is here:

https://kiramek.com/21test95/Test.zip

I remember at some point you wanted to add font awesome icons within some text body. well this is what is the cause of this issue (I think).

Blocs does a range of checks during export to find the used fonts and icons, for some reason Blocs is trying to load font-awesome typeface from Google, so its been a little confused.

This looks like there is a text element in the page, HTML widget most likely that is using font awesome on a text element.

Does any of this sound familiar, if so let me know which part of the site is using font awesome on text and I’ll try to make Blocs less fussy.

1 Like

Hello @Norm could it be in the footer with icons with this code?

<a href="https://visionsecurity.jp/xxx" class="a-btn a-block text-center text-sm-left footer-link"><span class="fa fa-download"></span> ダウンロード</a>

All icons used in the drop-down navigation atop my example web page were created with the AREF and SPAN via Code Widget. The same is true of the icons used in my Footer. They are called by the SPAN CLASS, as shown in the code of my previous post and the code shown in Pealco’s post. That code is used in the Code Widget in Blocs.

Thanks.

1 Like

Yeah that’s the cause, I have a little fix coming.

1 Like