I want to use numbers to list steps in a process. I was curious about how to do this with Font Awesome.
I\'d like to use circles with a 1, 2, 3... in it. Is this possibl
Font awesome actually has built-in support for stacking regular text (i.e. numbers, letters, ..) on top of icons.
Here is a nice example of a calendar icon with the actual day of the month as plain text. As the post also explains you might need to throw in some extra styling for optimal positioning.
HTML:
27
CSS:
.calendar-text { margin-top: .3em; }