Questions tagged [fontello]

A tool to combine icon webfonts for your own project. Apply this tag to questions about using the tool or about its source code.

A tool to combine icon webfonts for your own project. Useful to shrink glyph collections, minimizing font size, merge symbols from several fonts into a single file, and access large sets of professional-grade open source icons.


Documentation :

71 questions
39
votes
2 answers

How do I use fontello fonts?

According to one source, this is how I use Fontello fonts: Now it's trivial to make a custom icon webfont, exactly for your needs. First, select the icons you like. Then update glyph codes (optional), and download your webfont bundle. Fontello…
Nancy Collier
  • 1,469
  • 4
  • 17
  • 21
11
votes
1 answer

How do I use icons from fontello in my css?

I've been using entypo (downloaded from entypo.com), and displaying the icons like so: .icon:before { display: inline-block; font-family: 'Entypo'; text-decoration: none; speak: none; } .email:before { content: "\2709"; } Pretty…
user1694077
6
votes
1 answer

Fontello Glyph Font odd behaviour on Firefox, shows unicode codes instead of icons

I have a webpage. In its upper right corner I have some social icons. It shows okay in Chrome (both local and on the webserver), it shows ok in local FF, but on the online page I see the square placeholders with the Unicode codes inside. Oddly…
Cranio
  • 9,647
  • 4
  • 35
  • 55
4
votes
1 answer

Fontello doesn't work in production

Hi everyone at this time I'm installing a production server under linux with apache + passenger + rvm + rails 4, almost everithing is working ok except the fontello's icons the directory of the principal fontello folder is in…
Andru1989
  • 180
  • 13
3
votes
2 answers

Fontello in IE8

I'm using Fontello to display icons which works on every browser except for IE8 (it works fine in IE7). I've included every file that comes with Fontello and the URLs to each file is correct. In IE8 the fonts are instead displayed as a box rather…
Serberuss
  • 2,247
  • 4
  • 22
  • 40
2
votes
0 answers

How export styles to npm typescript library?

I've created a custom react library that use typescript and redux. First thing I did was create a project called react-tree, this is developed with react and I have used typescript and redux. Also, I have created a styles folder where I have added…
Javier
  • 1,975
  • 3
  • 24
  • 46
2
votes
1 answer

Fontello - how to add fonts to existing project?

How can I add more fonts to an existing Fontello directory? I know I can re-import my config.json into the Fontello website, then select new fonts, then re-download the config file. This updates the config file but not, of course, the actual .css…
Mitya
  • 33,629
  • 9
  • 60
  • 107
2
votes
1 answer

Fontello icon alias

I'm creating website and I have a little issue. For every name for class or ID, I used camelCase, but fontello icon always have syntaxes: icon-something. Is there a way to create alias to icon, smg like iconSomething?
Kamczatka
  • 151
  • 1
  • 2
  • 15
2
votes
1 answer

Offset when convert SVG to font with Glyphter.com - Offset

I created a simple SVG in Adobe Illustrator and then I save it as a SVG: I then upload this SVG to glyphter.com and it looks perfectly centered: I then drop the .svg file generated by the Glyphter download into fontello and I use it in my website…
Noitidart
  • 35,443
  • 37
  • 154
  • 323
2
votes
3 answers

How to "merge" two fontello font files?

I'm making changes to an existing project that uses fontello. And I would like to add some icons to the project's font file. What is the easiest way to to add those new icons? Can I create a 2nd font file in fontello and then somehow merge the two…
marco alves
  • 1,707
  • 2
  • 18
  • 28
2
votes
2 answers

How to put fontello icon in input value?

Say I have this code: But after the text "Send" I want to have a fontello icon. Obviously this doesn't work: In my fontello demo.html file,…
Corey
  • 2,453
  • 4
  • 35
  • 63
2
votes
3 answers

Icon font from fontello not working with Meteor js

I have downloaded a custom icon font from fontello and intend to use it in my meteor app. I tried the demo that comes with the downloaded package and the fonts display fine. Here is my css: @font-face { font-family: 'fontello'; src:…
Sam Mason
  • 1,037
  • 1
  • 8
  • 29
1
vote
2 answers

Gulp Fontello Erroring with adm-zip, recent phenomenon

I use gulp-fontello in a gulp build script. It's been working for years just fine, until recently I'm getting this error when I run the fontello task: Error: Invalid filename at new module.exports…
alkah3st
  • 25
  • 1
  • 8
1
vote
0 answers

Custom icon with fontello not working React Native

Hi I'm trying to implement custom icons following similar tutorials from online but keep running into the same problem with different approaches. First I uploaded the svg to the fontello service. Then I put the .ttf file into my assets/fonts folder.…
krish
  • 37
  • 2
  • 10
1
2 3 4 5