diff options
| author | Roger Braun <roger@rogerbraun.net> | 2016-10-30 16:12:08 +0100 |
|---|---|---|
| committer | Roger Braun <roger@rogerbraun.net> | 2016-10-30 16:12:08 +0100 |
| commit | ba09e05036d64715521ef6a739b0152161880cea (patch) | |
| tree | 40fdae7f139487059c4aebe330ef872d53b5cbfd /static/font/css/fontello-codes.css | |
| parent | a7ce51b4b0d4ef61a28c0787f6ddf4dbb3c6f289 (diff) | |
Add image font.
Diffstat (limited to 'static/font/css/fontello-codes.css')
| -rw-r--r-- | static/font/css/fontello-codes.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/static/font/css/fontello-codes.css b/static/font/css/fontello-codes.css new file mode 100644 index 00000000..092af2b5 --- /dev/null +++ b/static/font/css/fontello-codes.css @@ -0,0 +1,5 @@ + +.icon-retweet:before { content: '\e800'; } /* '' */ +.icon-star:before { content: '\e801'; } /* '' */ +.icon-star-empty:before { content: '\e802'; } /* '' */ +.icon-reply:before { content: '\f112'; } /* '' */
\ No newline at end of file |
