File: /home2/yenicep/public_html/assets/library/lightcase/scss/components/fonts/_font-lightcase.scss
@font-face {
font-family: 'lightcase';
src: url('#{map-get($lightcase-settings, font-path)}lightcase.eot?55356177');
src: url('#{map-get($lightcase-settings, font-path)}lightcase.eot?55356177#iefix') format('embedded-opentype'),
url('#{map-get($lightcase-settings, font-path)}lightcase.woff?55356177') format('woff'),
url('#{map-get($lightcase-settings, font-path)}lightcase.ttf?55356177') format('truetype'),
url('#{map-get($lightcase-settings, font-path)}lightcase.svg?55356177#lightcase') format('svg');
font-weight: normal;
font-style: normal;
}
[class*='lightcase-icon-']:before {
font-family: 'lightcase', sans-serif;
font-style: normal;
font-weight: normal;
speak: none;
display: inline-block;
text-decoration: inherit;
width: 1em;
text-align: center;
/* 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;
/* Uncomment for 3D effect */
/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
/* Codes */
.lightcase-icon-play:before { content: '\e800'; }
.lightcase-icon-pause:before { content: '\e801'; }
.lightcase-icon-close:before { content: '\e802'; }
.lightcase-icon-prev:before { content: '\e803'; }
.lightcase-icon-next:before { content: '\e804'; }
.lightcase-icon-spin:before { content: '\e805'; }