Support media tags
This commit is contained in:
parent
80acfbc40d
commit
80d6191e74
11 changed files with 52 additions and 14 deletions
13
public/css/fontello.css
vendored
13
public/css/fontello.css
vendored
|
@ -1,11 +1,11 @@
|
|||
@font-face {
|
||||
font-family: 'fontello';
|
||||
src: url('/fonts/fontello.eot?6327398');
|
||||
src: url('/fonts/fontello.eot?6327398#iefix') format('embedded-opentype'),
|
||||
url('/fonts/fontello.woff2?6327398') format('woff2'),
|
||||
url('/fonts/fontello.woff?6327398') format('woff'),
|
||||
url('/fonts/fontello.ttf?6327398') format('truetype'),
|
||||
url('/fonts/fontello.svg?6327398#fontello') format('svg');
|
||||
src: url('/fonts/fontello.eot?63207931');
|
||||
src: url('/fonts/fontello.eot?63207931#iefix') format('embedded-opentype'),
|
||||
url('/fonts/fontello.woff2?63207931') format('woff2'),
|
||||
url('/fonts/fontello.woff?63207931') format('woff'),
|
||||
url('/fonts/fontello.ttf?63207931') format('truetype'),
|
||||
url('/fonts/fontello.svg?63207931#fontello') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
@ -49,6 +49,7 @@
|
|||
.icon-retweet:before { content: '\e80d'; } /* '' */
|
||||
.icon-search:before { content: '\e80e'; } /* '' */
|
||||
.icon-pin:before { content: '\e80f'; } /* '' */
|
||||
.icon-user:before { content: '\e810'; } /* '' */
|
||||
.icon-heart:before { content: '\e811'; } /* '' */
|
||||
.icon-cog:before { content: '\e812'; } /* '' */
|
||||
.icon-rss-feed:before { content: '\e813'; } /* '' */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue