Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Joseph Nuthalapati
pleroma-fe
Commits
1e613ae9
Commit
1e613ae9
authored
Jul 25, 2019
by
Tae Hoon
Browse files
add zoom-in icon
parent
b2bd128f
Changes
12
Expand all
Hide whitespace changes
Inline
Side-by-side
static/font/config.json
View file @
1e613ae9
...
...
@@ -285,6 +285,12 @@
"search"
:
[
"bell-ringing-o"
]
},
{
"uid"
:
"0b2b66e526028a6972d51a6f10281b4b"
,
"css"
:
"zoom-in"
,
"code"
:
59420
,
"src"
:
"fontawesome"
}
]
}
\ No newline at end of file
static/font/css/fontello-codes.css
View file @
1e613ae9
...
...
@@ -27,6 +27,7 @@
.icon-pin
:before
{
content
:
'\e819'
;
}
/* '' */
.icon-wrench
:before
{
content
:
'\e81a'
;
}
/* '' */
.icon-chart-bar
:before
{
content
:
'\e81b'
;
}
/* '' */
.icon-zoom-in
:before
{
content
:
'\e81c'
;
}
/* '' */
.icon-spin3
:before
{
content
:
'\e832'
;
}
/* '' */
.icon-spin4
:before
{
content
:
'\e834'
;
}
/* '' */
.icon-link-ext
:before
{
content
:
'\f08e'
;
}
/* '' */
...
...
static/font/css/fontello-embedded.css
View file @
1e613ae9
This diff is collapsed.
Click to expand it.
static/font/css/fontello-ie7-codes.css
View file @
1e613ae9
...
...
@@ -27,6 +27,7 @@
.icon-pin
{
*
zoom
:
expression
(
this
.
runtimeStyle
[
'zoom'
]
=
'1'
,
this
.
innerHTML
=
' '
);
}
.icon-wrench
{
*
zoom
:
expression
(
this
.
runtimeStyle
[
'zoom'
]
=
'1'
,
this
.
innerHTML
=
' '
);
}
.icon-chart-bar
{
*
zoom
:
expression
(
this
.
runtimeStyle
[
'zoom'
]
=
'1'
,
this
.
innerHTML
=
' '
);
}
.icon-zoom-in
{
*
zoom
:
expression
(
this
.
runtimeStyle
[
'zoom'
]
=
'1'
,
this
.
innerHTML
=
' '
);
}
.icon-spin3
{
*
zoom
:
expression
(
this
.
runtimeStyle
[
'zoom'
]
=
'1'
,
this
.
innerHTML
=
' '
);
}
.icon-spin4
{
*
zoom
:
expression
(
this
.
runtimeStyle
[
'zoom'
]
=
'1'
,
this
.
innerHTML
=
' '
);
}
.icon-link-ext
{
*
zoom
:
expression
(
this
.
runtimeStyle
[
'zoom'
]
=
'1'
,
this
.
innerHTML
=
' '
);
}
...
...
static/font/css/fontello-ie7.css
View file @
1e613ae9
...
...
@@ -38,6 +38,7 @@
.icon-pin
{
*
zoom
:
expression
(
this
.
runtimeStyle
[
'zoom'
]
=
'1'
,
this
.
innerHTML
=
' '
);
}
.icon-wrench
{
*
zoom
:
expression
(
this
.
runtimeStyle
[
'zoom'
]
=
'1'
,
this
.
innerHTML
=
' '
);
}
.icon-chart-bar
{
*
zoom
:
expression
(
this
.
runtimeStyle
[
'zoom'
]
=
'1'
,
this
.
innerHTML
=
' '
);
}
.icon-zoom-in
{
*
zoom
:
expression
(
this
.
runtimeStyle
[
'zoom'
]
=
'1'
,
this
.
innerHTML
=
' '
);
}
.icon-spin3
{
*
zoom
:
expression
(
this
.
runtimeStyle
[
'zoom'
]
=
'1'
,
this
.
innerHTML
=
' '
);
}
.icon-spin4
{
*
zoom
:
expression
(
this
.
runtimeStyle
[
'zoom'
]
=
'1'
,
this
.
innerHTML
=
' '
);
}
.icon-link-ext
{
*
zoom
:
expression
(
this
.
runtimeStyle
[
'zoom'
]
=
'1'
,
this
.
innerHTML
=
' '
);
}
...
...
static/font/css/fontello.css
View file @
1e613ae9
@font-face
{
font-family
:
'fontello'
;
src
:
url('../font/fontello.eot?
91349539
')
;
src
:
url('../font/fontello.eot?
91349539
#iefix')
format
(
'embedded-opentype'
),
url('../font/fontello.woff2?
91349539
')
format
(
'woff2'
),
url('../font/fontello.woff?
91349539
')
format
(
'woff'
),
url('../font/fontello.ttf?
91349539
')
format
(
'truetype'
),
url('../font/fontello.svg?
91349539
#fontello')
format
(
'svg'
);
src
:
url('../font/fontello.eot?
4060331
')
;
src
:
url('../font/fontello.eot?
4060331
#iefix')
format
(
'embedded-opentype'
),
url('../font/fontello.woff2?
4060331
')
format
(
'woff2'
),
url('../font/fontello.woff?
4060331
')
format
(
'woff'
),
url('../font/fontello.ttf?
4060331
')
format
(
'truetype'
),
url('../font/fontello.svg?
4060331
#fontello')
format
(
'svg'
);
font-weight
:
normal
;
font-style
:
normal
;
}
...
...
@@ -15,7 +15,7 @@
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: 'fontello';
src: url('../font/fontello.svg?
91349539
#fontello') format('svg');
src: url('../font/fontello.svg?
4060331
#fontello') format('svg');
}
}
*/
...
...
@@ -83,6 +83,7 @@
.icon-pin
:before
{
content
:
'\e819'
;
}
/* '' */
.icon-wrench
:before
{
content
:
'\e81a'
;
}
/* '' */
.icon-chart-bar
:before
{
content
:
'\e81b'
;
}
/* '' */
.icon-zoom-in
:before
{
content
:
'\e81c'
;
}
/* '' */
.icon-spin3
:before
{
content
:
'\e832'
;
}
/* '' */
.icon-spin4
:before
{
content
:
'\e834'
;
}
/* '' */
.icon-link-ext
:before
{
content
:
'\f08e'
;
}
/* '' */
...
...
static/font/demo.html
View file @
1e613ae9
...
...
@@ -229,11 +229,11 @@ body {
}
@font-face
{
font-family
:
'fontello'
;
src
:
url('./font/fontello.eot?
8237083
5')
;
src
:
url('./font/fontello.eot?
8237083
5#iefix')
format
(
'embedded-opentype'
),
url('./font/fontello.woff?
8237083
5')
format
(
'woff'
),
url('./font/fontello.ttf?
8237083
5')
format
(
'truetype'
),
url('./font/fontello.svg?
8237083
5#fontello')
format
(
'svg'
);
src
:
url('./font/fontello.eot?
2545578
5')
;
src
:
url('./font/fontello.eot?
2545578
5#iefix')
format
(
'embedded-opentype'
),
url('./font/fontello.woff?
2545578
5')
format
(
'woff'
),
url('./font/fontello.ttf?
2545578
5')
format
(
'truetype'
),
url('./font/fontello.svg?
2545578
5#fontello')
format
(
'svg'
);
font-weight
:
normal
;
font-style
:
normal
;
}
...
...
@@ -340,27 +340,30 @@ body {
<div
class=
"the-icons span3"
title=
"Code: 0xe81b"
><i
class=
"demo-icon icon-chart-bar"
>

</i>
<span
class=
"i-name"
>
icon-chart-bar
</span><span
class=
"i-code"
>
0xe81b
</span></div>
</div>
<div
class=
"row"
>
<div
class=
"the-icons span3"
title=
"Code: 0xe81c"
><i
class=
"demo-icon icon-zoom-in"
>

</i>
<span
class=
"i-name"
>
icon-zoom-in
</span><span
class=
"i-code"
>
0xe81c
</span></div>
<div
class=
"the-icons span3"
title=
"Code: 0xe832"
><i
class=
"demo-icon icon-spin3 animate-spin"
>

</i>
<span
class=
"i-name"
>
icon-spin3
</span><span
class=
"i-code"
>
0xe832
</span></div>
<div
class=
"the-icons span3"
title=
"Code: 0xe834"
><i
class=
"demo-icon icon-spin4 animate-spin"
>

</i>
<span
class=
"i-name"
>
icon-spin4
</span><span
class=
"i-code"
>
0xe834
</span></div>
<div
class=
"the-icons span3"
title=
"Code: 0xf08e"
><i
class=
"demo-icon icon-link-ext"
>

</i>
<span
class=
"i-name"
>
icon-link-ext
</span><span
class=
"i-code"
>
0xf08e
</span></div>
<div
class=
"the-icons span3"
title=
"Code: 0xf08f"
><i
class=
"demo-icon icon-link-ext-alt"
>

</i>
<span
class=
"i-name"
>
icon-link-ext-alt
</span><span
class=
"i-code"
>
0xf08f
</span></div>
</div>
<div
class=
"row"
>
<div
class=
"the-icons span3"
title=
"Code: 0xf08f"
><i
class=
"demo-icon icon-link-ext-alt"
>

</i>
<span
class=
"i-name"
>
icon-link-ext-alt
</span><span
class=
"i-code"
>
0xf08f
</span></div>
<div
class=
"the-icons span3"
title=
"Code: 0xf0c9"
><i
class=
"demo-icon icon-menu"
>

</i>
<span
class=
"i-name"
>
icon-menu
</span><span
class=
"i-code"
>
0xf0c9
</span></div>
<div
class=
"the-icons span3"
title=
"Code: 0xf0e0"
><i
class=
"demo-icon icon-mail-alt"
>

</i>
<span
class=
"i-name"
>
icon-mail-alt
</span><span
class=
"i-code"
>
0xf0e0
</span></div>
<div
class=
"the-icons span3"
title=
"Code: 0xf0e5"
><i
class=
"demo-icon icon-comment-empty"
>

</i>
<span
class=
"i-name"
>
icon-comment-empty
</span><span
class=
"i-code"
>
0xf0e5
</span></div>
<div
class=
"the-icons span3"
title=
"Code: 0xf0f3"
><i
class=
"demo-icon icon-bell-alt"
>

</i>
<span
class=
"i-name"
>
icon-bell-alt
</span><span
class=
"i-code"
>
0xf0f3
</span></div>
</div>
<div
class=
"row"
>
<div
class=
"the-icons span3"
title=
"Code: 0xf0f3"
><i
class=
"demo-icon icon-bell-alt"
>

</i>
<span
class=
"i-name"
>
icon-bell-alt
</span><span
class=
"i-code"
>
0xf0f3
</span></div>
<div
class=
"the-icons span3"
title=
"Code: 0xf0fe"
><i
class=
"demo-icon icon-plus-squared"
>

</i>
<span
class=
"i-name"
>
icon-plus-squared
</span><span
class=
"i-code"
>
0xf0fe
</span></div>
<div
class=
"the-icons span3"
title=
"Code: 0xf112"
><i
class=
"demo-icon icon-reply"
>

</i>
<span
class=
"i-name"
>
icon-reply
</span><span
class=
"i-code"
>
0xf112
</span></div>
<div
class=
"the-icons span3"
title=
"Code: 0xf13e"
><i
class=
"demo-icon icon-lock-open-alt"
>

</i>
<span
class=
"i-name"
>
icon-lock-open-alt
</span><span
class=
"i-code"
>
0xf13e
</span></div>
<div
class=
"the-icons span3"
title=
"Code: 0xf141"
><i
class=
"demo-icon icon-ellipsis"
>

</i>
<span
class=
"i-name"
>
icon-ellipsis
</span><span
class=
"i-code"
>
0xf141
</span></div>
</div>
<div
class=
"row"
>
<div
class=
"the-icons span3"
title=
"Code: 0xf141"
><i
class=
"demo-icon icon-ellipsis"
>

</i>
<span
class=
"i-name"
>
icon-ellipsis
</span><span
class=
"i-code"
>
0xf141
</span></div>
<div
class=
"the-icons span3"
title=
"Code: 0xf144"
><i
class=
"demo-icon icon-play-circled"
>

</i>
<span
class=
"i-name"
>
icon-play-circled
</span><span
class=
"i-code"
>
0xf144
</span></div>
<div
class=
"the-icons span3"
title=
"Code: 0xf164"
><i
class=
"demo-icon icon-thumbs-up-alt"
>

</i>
<span
class=
"i-name"
>
icon-thumbs-up-alt
</span><span
class=
"i-code"
>
0xf164
</span></div>
<div
class=
"the-icons span3"
title=
"Code: 0xf1e5"
><i
class=
"demo-icon icon-binoculars"
>

</i>
<span
class=
"i-name"
>
icon-binoculars
</span><span
class=
"i-code"
>
0xf1e5
</span></div>
</div>
<div
class=
"row"
>
<div
class=
"the-icons span3"
title=
"Code: 0xf234"
><i
class=
"demo-icon icon-user-plus"
>

</i>
<span
class=
"i-name"
>
icon-user-plus
</span><span
class=
"i-code"
>
0xf234
</span></div>
</div>
</div>
...
...
static/font/font/fontello.eot
View file @
1e613ae9
No preview for this file type
static/font/font/fontello.svg
View file @
1e613ae9
...
...
@@ -62,6 +62,8 @@
<glyph
glyph-name=
"chart-bar"
unicode=
""
d=
"M357 357v-286h-143v286h143z m214 286v-572h-142v572h142z m572-643v-72h-1143v858h71v-786h1072z m-357 500v-429h-143v429h143z m214 214v-643h-143v643h143z"
horiz-adv-x=
"1142.9"
/>
<glyph
glyph-name=
"zoom-in"
unicode=
""
d=
"M571 411v-36q0-7-5-13t-12-5h-125v-125q0-7-6-13t-12-5h-36q-7 0-13 5t-5 13v125h-125q-7 0-12 5t-6 13v36q0 7 6 12t12 5h125v125q0 8 5 13t13 5h36q7 0 12-5t6-13v-125h125q7 0 12-5t5-12z m72-18q0 103-73 176t-177 74-177-74-73-176 73-177 177-73 177 73 73 177z m286-465q0-29-21-50t-51-21q-30 0-50 21l-191 191q-100-69-223-69-80 0-153 31t-125 84-84 125-31 153 31 152 84 126 125 84 153 31 153-31 125-84 84-126 31-152q0-123-69-223l191-191q21-21 21-51z"
horiz-adv-x=
"928.6"
/>
<glyph
glyph-name=
"spin3"
unicode=
""
d=
"M494 857c-266 0-483-210-494-472-1-19 13-20 13-20l84 0c16 0 19 10 19 18 10 199 176 358 378 358 107 0 205-45 273-118l-58-57c-11-12-11-27 5-31l247-50c21-5 46 11 37 44l-58 227c-2 9-16 22-29 13l-65-60c-89 91-214 148-352 148z m409-508c-16 0-19-10-19-18-10-199-176-358-377-358-108 0-205 45-274 118l59 57c10 12 10 27-5 31l-248 50c-21 5-46-11-37-44l58-227c2-9 16-22 30-13l64 60c89-91 214-148 353-148 265 0 482 210 493 473 1 18-13 19-13 19l-84 0z"
horiz-adv-x=
"1000"
/>
<glyph
glyph-name=
"spin4"
unicode=
""
d=
"M498 857c-114 0-228-39-320-116l0 0c173 140 428 130 588-31 134-134 164-332 89-495-10-29-5-50 12-68 21-20 61-23 84 0 3 3 12 15 15 24 71 180 33 393-112 539-99 98-228 147-356 147z m-409-274c-14 0-29-5-39-16-3-3-13-15-15-24-71-180-34-393 112-539 185-185 479-195 676-31l0 0c-173-140-428-130-589 31-134 134-163 333-89 495 11 29 6 50-12 68-11 11-27 17-44 16z"
horiz-adv-x=
"1001"
/>
...
...
static/font/font/fontello.ttf
View file @
1e613ae9
No preview for this file type
static/font/font/fontello.woff
View file @
1e613ae9
No preview for this file type
static/font/font/fontello.woff2
View file @
1e613ae9
No preview for this file type
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment