Skip to content

Instantly share code, notes, and snippets.

/* @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'),
@Macxim
Macxim / flags.scss
Last active December 18, 2015 05:19
This is a .scss module file for a sprite with all member states of the European Union.
// 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{