Font awesome kit preview - font-awesome

I found a linked Font awesome kit in an old project. Like:
<script src="https://use.fontawesome.com/xxxxxxxxxx.js"></script>
I can only find two icons in the code. Is there a way to preview all the icons from that kit? I could not find any information on their webpage to preview the kit without an account.

Related

What is the closest font to the google logo that is freely available online?

I'm trying to make a replica of the google homepage and I'm looking for a font style to make the logo. From what I can tell the official font is not publically available. I'm looking for a font that's freely available (somewhere like in Google Fonts or some other website) that I can link to my HTML and CSS files.

AMP Page - Fontawesome icons not showing on mobile

I just made AMP pages for my website, and everything seems to be fine when I test the website through desktop browser (Chrome), both in normal view and phone-view.
However, I just attempted to access a webpage through Google (which is now showing the amp icon), but when I visit the page, the fontawesome icons aren't showing, which hurts the user interface.
I have this code in the section.
<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.4.1/css/all.css" integrity="hidden" crossorigin="anonymous">
Any ideas why the icons aren't showing up on mobile?
After some more digging, I finally found the fix for this.
The resources are being loaded through cdn.ampproject.org, and you get a custom subdomain for your own domain, so lets say your domain is example.com, you need to whitelist example-com.cdn.ampproject.org in Font Awesome.

Copied My Onsen Ui 2 App Folder to new pc, material font away

I am developing an App with Onsen Ui 2 and Cordova. Now I bought a new Pc and copied the by cordova created App folder(with Onsen UI 2) to my new Pc. Here I opened my index.html file on the computer and the font i 'normal' not material. How is this possible, how to change this back?
PS: I have not installed cordova yet on the new Pc
Picture of it: Not Material
Make sure you include the roboto font files, they are not packaged with onsenUI. Add this e.g. to your index.html:
<link href='https://fonts.googleapis.com/css?family=Roboto:400,300italic,300,400italic,500,700,700italic,500italic' rel='stylesheet' type='text/css'>
Or download the font somewhere on the web and include the css.
If the problem persists, run the application in your browser and use an inspector (e.g. Firebug) to see which file is not loading and check if this file is available on your filesystem or on the web.

Import Material icons into Cordova Android Studio

I am using cordova 6.0 in android studio. i want to use google material-design icons in html page for my personal project, but when i use the CDN of google icons it doesn't get rendered.
If you need only Icons then material-design-icons. The setup information guide is given there.
If you need whole material framework (Paper Elements, Cards and Floating Action Button) including fonts then getmdl.io

apple-touch-icon web app home screen icon for BlackBerry PlayBook?

Is there an equivilant to <link rel="apple-touch-icon"> for the BlackBerry PlayBook?
I would like to show a custom icon when users add my web application to their home screen. The application is purely web-based (not WebWorks), so there is no code on the device.