diff options
| author | lain <lain@soykaf.club> | 2019-06-18 20:28:31 +0000 |
|---|---|---|
| committer | Shpuld Shpludson <shp@cock.li> | 2019-06-18 20:28:31 +0000 |
| commit | 0eed2ccca8a0980c161bb5a52b211c507e0ffef5 (patch) | |
| tree | 967230faa328d35db7459ad7126ccf5bf3e2ece1 /static/font/css/fontello.css | |
| parent | 69eff65130170c0cd8fffda45b952d3bec49c218 (diff) | |
Feature/polls attempt 2
Diffstat (limited to 'static/font/css/fontello.css')
| -rwxr-xr-x | static/font/css/fontello.css | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/static/font/css/fontello.css b/static/font/css/fontello.css index 72338c04..93def62d 100755 --- a/static/font/css/fontello.css +++ b/static/font/css/fontello.css @@ -1,11 +1,11 @@ @font-face { font-family: 'fontello'; - src: url('../font/fontello.eot?16609299'); - src: url('../font/fontello.eot?16609299#iefix') format('embedded-opentype'), - url('../font/fontello.woff2?16609299') format('woff2'), - url('../font/fontello.woff?16609299') format('woff'), - url('../font/fontello.ttf?16609299') format('truetype'), - url('../font/fontello.svg?16609299#fontello') format('svg'); + src: url('../font/fontello.eot?3304725'); + src: url('../font/fontello.eot?3304725#iefix') format('embedded-opentype'), + url('../font/fontello.woff2?3304725') format('woff2'), + url('../font/fontello.woff?3304725') format('woff'), + url('../font/fontello.ttf?3304725') format('truetype'), + url('../font/fontello.svg?3304725#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?16609299#fontello') format('svg'); + src: url('../font/fontello.svg?3304725#fontello') format('svg'); } } */ @@ -82,6 +82,7 @@ .icon-pencil:before { content: '\e818'; } /* '' */ .icon-pin:before { content: '\e819'; } /* '' */ .icon-wrench:before { content: '\e81a'; } /* '' */ +.icon-chart-bar:before { content: '\e81b'; } /* '' */ .icon-spin3:before { content: '\e832'; } /* '' */ .icon-spin4:before { content: '\e834'; } /* '' */ .icon-link-ext:before { content: '\f08e'; } /* '' */ |
