| | |
| | | |
| | | @font-face { |
| | | font-family: 'pikto'; |
| | | src: url('font/pikto.ttf?68902687') format('truetype'); |
| | | src: url('font/pikto.ttf?73409988') format('truetype'); |
| | | font-weight: normal; |
| | | font-style: normal; |
| | | } |
| | |
| | | @media screen and (-webkit-min-device-pixel-ratio:0) { |
| | | @font-face { |
| | | font-family: 'pikto'; |
| | | src: url('../font/pikto.svg?49751252#pikto') format('svg'); |
| | | src: url('../font/pikto.svg?73409988#pikto') format('svg'); |
| | | } |
| | | } |
| | | */ |
| | | |
| | | [class^="icon-"]:before, [class*=" icon-"]:before { |
| | | font-family: "pikto"; |
| | | font-style: normal; |
| | |
| | | |
| | | /* Animation center compensation - margins should be symmetric */ |
| | | /* remove if not needed */ |
| | | /* margin-left: .2em; */ |
| | | margin-left: .2em; |
| | | |
| | | /* you can be more comfortable with increased icons size */ |
| | | /* font-size: 120%; */ |
| | |
| | | .icon-cog-alt:before { content: '\e81b'; } /* '' */ |
| | | .icon-wrench:before { content: '\e81c'; } /* '' */ |
| | | .icon-flash:before { content: '\e81d'; } /* '' */ |
| | | .icon-volume-down:before { content: '\e81e'; } /* '' */ |
| | | .icon-volume-up:before { content: '\e81f'; } /* '' */ |
| | | .icon-rss:before { content: '\f09e'; } /* '' */ |
| | | .icon-docs:before { content: '\f0c5'; } /* '' */ |
| | | .icon-menu:before { content: '\f0c9'; } /* '' */ |
| | |
| | | .icon-toggle-on:before { content: '\f205'; } /* '' */ |
| | | .icon-podcast:before { content: '\f2ce'; } /* '' */ |
| | | |
| | | |
| | | |
| | | |
| | | /* Dropdown Menu */ |
| | | |
| | | /* Style The Dropdown Button */ |