PluginProbe
Smart Post – Post Grid, Post Carousel, Post Slider Gutenberg Blocks for Blog & News / 2.4.12
Smart Post – Post Grid, Post Carousel, Post Slider Gutenberg Blocks for Blog & News v2.4.12
4.0.8 4.0.7 4.0.6 4.0.5 4.0.4 4.0.3 4.0.2 4.0.1 2.3.5 2.3.6 2.4.0 2.4.1 2.4.10 2.4.11 2.4.12 2.4.13 2.4.14 2.4.15 2.4.16 2.4.17 2.4.18 2.4.19 2.4.2 2.4.20 2.4.21 All 88 releases
post-carousel / admin / assets / css / fontello.css

fontello.css in Smart Post – Post Grid, Post Carousel, Post Slider Gutenberg Blocks for Blog & News 2.4.12, at admin/assets/css/fontello.css

58 lines 1.7 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 @font-face {
2 font-family: 'fontello';
3 src: url('../font/fontello.eot?71531280');
4 src: url('../font/fontello.eot?71531280#iefix') format('embedded-opentype'),
5 url('../font/fontello.woff2?71531280') format('woff2'),
6 url('../font/fontello.woff?71531280') format('woff'),
7 url('../font/fontello.ttf?71531280') format('truetype'),
8 url('../font/fontello.svg?71531280#fontello') format('svg');
9 font-weight: normal;
10 font-style: normal;
11 }
12 /* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
13 /* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
14 /*
15 @media screen and (-webkit-min-device-pixel-ratio:0) {
16 @font-face {
17 font-family: 'fontello';
18 src: url('../font/fontello.svg?71531280#fontello') format('svg');
19 }
20 }
21 */
22 [class^="icon-"]:before, [class*=" icon-"]:before {
23 font-family: "fontello";
24 font-style: normal;
25 font-weight: normal;
26 speak: never;
27
28 display: inline-block;
29 text-decoration: inherit;
30 width: 1em;
31 margin-right: .2em;
32 text-align: center;
33 /* opacity: .8; */
34
35 /* For safety - reset parent styles, that can break glyph codes*/
36 font-variant: normal;
37 text-transform: none;
38
39 /* fix buttons height, for twitter bootstrap */
40 line-height: 1em;
41
42 /* Animation center compensation - margins should be symmetric */
43 /* remove if not needed */
44 margin-left: .2em;
45
46 /* you can be more comfortable with increased icons size */
47 /* font-size: 120%; */
48
49 /* Font smoothing. That was taken from TWBS */
50 -webkit-font-smoothing: antialiased;
51 -moz-osx-font-smoothing: grayscale;
52
53 /* Uncomment for 3D effect */
54 /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
55 }
56
57 .icon-sps-icon:before { content: '\e800'; } /* '' */
58