Assistance please! #3766
Unanswered
ExtravagantBoost
asked this question in
Q&A
Replies: 1 comment 2 replies
-
You may be looking for https://github.com/googlefonts/nanoemoji. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
So i’ve been trying to compact primer/Octicons into a singular woff (and woff2) file such that it could be used in tandem with a css file referencing each and every svg as a unicode character, ive gotten to the point of being able to at least get a general idea of what it does but the documentation does not explain enough as to sucessfully tie svgs in a woff file to unicode characters
my expected result was a result like with Bootstrap Icons, where all their svgs are packed in a singular woff file and referenced in a css file such that it could be used with the
< i >
class (yes i know its italics), but every attempt i try to do it i either get hit in the face with a error, Ive used ai to no avail, so I'm ending up trying to build the script myselfBeta Was this translation helpful? Give feedback.
All reactions