This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* @font-face: Proxima Nova */ | |
/* Black */ | |
@font-face { | |
font-family: 'Proxima Nova'; | |
src: url('fonts/ProximaNova-Black-webfont.eot'); | |
src: url('fonts/ProximaNova-Black-webfont.eot?iefix') format('eot'), | |
url('fonts/ProximaNova-Black-webfont.woff') format('woff'), | |
url('fonts/ProximaNova-Black-webfont.ttf') format('truetype'), |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Sprite for Flags | |
// ----------------- | |
// HTML markup is the following | |
// <i class="flag flag-ireland"></i> | |
// PNG: http://bit.ly/15TFoM1 | |
// SVG: http://bit.ly/196OmcM | |
.flag{ |
NewerOlder