Giter Club home page Giter Club logo

weloveiconfonts's People

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

weloveiconfonts's Issues

Top right box improvement

The top right box showing the class of the clicked icon, the number of fonts in collection and a few other things could be slightly improved to be a little bit more readable.

Since it's highly transparent, it's somewhat a bit difficult to read its content. Maybe reducing transparency would be alright.

Currently running Chrome Canary on Windows XP.

Custom Build of Font Subset

There are a lot of projects where I only need say 5 - 10 icons. I'd love the option to setup a custom build to keep the file size down. I know this is a huge undertaking, just throwing it out there though.

Add header to get a better structure.

As we said during our private talk, you should add a header :

Because I think a header is more "attractive" and give structure to your document

actually, on WLIF , when you arrive on the website, you have 2 blocks of informations and you can be lost, and don't know where to start.

v1
v2
v3

Mobile version

The box showing the number of fonts in collection, clicked icon class and such is overlapping part of the content. Hopefully, it's transparent enough to make the content readable but it would be better of screen or something.

Icon collections have a weird and huge left padding, stretching them to the right. And scrollbars could be lighter to take less space.

Underline on links are overlapping text on the next line.

Currently running Chrome on Samasung Galaxy S2.

Jump to font

Would be nice to have some kind of navigation to jump to my favorite icon font!

Show only name of icon on:hover

When you hover an icon, the only thing you want to see is the name of the icon, not the fontname-icon. So please remove it from the icon:hover!

Not working!

I tried this in my local installation of wordpress and its working without any problem. But when I try the same in my live site it is not working. My blog digitaladvices.com.
Can you please help me to solve this issue?

Project site

You should add project site next to the repository description, so nobody needs to scroll down. If you don't know how I can help. ๐Ÿ˜‰

Add localStorage to save stuff

If you change the list view and reload the page, it's back to the default. Would be nice to save those stuff in localStorage.

https support

Love your tool, thank you very much for creating this.

Do you plan to implement requests over https protocol at some point in the future?
Currently, when our users access our website through https and it starts downloading resources over http, the browser throws a warning, indicating that some items are downloaded over an unsecured connection. I know it's a matter of perception but it can be a bit confusing to the user and lowers their trust level in using the web page they are on.
The workaround is currently to download the css and the font files to the local server to access them through a secure connection.

I understand that this might be very low on the priority list, as it requires monetary expenses in addition to time. Have you thought about setting up a 'Donate' link? It could help cover the cost of security certificates. People who value your work and want to support your project will help out. I know I would.

Specify charset rule in css, please. When not present, lead to render errors

http://www.w3.org/TR/css3-syntax/ , point 3th.
You don't specify any charset in css files.
And this throw an error when you test your page with the mobile validator (http://validator.w3.org/mobile/).

"One of the resources required to render the page (most likely a CSS style sheet) does not declare its encoding as UTF-8 in an HTTP Content-Type header. Check that its content is properly encoded, and consider declaring its encoding at the HTTP level"

If this were the unique effect, i won't care about it, but, because of that, there are errors in certain mobile browsers (at least), that affects to certains font icons, delivering that very well known and pretty rhombus with a question mark inside.
A image example from Dolphin Browser, where the entypo-link icon fails:
http://dl.dropbox.com/u/11008160/screens/SC20130210-132126.png

I think that this should be easy solved by following the css3-syntax and adding a
@charset "UTF-8";
(or the proper encoding) in the first line of the css that weloveiconfonts serves.

Like curiosity: google web fonts fails on the same point (I will try to send to it the same message, hoping to be listened :p).

And that's all. Thanks for your GREAT work. I really love weloveiconfonts (yeah: pun intended :D).

Design

Trying to be as objective as possible, I do feel the design of the site can be toned down quite a bit. The huge icons in the upper right hand corner consume a lot of screen real estate on my laptop, and the grey background with the heart and opaque elements at the top of the page is seemingly random/distracting.

Don't want you to change anything unless you agree at all. Thoughts?

CDN for Can I Use widget

The main problem with the Can I Use Widget is you have to host everything everytime. It may be an issue, especially when it comes to hosting fonts.

Any chance WeLoveIconFonts.com could become a CDN for the fonts used by the CIUW?

Reference or Document to match up class names

Currently, it is hard to figure out what to call the class of each icon, since the names are hidden except on hover on the site, and have their own naming convention. It would be great to bundle a file with the download which has a reference for class names for all of the icons in a font.

Add a smooth slide [When anchor clicked]

Hey, you should add a piece of javascript code to make the anchor scroll smoother

$('a').click(function() { $('html,body').animate({ scrollTop: $( $.attr(this, 'href') ).offset().top }, 1000); });

Show the page load time

Show the page load time when you add a font to your collection. Something like a bar or so :D

Add the "Meteocons" icon font

Someone needs to create the CSS for Metecons like this:

.metecons-sunny:before { content: "B"; }

All icon codes are in this picture:

metecons

Fix <a> green color

The green color you use for the a backgrounds/text-colors is a bit to aggressive in my own opinion, I propose you this one : #67f390 which is smoother and lighter.

Output text is wrong in one situation

Steps to reproduce this:

  1. Add a font to your collection
  2. Remove all fonts from your collection (count == 0)
  3. Go to "Use selected fonts"

You will see this

@import url(http://weloveiconfonts.com/api/?family=);

but you should see this

Pro tip: Select some icon fonts to the see real output here!

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.