The Wayback Machine - https://web.archive.org/web/20200629230544/https://github.com/topics/icon-font
Skip to content
#

Icon font

Icon fonts are vector graphics that contain glyphs and symbols instead of letters and numbers. They may be styled with CSS, similar to regular text.

Here are 171 public repositories matching this topic...

Multi-Thinker
Multi-Thinker commented May 12, 2016

HI, I wonder how can i use your plugin, without any documentation, examples, guides, requirements.. Can you please put some lines how this plugin works and what do i need to make it work? how the CLI work? i tried my best to convert ttf/svg/otf/eot to woff no success at all in my case using fontmin.. what am i doing wrong.. and secondly when i use fontmin build command it just grab all files and p

RemixIcon
guoyunhe
guoyunhe commented Feb 21, 2020

Is your feature request about the Usage? Please describe.

If the website and SVG sprite are hosted in different servers (many big sites use dedicated server for static files), browser will prevent cross site reference:

<!-- http://en.opensuse.org/ -->
<svg class="remix">
  <use xlink:href="http://static.opensuse.org/svg/sprite.svg#stack-line"></use>
</svg>

**Describe

steveharman
steveharman commented Aug 31, 2018

Something I've never understood and couldn't find in the documentation. Font Awesome (FA) regularly update their icon font to include new fonts.

What do we do to install the updated FA fonts into sketch-iconfont?

The FA download includes an "svgs" folder that contains hundreds of .svg files in several weights - we don't have to instal each one manually, do we? And if so - how?

Thanks,

gladonias
gladonias commented Apr 26, 2020

I've just looked around the website and the issues section on the repository, and I couldn't find anything related to LibreGit. The closest I found was Gitea, since LibreGit is a public instance of Gitea and a free-as-in-freedom alternative to GitHub.

Icon

Here's the logo in PNG: [LibreGit](https://l

grimen
grimen commented Jan 11, 2016

Git tree is ~30 MB large even though the project is very simple, this is because bower_components is still in the Git tree which makes no sense - cloning forever. I removed it from versioning in my fork, but didn't do the actual version histoy cleanup using git filter-branch --tree-filter 'rm -rf bower_components' --prune-empty HEAD because that require the project maintainer to be aware. Read

You can’t perform that action at this time.