Giter Site home page Giter Site logo

icomoon-free's People

Contributors

keyamoon avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

icomoon-free's Issues

No way to configure http or https for the generated style

I'm new to iconmoon and found that the generated style contains imports with hard-coded https, which certainly might bring issues for a http only website on different browsers. Unable to find any configurable option, such that the generated CSS contains protocol independent import-urls.

Support for fa-stack, not centered

Hi, first of all - IcoMoon is an awesome app! I am still finding my way around it but so far... pretty impressive.

I've ran into small problem and am wondering if it's because of Font-Awesome grid style or it is something that has to do with library. Here is HTML I am using:

<span class="fa-stack fa-lg">
    <i class="fa fa-circle fa-stack-2x"></i>
    <i class="fa fa-flag fa-stack-1x fa-inverse"></i>
</span>

When I stack by directly using font-awesome.css here is what I get

example_fontawesome

But when I reference css generated by IcoMoon (imported Font-Awesome and then exported new custom font), I get this:

example_icomoon

Now, is this problem related to Font-Awesome grid size (15x14)? Or I am missing some CSS styling? I doubt it is CSS, since I've copied everything relevant from font-awesome.css (fa-stack, fa-lg... etc).

Please let me know If you have time to look into this and let me know if it's IcoMoon or FontAwesome issue and if you have any recommendation on how to get around this problem.

<i> tags use icon moon font

Can you fix please selector for icon moon style definition.
Because all html tag use icon moon style.

i {
......
}

To something like this

i[class^="icon"] {
......
}

Typo in the Free IcoMoon set

It looks like the CSS class for some the envelops is set to icon-envelop which strikes me as typo.

If you go to http://icomoon.io/app/ and search for envelop you'll see 5 icons as expected. If you search for envelope you'll get no results.

icomoon_app_-_icon_font_generator

icomoon_app_-_icon_font_generator-2

In the repository here it appears those files are also labeled envelop.

Where is your copyright holder information?

Please update your LICENSE.txt with a COPYRIGHT line!

We need to know what to place as a copyright line above the licenses, whether GPL or CC-BY-4.0. Is it copyright IcoMoon? Is it copyright a person? Or maybe a foundation owns the copyright?

I'm guessing the copyright holder would be Keyamoon.com, as is found in the terms of your Friendly License - but guessing is not good enough for redistribution of BY-type licenses. Additionally, the IcoMoon site is copyright IcoMoon.io according to the page footer, which may be misleading to users of the free content.

how can I use the glyphs

I am using bootstrap 3 and the glyphicons of bootstrap is less and want to use icomoon icons but i can't it is not working. please guide me

thank's

Problem with Google AMP

Hello, I'm having troubles with Google AMP. The font is not loading over CDN.

If you access the font directly with the link it works

www.centralandroid.com.br/wp-content/plugins/accelerated-mobile-pages/templates/design-manager/swift/fonts/icomoon.ttf

However when Google tries to access over CDN it gives 404 error.

https://www-centralandroid-com-br.cdn.ampproject.org/r/s/www.centralandroid.com.br/wp-content/plugins/accelerated-mobile-pages/templates/design-manager/swift/fonts/icomoon.ttf

Do you have any idea about how to fix it?

display

pls attach the photo of icon when it lists...

Not working on iOS 8

Hi,

Our font generated on Icomoon is not working on iOS 8.
Did someone else experience the same issue? any solution?
Thanks,

Frederic

Class name

ItΒ΄s not a issue i think, there is the icon "icon-sort-numberic-desc" but it should be "icon-sort-numeric-desc"

Sort icons typo

The sort by number desc icon has a typo in its name, it should be called sort-numeric-desc instead of sort-numberic-desc

Need to change the selector where font-family is declared

Recently while using IcoMoon I used something like this

<span class="icon-sound" data-tooltip="Whatever is here"></span>

So here my tooltips inherits the font-family of icomoon instead of inheriting the default font-family.
For example if we use something like this

[data-tooltip]:hover:after {
    content: attr(data-tooltip);
    white-space: nowrap;
    /* Other stylings */

    font-family: Arial; /* Need to specify the font-family else it inherits icomoon */
}

Solution is to declare it on the :before pseudo instead like

[class^="icon-"]:before, 
[class*=" icon-"]:before {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
        line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

ohloh icon

Incredible icon set!
I think you missed ohloh icon.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.