/*
 * alt-checkbox CSS file for icon fonts
 * Version 1.0
 * http://alt-checkbox.starikovs.com
 *
 * alt-checkbox CSS file that imports and utilizes icon fonts.
 *
 * Copyright (c) 2013 alt-checkbox.starikovs.com
 * Licensed under the MIT and GPL licenses.
 */

@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.3.0/css/font-awesome.css);

/* fontawesome */
[class*="fa-"]:before {
    font-family: 'FontAwesome', sans-serif;
    font-weight: 300;
}

