// Copyright 2015 Palantir Technologies, Inc. All rights reserved.
// Licensed under the BSD-3 License as modified (the “License”); you may obtain a copy
// of the license at https://github.com/palantir/blueprint/blob/master/LICENSE
// and https://github.com/palantir/blueprint/blob/master/PATENTS

@import "~bourbon/app/assets/stylesheets/bourbon";
@import "variables";

$icon-font-path: "../resources/icons" !default;
$icon-font-formats: eot woff ttf !default;

@include font-face("Icons16", "#{$icon-font-path}/icons-16", $file-formats: $icon-font-formats);
@include font-face("Icons20", "#{$icon-font-path}/icons-20", $file-formats: $icon-font-formats);
