ckeditor/samples/toolbarconfigurator/css/fontello.css
changeset 0 44d330dccc59
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/ckeditor/samples/toolbarconfigurator/css/fontello.css	Thu Dec 15 18:10:20 2016 +0300
     1.3 @@ -0,0 +1,55 @@
     1.4 +@font-face {
     1.5 +  font-family: 'fontello';
     1.6 +  src: url('../font/fontello.eot?89024372');
     1.7 +  src: url('../font/fontello.eot?89024372#iefix') format('embedded-opentype'),
     1.8 +       url('../font/fontello.woff?89024372') format('woff'),
     1.9 +       url('../font/fontello.ttf?89024372') format('truetype'),
    1.10 +       url('../font/fontello.svg?89024372#fontello') format('svg');
    1.11 +  font-weight: normal;
    1.12 +  font-style: normal;
    1.13 +}
    1.14 +/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
    1.15 +/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
    1.16 +/*
    1.17 +@media screen and (-webkit-min-device-pixel-ratio:0) {
    1.18 +  @font-face {
    1.19 +    font-family: 'fontello';
    1.20 +    src: url('../font/fontello.svg?89024372#fontello') format('svg');
    1.21 +  }
    1.22 +}
    1.23 +*/
    1.24 +
    1.25 + [class^="icon-"]:before, [class*=" icon-"]:before {
    1.26 +  font-family: "fontello";
    1.27 +  font-style: normal;
    1.28 +  font-weight: normal;
    1.29 +  speak: none;
    1.30 +
    1.31 +  display: inline-block;
    1.32 +  text-decoration: inherit;
    1.33 +  width: 1em;
    1.34 +  margin-right: .2em;
    1.35 +  text-align: center;
    1.36 +  /* opacity: .8; */
    1.37 +
    1.38 +  /* For safety - reset parent styles, that can break glyph codes*/
    1.39 +  font-variant: normal;
    1.40 +  text-transform: none;
    1.41 +
    1.42 +  /* fix buttons height, for twitter bootstrap */
    1.43 +  line-height: 1em;
    1.44 +
    1.45 +  /* Animation center compensation - margins should be symmetric */
    1.46 +  /* remove if not needed */
    1.47 +  margin-left: .2em;
    1.48 +
    1.49 +  /* you can be more comfortable with increased icons size */
    1.50 +  /* font-size: 120%; */
    1.51 +
    1.52 +  /* Uncomment for 3D effect */
    1.53 +  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
    1.54 +}
    1.55 +
    1.56 +.icon-trash:before { content: '\e802'; } /* '' */
    1.57 +.icon-down-big:before { content: '\e800'; } /* '' */
    1.58 +.icon-up-big:before { content: '\e801'; } /* '' */