UNPKG
baicons
Version:
latest (0.8.15)
0.8.15
0.8.14
0.8.13
0.8.12
0.8.11
0.8.7
0.8.6
0.8.5
0.8.4
0.8.3
0.8.1
0.7.9
0.7.8
0.7.5
0.7.3
### 字体一览
github.com/baixing/baicons
baixing/baicons
baicons
/
template
/
p2b_template.css
8 lines
(6 loc)
•
278 B
CSS
View Raw
1
2
3
4
5
6
7
8
/* Puerh Icons 2 Baicons */
<% _.
each
(glyphs,
function
(
glyph
) {
if
(_.
has
(mapping, glyph.
name
)) _.
each
(mapping[glyph.
name
],
function
(
entry
) { %>.
icon
-<%= entry %>:before {
content
:
"\<%= glyph.unicode[0].charCodeAt(0).toString(16).toUpperCase() %>"
; } <% });}); %>