fontello Questions
2
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 (opti...
1
Solved
I want use in AngularCLI project one icon from fontello so I installed in npm:
npm install --save fontello-cli
Result:
New folder in node_modules so it's good but I don't see some css file. So how...
1
Solved
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;
}
.emai...
Atalya asked 4/10, 2013 at 13:42
1
Solved
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 pla...
1
© 2022 - 2024 — McMap. All rights reserved.