Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Adapting pen of animated social media icons into prod Reply To: Adapting pen of animated social media icons into prod

#286998
drone4four
Participant

I got this working. Here are the two changes I have made:

(1.) I added https: to one of the link elements in index.html.
(2.) Turns out I was missing local system fonts. So with Manjaro being my local O/S, I invoked: sudo pacman -Ss ttf-liberation
I’m not sure when, how, or why these fonts were missing, but Liberation fonts are installed now.

Then I restarted my browser. When accessing my remote website through Firefox and Chrome, all the icons load properly. Hooray! But loading index.html from Chrome and Firefox directly from my local file tree doesn’t work – – which is because web browsers disable some content from loading externally for security reasons. Going forward I will use a local testing server.