|
| 1 | +@font-face { |
| 2 | + font-family: 'et-line'; |
| 3 | + src:url('../fonts/et-line.eot'); |
| 4 | + src:url('../fonts/et-line.eot?#iefix') format('embedded-opentype'), |
| 5 | + url('../fonts/et-line.woff') format('woff'), |
| 6 | + url('../fonts/et-line.ttf') format('truetype'), |
| 7 | + url('../fonts/et-line.svg#et-line') format('svg'); |
| 8 | + font-weight: normal; |
| 9 | + font-style: normal; |
| 10 | +} |
| 11 | + |
| 12 | +/* Use the following CSS code if you want to use data attributes for inserting your icons */ |
| 13 | +[data-icon]:before { |
| 14 | + font-family: 'et-line'; |
| 15 | + content: attr(data-icon); |
| 16 | + speak: none; |
| 17 | + font-weight: normal; |
| 18 | + font-variant: normal; |
| 19 | + text-transform: none; |
| 20 | + line-height: 1; |
| 21 | + -webkit-font-smoothing: antialiased; |
| 22 | + -moz-osx-font-smoothing: grayscale; |
| 23 | + display:inline-block; |
| 24 | +} |
| 25 | + |
| 26 | +/* Use the following CSS code if you want to have a class per icon */ |
| 27 | +/* |
| 28 | +Instead of a list of all class selectors, |
| 29 | +you can use the generic selector below, but it's slower: |
| 30 | +[class*="icon-"] { |
| 31 | +*/ |
| 32 | +.et-line-mobile, .et-line-laptop, .et-line-desktop, .et-line-tablet, .et-line-phone, .et-line-document, .et-line-documents, .et-line-search, .et-line-clipboard, .et-line-newspaper, .et-line-notebook, .et-line-book-open, .et-line-browser, .et-line-calendar, .et-line-presentation, .et-line-picture, .et-line-pictures, .et-line-video, .et-line-camera, .et-line-printer, .et-line-toolbox, .et-line-briefcase, .et-line-wallet, .et-line-gift, .et-line-bargraph, .et-line-grid, .et-line-expand, .et-line-focus, .et-line-edit, .et-line-adjustments, .et-line-ribbon, .et-line-hourglass, .et-line-lock, .et-line-megaphone, .et-line-shield, .et-line-trophy, .et-line-flag, .et-line-map, .et-line-puzzle, .et-line-basket, .et-line-envelope, .et-line-streetsign, .et-line-telescope, .et-line-gears, .et-line-key, .et-line-paperclip, .et-line-attachment, .et-line-pricetags, .et-line-lightbulb, .et-line-layers, .et-line-pencil, .et-line-tools, .et-line-tools-2, .et-line-scissors, .et-line-paintbrush, .et-line-magnifying-glass, .et-line-circle-compass, .et-line-linegraph, .et-line-mic, .et-line-strategy, .et-line-beaker, .et-line-caution, .et-line-recycle, .et-line-anchor, .et-line-profile-male, .et-line-profile-female, .et-line-bike, .et-line-wine, .et-line-hotairballoon, .et-line-globe, .et-line-genius, .et-line-map-pin, .et-line-dial, .et-line-chat, .et-line-heart, .et-line-cloud, .et-line-upload, .et-line-download, .et-line-target, .et-line-hazardous, .et-line-piechart, .et-line-speedometer, .et-line-global, .et-line-compass, .et-line-lifesaver, .et-line-clock, .et-line-aperture, .et-line-quote, .et-line-scope, .et-line-alarmclock, .et-line-refresh, .et-line-happy, .et-line-sad, .et-line-facebook, .et-line-twitter, .et-line-googleplus, .et-line-rss, .et-line-tumblr, .et-line-linkedin, .et-line-dribbble { |
| 33 | + font-family: 'et-line'; |
| 34 | + speak: none; |
| 35 | + font-style: normal; |
| 36 | + font-weight: normal; |
| 37 | + font-variant: normal; |
| 38 | + text-transform: none; |
| 39 | + line-height: 1; |
| 40 | + -webkit-font-smoothing: antialiased; |
| 41 | + -moz-osx-font-smoothing: grayscale; |
| 42 | + display:inline-block; |
| 43 | +} |
| 44 | +.et-line-mobile:before { |
| 45 | + content: "\e000"; |
| 46 | +} |
| 47 | +.et-line-laptop:before { |
| 48 | + content: "\e001"; |
| 49 | +} |
| 50 | +.et-line-desktop:before { |
| 51 | + content: "\e002"; |
| 52 | +} |
| 53 | +.et-line-tablet:before { |
| 54 | + content: "\e003"; |
| 55 | +} |
| 56 | +.et-line-phone:before { |
| 57 | + content: "\e004"; |
| 58 | +} |
| 59 | +.et-line-document:before { |
| 60 | + content: "\e005"; |
| 61 | +} |
| 62 | +.et-line-documents:before { |
| 63 | + content: "\e006"; |
| 64 | +} |
| 65 | +.et-line-search:before { |
| 66 | + content: "\e007"; |
| 67 | +} |
| 68 | +.et-line-clipboard:before { |
| 69 | + content: "\e008"; |
| 70 | +} |
| 71 | +.et-line-newspaper:before { |
| 72 | + content: "\e009"; |
| 73 | +} |
| 74 | +.et-line-notebook:before { |
| 75 | + content: "\e00a"; |
| 76 | +} |
| 77 | +.et-line-book-open:before { |
| 78 | + content: "\e00b"; |
| 79 | +} |
| 80 | +.et-line-browser:before { |
| 81 | + content: "\e00c"; |
| 82 | +} |
| 83 | +.et-line-calendar:before { |
| 84 | + content: "\e00d"; |
| 85 | +} |
| 86 | +.et-line-presentation:before { |
| 87 | + content: "\e00e"; |
| 88 | +} |
| 89 | +.et-line-picture:before { |
| 90 | + content: "\e00f"; |
| 91 | +} |
| 92 | +.et-line-pictures:before { |
| 93 | + content: "\e010"; |
| 94 | +} |
| 95 | +.et-line-video:before { |
| 96 | + content: "\e011"; |
| 97 | +} |
| 98 | +.et-line-camera:before { |
| 99 | + content: "\e012"; |
| 100 | +} |
| 101 | +.et-line-printer:before { |
| 102 | + content: "\e013"; |
| 103 | +} |
| 104 | +.et-line-toolbox:before { |
| 105 | + content: "\e014"; |
| 106 | +} |
| 107 | +.et-line-briefcase:before { |
| 108 | + content: "\e015"; |
| 109 | +} |
| 110 | +.et-line-wallet:before { |
| 111 | + content: "\e016"; |
| 112 | +} |
| 113 | +.et-line-gift:before { |
| 114 | + content: "\e017"; |
| 115 | +} |
| 116 | +.et-line-bargraph:before { |
| 117 | + content: "\e018"; |
| 118 | +} |
| 119 | +.et-line-grid:before { |
| 120 | + content: "\e019"; |
| 121 | +} |
| 122 | +.et-line-expand:before { |
| 123 | + content: "\e01a"; |
| 124 | +} |
| 125 | +.et-line-focus:before { |
| 126 | + content: "\e01b"; |
| 127 | +} |
| 128 | +.et-line-edit:before { |
| 129 | + content: "\e01c"; |
| 130 | +} |
| 131 | +.et-line-adjustments:before { |
| 132 | + content: "\e01d"; |
| 133 | +} |
| 134 | +.et-line-ribbon:before { |
| 135 | + content: "\e01e"; |
| 136 | +} |
| 137 | +.et-line-hourglass:before { |
| 138 | + content: "\e01f"; |
| 139 | +} |
| 140 | +.et-line-lock:before { |
| 141 | + content: "\e020"; |
| 142 | +} |
| 143 | +.et-line-megaphone:before { |
| 144 | + content: "\e021"; |
| 145 | +} |
| 146 | +.et-line-shield:before { |
| 147 | + content: "\e022"; |
| 148 | +} |
| 149 | +.et-line-trophy:before { |
| 150 | + content: "\e023"; |
| 151 | +} |
| 152 | +.et-line-flag:before { |
| 153 | + content: "\e024"; |
| 154 | +} |
| 155 | +.et-line-map:before { |
| 156 | + content: "\e025"; |
| 157 | +} |
| 158 | +.et-line-puzzle:before { |
| 159 | + content: "\e026"; |
| 160 | +} |
| 161 | +.et-line-basket:before { |
| 162 | + content: "\e027"; |
| 163 | +} |
| 164 | +.et-line-envelope:before { |
| 165 | + content: "\e028"; |
| 166 | +} |
| 167 | +.et-line-streetsign:before { |
| 168 | + content: "\e029"; |
| 169 | +} |
| 170 | +.et-line-telescope:before { |
| 171 | + content: "\e02a"; |
| 172 | +} |
| 173 | +.et-line-gears:before { |
| 174 | + content: "\e02b"; |
| 175 | +} |
| 176 | +.et-line-key:before { |
| 177 | + content: "\e02c"; |
| 178 | +} |
| 179 | +.et-line-paperclip:before { |
| 180 | + content: "\e02d"; |
| 181 | +} |
| 182 | +.et-line-attachment:before { |
| 183 | + content: "\e02e"; |
| 184 | +} |
| 185 | +.et-line-pricetags:before { |
| 186 | + content: "\e02f"; |
| 187 | +} |
| 188 | +.et-line-lightbulb:before { |
| 189 | + content: "\e030"; |
| 190 | +} |
| 191 | +.et-line-layers:before { |
| 192 | + content: "\e031"; |
| 193 | +} |
| 194 | +.et-line-pencil:before { |
| 195 | + content: "\e032"; |
| 196 | +} |
| 197 | +.et-line-tools:before { |
| 198 | + content: "\e033"; |
| 199 | +} |
| 200 | +.et-line-tools-2:before { |
| 201 | + content: "\e034"; |
| 202 | +} |
| 203 | +.et-line-scissors:before { |
| 204 | + content: "\e035"; |
| 205 | +} |
| 206 | +.et-line-paintbrush:before { |
| 207 | + content: "\e036"; |
| 208 | +} |
| 209 | +.et-line-magnifying-glass:before { |
| 210 | + content: "\e037"; |
| 211 | +} |
| 212 | +.et-line-circle-compass:before { |
| 213 | + content: "\e038"; |
| 214 | +} |
| 215 | +.et-line-linegraph:before { |
| 216 | + content: "\e039"; |
| 217 | +} |
| 218 | +.et-line-mic:before { |
| 219 | + content: "\e03a"; |
| 220 | +} |
| 221 | +.et-line-strategy:before { |
| 222 | + content: "\e03b"; |
| 223 | +} |
| 224 | +.et-line-beaker:before { |
| 225 | + content: "\e03c"; |
| 226 | +} |
| 227 | +.et-line-caution:before { |
| 228 | + content: "\e03d"; |
| 229 | +} |
| 230 | +.et-line-recycle:before { |
| 231 | + content: "\e03e"; |
| 232 | +} |
| 233 | +.et-line-anchor:before { |
| 234 | + content: "\e03f"; |
| 235 | +} |
| 236 | +.et-line-profile-male:before { |
| 237 | + content: "\e040"; |
| 238 | +} |
| 239 | +.et-line-profile-female:before { |
| 240 | + content: "\e041"; |
| 241 | +} |
| 242 | +.et-line-bike:before { |
| 243 | + content: "\e042"; |
| 244 | +} |
| 245 | +.et-line-wine:before { |
| 246 | + content: "\e043"; |
| 247 | +} |
| 248 | +.et-line-hotairballoon:before { |
| 249 | + content: "\e044"; |
| 250 | +} |
| 251 | +.et-line-globe:before { |
| 252 | + content: "\e045"; |
| 253 | +} |
| 254 | +.et-line-genius:before { |
| 255 | + content: "\e046"; |
| 256 | +} |
| 257 | +.et-line-map-pin:before { |
| 258 | + content: "\e047"; |
| 259 | +} |
| 260 | +.et-line-dial:before { |
| 261 | + content: "\e048"; |
| 262 | +} |
| 263 | +.et-line-chat:before { |
| 264 | + content: "\e049"; |
| 265 | +} |
| 266 | +.et-line-heart:before { |
| 267 | + content: "\e04a"; |
| 268 | +} |
| 269 | +.et-line-cloud:before { |
| 270 | + content: "\e04b"; |
| 271 | +} |
| 272 | +.et-line-upload:before { |
| 273 | + content: "\e04c"; |
| 274 | +} |
| 275 | +.et-line-download:before { |
| 276 | + content: "\e04d"; |
| 277 | +} |
| 278 | +.et-line-target:before { |
| 279 | + content: "\e04e"; |
| 280 | +} |
| 281 | +.et-line-hazardous:before { |
| 282 | + content: "\e04f"; |
| 283 | +} |
| 284 | +.et-line-piechart:before { |
| 285 | + content: "\e050"; |
| 286 | +} |
| 287 | +.et-line-speedometer:before { |
| 288 | + content: "\e051"; |
| 289 | +} |
| 290 | +.et-line-global:before { |
| 291 | + content: "\e052"; |
| 292 | +} |
| 293 | +.et-line-compass:before { |
| 294 | + content: "\e053"; |
| 295 | +} |
| 296 | +.et-line-lifesaver:before { |
| 297 | + content: "\e054"; |
| 298 | +} |
| 299 | +.et-line-clock:before { |
| 300 | + content: "\e055"; |
| 301 | +} |
| 302 | +.et-line-aperture:before { |
| 303 | + content: "\e056"; |
| 304 | +} |
| 305 | +.et-line-quote:before { |
| 306 | + content: "\e057"; |
| 307 | +} |
| 308 | +.et-line-scope:before { |
| 309 | + content: "\e058"; |
| 310 | +} |
| 311 | +.et-line-alarmclock:before { |
| 312 | + content: "\e059"; |
| 313 | +} |
| 314 | +.et-line-refresh:before { |
| 315 | + content: "\e05a"; |
| 316 | +} |
| 317 | +.et-line-happy:before { |
| 318 | + content: "\e05b"; |
| 319 | +} |
| 320 | +.et-line-sad:before { |
| 321 | + content: "\e05c"; |
| 322 | +} |
| 323 | +.et-line-facebook:before { |
| 324 | + content: "\e05d"; |
| 325 | +} |
| 326 | +.et-line-twitter:before { |
| 327 | + content: "\e05e"; |
| 328 | +} |
| 329 | +.et-line-googleplus:before { |
| 330 | + content: "\e05f"; |
| 331 | +} |
| 332 | +.et-line-rss:before { |
| 333 | + content: "\e060"; |
| 334 | +} |
| 335 | +.et-line-tumblr:before { |
| 336 | + content: "\e061"; |
| 337 | +} |
| 338 | +.et-line-linkedin:before { |
| 339 | + content: "\e062"; |
| 340 | +} |
| 341 | +.et-line-dribbble:before { |
| 342 | + content: "\e063"; |
| 343 | +} |
0 commit comments