O
O
Outoverlay2016-01-06 20:45:06
css
Outoverlay, 2016-01-06 20:45:06

How to create icon fonts?

I found the site genericons.com , there are fonts (icons). Looking at the css, I saw that there is also svg involved. And then the icon can be called through the pseudo element :after/:before
For example
.test:before {
content: '\f431';
}
It is also possible to call via html. Plus somehow also compressed in the data-uri. How can something like this be implemented. Link / algorithm - I will be grateful.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
N
Nikita Boldyshev, 2016-01-06
@Outoverlay

May help
www.youtube.com/watch?v=YDKskOH5sSw
www.youtube.com/watch?v=ESXJ_0Fa0rs

G
gassmonkey, 2016-01-06
@gassmonkey

fontello.com

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question