11 changed files with 148 additions and 10 deletions
@ -0,0 +1,24 @@ |
|||
{ |
|||
"name": "fontello", |
|||
"css_prefix_text": "icon-", |
|||
"css_use_suffix": false, |
|||
"hinting": true, |
|||
"units_per_em": 1000, |
|||
"ascent": 850, |
|||
"glyphs": [ |
|||
{ |
|||
"uid": "0430f56230dd33f67f26be82b07a84fc", |
|||
"css": "arw-down", |
|||
"code": 59412, |
|||
"src": "custom_icons", |
|||
"selected": true, |
|||
"svg": { |
|||
"path": "M800 956C828.7 956 857.4 945.1 879.2 923.2L1567.2 235.2C1610.9 191.5 1610.9 120.5 1567.2 76.8 1523.4 33 1452.5 33 1408.7 76.8L800 685.5 191.3 76.8C147.5 33.1 76.6 33.1 32.8 76.8-10.9 120.6-10.9 191.5 32.8 235.3L720.8 923.2C742.7 945.1 771.3 956 800 956Z", |
|||
"width": 1600 |
|||
}, |
|||
"search": [ |
|||
"arw-down" |
|||
] |
|||
} |
|||
] |
|||
} |
@ -0,0 +1,57 @@ |
|||
@font-face { |
|||
font-family: 'fontello'; |
|||
src: url('../font/fontello.eot?162972'); |
|||
src: url('../font/fontello.eot?162972#iefix') format('embedded-opentype'), |
|||
url('../font/fontello.woff2?162972') format('woff2'), |
|||
url('../font/fontello.woff?162972') format('woff'), |
|||
url('../font/fontello.ttf?162972') format('truetype'), |
|||
url('../font/fontello.svg?162972#fontello') format('svg'); |
|||
font-weight: normal; |
|||
font-style: normal; |
|||
} |
|||
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */ |
|||
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */ |
|||
/* |
|||
@media screen and (-webkit-min-device-pixel-ratio:0) { |
|||
@font-face { |
|||
font-family: 'fontello'; |
|||
src: url('../font/fontello.svg?162972#fontello') format('svg'); |
|||
} |
|||
} |
|||
*/ |
|||
[class^="icon-"]:before, [class*=" icon-"]:before { |
|||
font-family: "fontello"; |
|||
font-style: normal; |
|||
font-weight: normal; |
|||
speak: never; |
|||
|
|||
display: inline-block; |
|||
text-decoration: inherit; |
|||
width: 1em; |
|||
margin-right: .2em; |
|||
text-align: center; |
|||
/* opacity: .8; */ |
|||
|
|||
/* For safety - reset parent styles, that can break glyph codes*/ |
|||
font-variant: normal; |
|||
text-transform: none; |
|||
|
|||
/* fix buttons height, for twitter bootstrap */ |
|||
line-height: 1em; |
|||
|
|||
/* Animation center compensation - margins should be symmetric */ |
|||
/* remove if not needed */ |
|||
margin-left: .2em; |
|||
|
|||
/* you can be more comfortable with increased icons size */ |
|||
/* font-size: 120%; */ |
|||
|
|||
/* Font smoothing. That was taken from TWBS */ |
|||
-webkit-font-smoothing: antialiased; |
|||
-moz-osx-font-smoothing: grayscale; |
|||
|
|||
/* Uncomment for 3D effect */ |
|||
/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ |
|||
} |
|||
|
|||
.icon-arw-down:before { content: '\e814'; } /* '' */ |
Binary file not shown.
After Width: | Height: | Size: 715 B |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in new issue