Little known but nifty css

Documenting some of my latest finds in CSS. Icon fonts and [] attribute selector Used icomoon.io today to create fonts from svg files. It was really easy to implement too! 2 CSS rules: one @font-face to embed and one [data-icon]:before to place content. Note the way to select by attribute. This is ie8+ compatible! attr() …