Replies: 3 comments 4 replies
-
I really like this idea. We had always planned for the icon component to allow for user-configured icon sets. For instance, referring to a Font Awesome icon as Supporting Fontello would certainly be possible. I could imagine a super clean solution. That said, getting multiple icon sets normalized to function with some consistency on a single website is bloody hard. It's fine when you're a designer/developer and have full fine-grained control over the .css and html elements on a custom website, but abstracting that all to the point where it "just works", as is our prime directive with Retype, is, let's say, painful. I would absolutely love to get this working, or some version of this. We can't take it on right away, but I will bump this up the priority on our TODO list. I'll do some research first with the Fontello .zip package to see how cleanly we can integrate those font icons into the Retype templates, then we can work on the build process and automation. Thanks for the suggestion. |
Beta Was this translation helpful? Give feedback.
-
Related thread, see #182. |
Beta Was this translation helpful? Give feedback.
-
This is definitely something I would like to see! |
Beta Was this translation helpful? Give feedback.
-
I know this is probably a somewhat radical suggestion, but I think it has potential.
Problem
The current icon set is limiting.
Even though I am a fan of simplicity, and a huge fan of GitHub (and octicons by proxy), even when building my three meager Retype sites, I felt I was limited in icon choice.
Solution
"Bring Your Own Icons" ™️
Throughout the years I have been using different icon fonts, I grew fond of Fontello.
For those not familiar with it, here are the highlights:
icon-*
classes.json
file that you can later upload back to the site, and get the same set.Implementation
So, if thinking in the context of Retype, I would imagine something like this:
src/assets/icons
).fontello-codes.css
in the zip) and put it in the same ,or a different predetermined folder.:icon-*
in Retype, will just use these fontello classes.I am attaching a sample fontello.zip, for reference.
Beta Was this translation helpful? Give feedback.
All reactions