ckeditor/samples/toolbarconfigurator/css/fontello.css
author indvd00m (gotoindvdum[at]gmail[dot]com)
Thu, 15 Dec 2016 18:10:20 +0300
changeset 0 44d330dccc59
permissions -rw-r--r--
Init sample
indvd00m@0
     1
@font-face {
indvd00m@0
     2
  font-family: 'fontello';
indvd00m@0
     3
  src: url('../font/fontello.eot?89024372');
indvd00m@0
     4
  src: url('../font/fontello.eot?89024372#iefix') format('embedded-opentype'),
indvd00m@0
     5
       url('../font/fontello.woff?89024372') format('woff'),
indvd00m@0
     6
       url('../font/fontello.ttf?89024372') format('truetype'),
indvd00m@0
     7
       url('../font/fontello.svg?89024372#fontello') format('svg');
indvd00m@0
     8
  font-weight: normal;
indvd00m@0
     9
  font-style: normal;
indvd00m@0
    10
}
indvd00m@0
    11
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
indvd00m@0
    12
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
indvd00m@0
    13
/*
indvd00m@0
    14
@media screen and (-webkit-min-device-pixel-ratio:0) {
indvd00m@0
    15
  @font-face {
indvd00m@0
    16
    font-family: 'fontello';
indvd00m@0
    17
    src: url('../font/fontello.svg?89024372#fontello') format('svg');
indvd00m@0
    18
  }
indvd00m@0
    19
}
indvd00m@0
    20
*/
indvd00m@0
    21
indvd00m@0
    22
 [class^="icon-"]:before, [class*=" icon-"]:before {
indvd00m@0
    23
  font-family: "fontello";
indvd00m@0
    24
  font-style: normal;
indvd00m@0
    25
  font-weight: normal;
indvd00m@0
    26
  speak: none;
indvd00m@0
    27
indvd00m@0
    28
  display: inline-block;
indvd00m@0
    29
  text-decoration: inherit;
indvd00m@0
    30
  width: 1em;
indvd00m@0
    31
  margin-right: .2em;
indvd00m@0
    32
  text-align: center;
indvd00m@0
    33
  /* opacity: .8; */
indvd00m@0
    34
indvd00m@0
    35
  /* For safety - reset parent styles, that can break glyph codes*/
indvd00m@0
    36
  font-variant: normal;
indvd00m@0
    37
  text-transform: none;
indvd00m@0
    38
indvd00m@0
    39
  /* fix buttons height, for twitter bootstrap */
indvd00m@0
    40
  line-height: 1em;
indvd00m@0
    41
indvd00m@0
    42
  /* Animation center compensation - margins should be symmetric */
indvd00m@0
    43
  /* remove if not needed */
indvd00m@0
    44
  margin-left: .2em;
indvd00m@0
    45
indvd00m@0
    46
  /* you can be more comfortable with increased icons size */
indvd00m@0
    47
  /* font-size: 120%; */
indvd00m@0
    48
indvd00m@0
    49
  /* Uncomment for 3D effect */
indvd00m@0
    50
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
indvd00m@0
    51
}
indvd00m@0
    52
indvd00m@0
    53
.icon-trash:before { content: '\e802'; } /* '' */
indvd00m@0
    54
.icon-down-big:before { content: '\e800'; } /* '' */
indvd00m@0
    55
.icon-up-big:before { content: '\e801'; } /* '' */