Questions tagged [ionicons]

The premium icon font for Ionic Framework

Primary site:

http://ionicons.com/

From Github:

We intend for this icon pack to be used with Ionic, but it’s by no means limited to it. Use them wherever you see fit, personal or commercial. They are free to use and licensed under MIT.

...

Ionicons is licensed under the MIT license.

https://github.com/driftyco/ionicons

144 questions
0
votes
1 answer

Ionicons working on Azure but not Localhost

I am including Ionicons on a website I am building and they aren't showing up on my IIS Localhost Server, but they do show up on my Azure Web App. How do I make them show up on the Localhost? Files: (only linking the .css into…
Thomas Juranek
  • 343
  • 2
  • 16
0
votes
1 answer

How to change the size of an icon in an ion-header-bar?

I'm using ionic version 1.2.4. I'm essentially trying to reduce the size of the icon by changing it's font size. What would be the appropriate CSS selector to change the font-size of the icon in the code below? Nothing I try seems to be working. …
Edward Maxedon
  • 1,151
  • 2
  • 11
  • 17
0
votes
1 answer

ionicons replace checkbox and radion buttons with icons

I am using Ionicons on a project and have replaced the standard images for radio and checkbox with these icons.The issue I have is the actual default items are showing through the Ionicons when rendered. I have the following HTML:
TheRealPapa
  • 4,393
  • 8
  • 71
  • 155
0
votes
0 answers

Baseline is taller when font-family defined on body

Today I found a strange behavior when I used IonIcons. When the body has font-family property the baseline (Am I right? Is it the baseline?!) is bigger. JSFiddle: http://jsfiddle.net/5awcxhnv/ If you remove the font-family property from the body…
user1452062
  • 805
  • 4
  • 12
  • 27
-1
votes
1 answer

Can't create icon from hex digit

I want to be able to take a string such as f37f and return "\uf37f" from my function. The strings correspond to icons. If I return "\uf37f" the function works, but it does not work if I try this: return `\\u${iconString}`; The icon shows up as…
user3483203
  • 50,081
  • 9
  • 65
  • 94
-1
votes
1 answer

wordpress icons disappeared after some css changes

My WordPress site is not showing icons properly. there are some digits instead of icons. please check the site http://scisocialgrid.org/ This error occurred when I made some changes in skin.min.css. I upload a new file later to solve the problem…
-1
votes
2 answers

Ionicons Not Showing in Heroku

I'm working in Django 1.8, OSX, and Chrome. Some ionicons I've included in a rendered template are not showing up in Heroku (staging environment). I'm fairly certain that I have linked/included the icons properly in the css and font files…
-1
votes
2 answers

CSS glitch in Safari with Ionicons as background content and absolute positioning

I created my first website using SASS (Compass) and I really like it, it's a very handy tool. I also added Font Awesome and used it quite frequently, because I want to optimize for Retina desiplays as well and therefore use less graphics. The…
user1351482
  • 379
  • 3
  • 16
-3
votes
1 answer

I used ionicons in my project , but it can not be showed

As the title says,I used the follow element in my project but it can not be showed. I do not know how to solve this problem.If someone can tell me how to solve this problem, thank you very much.
Aaron
  • 167
  • 1
  • 2
  • 9
1 2 3
9
10