aframevr / aframe-inspector

:mag: Visual inspector tool for A-Frame. Hit *<ctrl> + <alt> + i* on any A-Frame scene.
https://aframe.io/aframe-inspector/examples/
MIT License
654 stars 201 forks source link

Missing icon font inside inspector #475

Closed ngokevin closed 7 years ago

ngokevin commented 7 years ago

Description:

Originally filed by @HeinPauwelyn at https://github.com/aframevr/aframe/issues/2672

On the top on the right side, I could see three buttons for translate, rotate and scale. But I couldn't see the icons. I've seen that the inpector using this code:

<a title="translate" class="button fa fa-arrows active"></a>
<a title="rotate" class="button fa fa-repeat"></a>
<a title="scale" class="button fa fa-expand"></a>

So I'm thinking that the icon font you're using is missing in the inspector. The icon font (probably font awasome I think), is not installed on my computer.

image

fernandojsg commented 7 years ago

@HeinPauwelyn The font is fetched from the bootstrapcdn. Are you getting this error offline?

fernandojsg commented 7 years ago

I've try to reproduce and it just happens when you don't have access to the CDN