30 January 2014
CSS - ICON - 10 Free Minimalist Icons
by 1 otherWe checked several free icon sets and selected 10 of them to show here to you. These icons sets offer minimalist icons that will give your projects a nice and clean look. Check it out.
22 January 2014
Userstyle - ICON FONT@FACE - Example - Iconset:defaulticon icons | 1 | Iconfinder
(via)DefaultIcon ver 0.11 by Interactivemania :
.h_icn_previous{
background: url(http://cdn1.iconfinder.com/data/icons/defaulticon/icons/png/32x32/media-fast-forward.png) !important;
background-size: 27px 17px !important;
transform: rotate(180deg) !important;
}
Userstyles - font@face EXEMPLE : Stylish pour Deezer | Sans Pseudo Fix
@namespace url(http://www.w3.org/1999/xhtml); @-moz-document domain("deezer.com") { @font-face { font-family: 'Boogaloo'; font-style: normal; font-weight: 400; src: local('Boogaloo'), local('Boogaloo-Regular'), url(https://themes.googleusercontent.com/static/fonts/boogaloo/v3/1x_XysQB9ZwoSzu9a0nb7PesZW2xOQ-xsNqO47m55DA.woff) format('woff'); }
1
(3 marks)