/** * @FONTS * ============================================================================= * * fonts.css v0.0.1 | GNU GPL License | * */ /* Compatibility ---------------------------------------------------------------------------- 1. IE9 Compat Modes 2. IE6-IE8 3. Super Modern Browsers 4. Pretty Modern Browsers 5. Safari, Android, iOS 6. Legacy iOS */ @font-face { font-family: 'icomoon'; src: url('../fonts/icomoon_Regular.eot?nvq8gi'); /* 1 */ src: url('../fonts/icomoon_Regular.eot?nvq8gi#iefix') format('embedded-opentype'), /* 2 */ url('../fonts/icomoon_Regular.woff2?nvq8gi') format('woff2'), /* 3 */ url('../fonts/icomoon_Regular.woff?nvq8gi') format('woff'), /* 4 */ url('../fonts/icomoon_Regular.otf?nvq8gi') format('opentype'), /* 5 */ url('../fonts/icomoon_Regular.ttf?nvq8gi') format('truetype'), /* 5 */ url('../fonts/icomoon_Regular.svg?nvq8gi#icomoon') format('svg'); /* 6 */ font-display: block; font-style: normal; font-weight: normal; } /** * Iconos * */ [class^="icon-"], [class*=" icon-"] { font-family: 'icomoon' !important; font-variant: normal; font-style: normal; line-height: 1; text-transform: none; speak: never; } .icon-chevrons-right:before { content: "\e900"; } .icon-edit:before { content: "\e901"; } .icon-document-file-txt:before { content: "\e902"; } .icon-corner-right-down:before { content: "\e903"; } .icon-folder:before { content: "\e904"; } .icon-tag:before { content: "\e905"; } .icon-book-open:before { content: "\e906"; } .icon-book:before { content: "\e907"; } .icon-arrow-right:before { content: "\e908"; } .icon-user:before { content: "\e909"; } .icon-skip-back:before { content: "\e90a"; } .icon-skip-forward:before { content: "\e90b"; } .icon-play:before { content: "\e90c"; } .icon-search:before { content: "\e90d"; }